Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
25864502
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
25864502
编写于
8月 06, 2022
作者:
G
greada
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
modified
Signed-off-by:
N
greada
<
kangqiao1@huawei.com
>
上级
dce5df97
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
26 addition
and
26 deletion
+26
-26
powermgr/battery_manager/src/main/js/test/List.test.js
powermgr/battery_manager/src/main/js/test/List.test.js
+8
-8
powermgr/display_manager/src/main/js/test/List.test.js
powermgr/display_manager/src/main/js/test/List.test.js
+2
-2
powermgr/power_manager/src/main/js/test/List.test.js
powermgr/power_manager/src/main/js/test/List.test.js
+8
-8
powermgr/thermal_manager/src/main/js/test/List.test.js
powermgr/thermal_manager/src/main/js/test/List.test.js
+8
-8
未找到文件。
powermgr/battery_manager/src/main/js/test/List.test.js
浏览文件 @
25864502
...
@@ -12,13 +12,13 @@
...
@@ -12,13 +12,13 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
import
B
atteryCommonEventTest
from
'
./battery_common_event.test.js
'
import
b
atteryCommonEventTest
from
'
./battery_common_event.test.js
'
import
B
atteryUnitTest
from
'
./battery_unit.test.js
'
import
b
atteryUnitTest
from
'
./battery_unit.test.js
'
import
B
atteryManagerPerformanceTest
from
'
./batterymanager_performance.test.js
'
import
b
atteryManagerPerformanceTest
from
'
./batterymanager_performance.test.js
'
import
S
ystemBatteryTest
from
'
./system_battery.test.js
'
import
s
ystemBatteryTest
from
'
./system_battery.test.js
'
export
default
function
testsuite
()
{
export
default
function
testsuite
()
{
B
atteryCommonEventTest
()
b
atteryCommonEventTest
()
B
atteryUnitTest
()
b
atteryUnitTest
()
//
B
atteryManagerPerformanceTest()
//
b
atteryManagerPerformanceTest()
S
ystemBatteryTest
()
s
ystemBatteryTest
()
}
}
\ No newline at end of file
powermgr/display_manager/src/main/js/test/List.test.js
浏览文件 @
25864502
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
import
S
ystemDisplayTest
from
"
./system_display.test
"
import
s
ystemDisplayTest
from
"
./system_display.test
"
export
default
function
testsuite
()
{
export
default
function
testsuite
()
{
S
ystemDisplayTest
()
s
ystemDisplayTest
()
}
}
\ No newline at end of file
powermgr/power_manager/src/main/js/test/List.test.js
浏览文件 @
25864502
...
@@ -12,13 +12,13 @@
...
@@ -12,13 +12,13 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
import
P
owerManagerPowerTest
from
'
./power_manager_power.test.js
'
import
p
owerManagerPowerTest
from
'
./power_manager_power.test.js
'
import
P
owerManagerRebootShutTest
from
'
./power_manager_rebootshut.test.js
'
import
p
owerManagerRebootShutTest
from
'
./power_manager_rebootshut.test.js
'
import
P
owerManagerRunningLockTest
from
'
./power_manager_running_lock.test.js
'
import
p
owerManagerRunningLockTest
from
'
./power_manager_running_lock.test.js
'
import
P
owerPerformanceTest
from
'
./power_performance.test.js
'
import
p
owerPerformanceTest
from
'
./power_performance.test.js
'
export
default
function
testsuite
()
{
export
default
function
testsuite
()
{
P
owerManagerPowerTest
()
p
owerManagerPowerTest
()
//
P
owerManagerRebootShutTest()
//
p
owerManagerRebootShutTest()
P
owerManagerRunningLockTest
()
p
owerManagerRunningLockTest
()
//
P
owerPerformanceTest()
//
p
owerPerformanceTest()
}
}
powermgr/thermal_manager/src/main/js/test/List.test.js
浏览文件 @
25864502
...
@@ -12,13 +12,13 @@
...
@@ -12,13 +12,13 @@
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
*/
import
T
hermalCommonEvent
from
'
./thermal_common_event.test.js
'
import
t
hermalCommonEvent
from
'
./thermal_common_event.test.js
'
import
T
hermalPerformance
from
'
./thermal_performance.test.js
'
import
t
hermalPerformance
from
'
./thermal_performance.test.js
'
import
T
hermalUnit
from
'
./thermal_uint.test.js
'
import
t
hermalUnit
from
'
./thermal_uint.test.js
'
import
T
hermalUnitTest
from
'
./thermal_unittest.test.js
'
import
t
hermalUnitTest
from
'
./thermal_unittest.test.js
'
export
default
function
testsuite
()
{
export
default
function
testsuite
()
{
T
hermalUnitTest
()
t
hermalUnitTest
()
//
T
hermalUnit()
//
t
hermalUnit()
//
T
hermalCommonEvent()
//
t
hermalCommonEvent()
//
T
hermalPerformance()
//
t
hermalPerformance()
}
}
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录