Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
9c247f4f
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看板
提交
9c247f4f
编写于
1月 20, 2023
作者:
L
liuhaonan2
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
<liuhaonan8@huawei.com>
Signed-off-by:
N
liuhaonan2
<
liuhaonan8@huawei.com
>
上级
2e6017ad
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
29 addition
and
29 deletion
+29
-29
msdp/device_status/src/main/js/test/device_status_unittest.test.js
...ce_status/src/main/js/test/device_status_unittest.test.js
+29
-29
未找到文件。
msdp/device_status/src/main/js/test/device_status_unittest.test.js
浏览文件 @
9c247f4f
...
...
@@ -31,7 +31,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_001 start
"
);
try
{
stationary
.
on
(
"
still
"
,
ActivityEvent
.
ENTER_EXIT
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -51,7 +51,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_002 start
"
);
try
{
stationary
.
off
(
"
still
"
,
ActivityEvent
.
ENTER_EXIT
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -71,7 +71,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_003 start
"
);
try
{
stationary
.
once
(
"
still
"
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -90,7 +90,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_004 start
"
);
try
{
stationary
.
on
(
"
fineStill
"
,
ActivityEvent
.
ENTER_EXIT
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -109,7 +109,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_005 start
"
);
try
{
stationary
.
off
(
"
fineStill
"
,
ActivityEvent
.
ENTER_EXIT
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -128,7 +128,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_006 start
"
);
try
{
stationary
.
once
(
"
fineStill
"
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -147,7 +147,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_007 start
"
);
try
{
stationary
.
on
(
"
carBluetooth
"
,
ActivityEvent
.
ENTER_EXIT
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -166,7 +166,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_008 start
"
);
try
{
stationary
.
off
(
"
carBluetooth
"
,
ActivityEvent
.
ENTER_EXIT
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -185,7 +185,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_009 start
"
);
try
{
stationary
.
once
(
"
carBluetooth
"
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -204,7 +204,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_010 start
"
);
try
{
stationary
.
on
(
"
Type_Unknow
"
,
ActivityEvent
.
ENTER_EXIT
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -223,7 +223,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_011 start
"
);
try
{
stationary
.
off
(
"
Type_Unknow
"
,
ActivityEvent
.
ENTER_EXIT
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -242,7 +242,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_012 start
"
);
try
{
stationary
.
once
(
"
Type_Unknow
"
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -261,7 +261,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_013 start
"
);
try
{
stationary
.
on
(
"
highStill
"
,
ActivityEvent
.
ENTER
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -280,7 +280,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_014 start
"
);
try
{
stationary
.
off
(
"
highStill
"
,
ActivityEvent
.
ENTER
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -299,7 +299,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_015 start
"
);
try
{
stationary
.
once
(
"
highStill
"
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -318,7 +318,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_016 start
"
);
try
{
stationary
.
on
(
"
fineStill
"
,
ActivityEvent
.
ENTER
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -337,7 +337,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_017 start
"
);
try
{
stationary
.
off
(
"
fineStill
"
,
ActivityEvent
.
ENTER
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -356,7 +356,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_018 start
"
);
try
{
stationary
.
once
(
"
fineStill
"
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -375,7 +375,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_019 start
"
);
try
{
stationary
.
on
(
"
carBluetooth
"
,
ActivityEvent
.
ENTER
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -394,7 +394,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_020 start
"
);
try
{
stationary
.
off
(
"
carBluetooth
"
,
ActivityEvent
.
ENTER
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -413,7 +413,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_021 start
"
);
try
{
stationary
.
once
(
"
carBluetooth
"
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -432,7 +432,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_022 start
"
);
try
{
stationary
.
on
(
"
Type_Unknow
"
,
ActivityEvent
.
ENTER
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -451,7 +451,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_023 start
"
);
try
{
stationary
.
off
(
"
Type_Unknow
"
,
ActivityEvent
.
ENTER
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -470,7 +470,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_024 start
"
);
try
{
stationary
.
once
(
"
Type_Unknow
"
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -489,7 +489,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_025 start
"
);
try
{
stationary
.
on
(
"
relativeStill
"
,
ActivityEvent
.
ENTER
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -509,7 +509,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_026 start
"
);
try
{
stationary
.
off
(
"
relativeStill
"
,
ActivityEvent
.
ENTER
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -529,7 +529,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_027 start
"
);
try
{
stationary
.
once
(
"
relativeStill
"
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -548,7 +548,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_028 start
"
);
try
{
stationary
.
on
(
"
relativeStill
"
,
ActivityEvent
.
EXIT
,
1
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
@@ -568,7 +568,7 @@ describe('DeviceStatusUnitTest', function () {
console
.
log
(
"
msdp_test_devices_status_029 start
"
);
try
{
stationary
.
off
(
"
relativeStill
"
,
ActivityEvent
.
EXIT
,
(
data
)
=>
{
expect
(
data
.
stat
e
==
-
1
).
assertTrue
();
expect
(
data
.
valu
e
==
-
1
).
assertTrue
();
done
();
})
}
catch
(
error
)
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录