Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
3260b23b
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看板
未验证
提交
3260b23b
编写于
3月 18, 2022
作者:
O
openharmony_ci
提交者:
Gitee
3月 18, 2022
浏览文件
操作
浏览文件
下载
差异文件
!2634 new use case
Merge pull request !2634 from 火箭龟/release0318
上级
322153f6
e08ef2a0
变更
17
隐藏空白更改
内联
并排
Showing
17 changed file
with
1322 addition
and
0 deletion
+1322
-0
resourceschedule/resourceschedule_standard/BUILD.gn
resourceschedule/resourceschedule_standard/BUILD.gn
+1
-0
resourceschedule/resourceschedule_standard/backgroundtaskmanager/src/main/js/default/test/BackgroundTaskMagrJs.test.js
...ger/src/main/js/default/test/BackgroundTaskMagrJs.test.js
+23
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/BUILD.gn
...rceschedule_standard/deviceusagestatisticsjsunit/BUILD.gn
+31
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/Test.json
...ceschedule_standard/deviceusagestatisticsjsunit/Test.json
+18
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/signature/openharmony_sx.p7b
.../deviceusagestatisticsjsunit/signature/openharmony_sx.p7b
+0
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/config.json
...standard/deviceusagestatisticsjsunit/src/main/config.json
+60
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/app.js
...rd/deviceusagestatisticsjsunit/src/main/js/default/app.js
+23
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/i18n/en-US.json
...usagestatisticsjsunit/src/main/js/default/i18n/en-US.json
+6
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/i18n/zh-CN.json
...usagestatisticsjsunit/src/main/js/default/i18n/zh-CN.json
+6
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/pages/index/index.css
...tatisticsjsunit/src/main/js/default/pages/index/index.css
+9
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/pages/index/index.hml
...tatisticsjsunit/src/main/js/default/pages/index/index.hml
+5
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/pages/index/index.js
...statisticsjsunit/src/main/js/default/pages/index/index.js
+45
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/test/DeviceUsageStatisticsJsunit.test.js
.../main/js/default/test/DeviceUsageStatisticsJsunit.test.js
+923
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/test/List.test.js
...agestatisticsjsunit/src/main/js/default/test/List.test.js
+20
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/resources/base/element/string.json
...tisticsjsunit/src/main/resources/base/element/string.json
+12
-0
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/resources/base/media/icon.png
...gestatisticsjsunit/src/main/resources/base/media/icon.png
+0
-0
resourceschedule/resourceschedule_standard/workscheduler/src/main/js/default/test/WorkScheduler.test.js
...kscheduler/src/main/js/default/test/WorkScheduler.test.js
+140
-0
未找到文件。
resourceschedule/resourceschedule_standard/BUILD.gn
浏览文件 @
3260b23b
...
...
@@ -18,6 +18,7 @@ group("resourceschedule_standard") {
if (is_standard_system) {
deps = [
"backgroundtaskmanager:resourceschedule_backgroundtaskmanager_js_test",
"deviceusagestatisticsjsunit:resourceschedule_deviceusagestatisticsjsunit_js_test",
"reminderagent:resourceschedule_reminderagent_js_test",
"workscheduler:resourceschedule_workscheduler_js_test",
]
...
...
resourceschedule/resourceschedule_standard/backgroundtaskmanager/src/main/js/default/test/BackgroundTaskMagrJs.test.js
100755 → 100644
浏览文件 @
3260b23b
...
...
@@ -180,4 +180,27 @@ describe("TransientTaskJsTest", function () {
}
done
();
})
/*
* @tc.name: TransientTaskJsTest006
* @tc.desc: test DelaySuspendInfo actualDealyTime
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
TransientTaskJsTest006
"
,
0
,
async
function
(
done
)
{
function
callback
()
{}
var
info
=
backgroundTaskManager
.
requestSuspendDelay
(
"
test
"
,
callback
);
if
(
info
.
requestId
!=
-
1
)
{
console
.
info
(
'
TransientTaskJsTest006 DelaySuspendInfo actualDealyTime:
'
+
info
.
actualDealyTime
);
expect
(
info
).
assertTrue
();
}
else
{
expect
(
false
).
assertTrue
();
done
();
}
setTimeout
(()
=>
{
done
();
},
500
);
})
})
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/BUILD.gn
0 → 100644
浏览文件 @
3260b23b
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("resourceschedule_deviceusagestatisticsjsunit_js_test") {
hap_profile = "./src/main/config.json"
deps = [
":resourceschedule_js_assets",
":resourceschedule_js_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsResourcescheduleDeviceUsageStatisticsJsunitTest"
}
ohos_js_assets("resourceschedule_js_assets") {
source_dir = "./src/main/js/default"
}
ohos_resources("resourceschedule_js_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/Test.json
0 → 100644
浏览文件 @
3260b23b
{
"description"
:
"Configuration for resourceschedule js api Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"300000"
,
"package"
:
"ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsResourcescheduleDeviceUsageStatisticsJsunitTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/signature/openharmony_sx.p7b
0 → 100644
浏览文件 @
3260b23b
文件已添加
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/config.json
0 → 100644
浏览文件 @
3260b23b
{
"app"
:
{
"bundleName"
:
"ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1
,
"name"
:
"1.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function"
,
"name"
:
".MyApplication"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
},
"abilities"
:
[
{
"visible"
:
true
,
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"name"
:
"ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function.MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"$string:app_name"
,
"type"
:
"page"
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
}
]
}
}
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/app.js
0 → 100644
浏览文件 @
3260b23b
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export
default
{
onCreate
()
{
console
.
info
(
'
AceApplication onCreate
'
);
},
onDestroy
()
{
console
.
info
(
'
AceApplication onDestroy
'
);
}
};
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/i18n/en-US.json
0 → 100644
浏览文件 @
3260b23b
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
}
}
\ No newline at end of file
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/i18n/zh-CN.json
0 → 100644
浏览文件 @
3260b23b
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"鸿蒙"
}
}
\ No newline at end of file
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/pages/index/index.css
0 → 100644
浏览文件 @
3260b23b
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.title
{
font-size
:
100px
;
}
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/pages/index/index.hml
0 → 100644
浏览文件 @
3260b23b
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/pages/index/index.js
0 → 100644
浏览文件 @
3260b23b
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
injectRef
.
regeneratorRuntime
=
require
(
'
@babel/runtime/regenerator
'
)
export
default
{
data
:
{
title
:
""
},
onInit
()
{
this
.
title
=
this
.
$t
(
'
strings.world
'
);
},
onShow
()
{
console
.
info
(
'
onShow finish
'
)
const
core
=
Core
.
getInstance
()
const
expectExtend
=
new
ExpectExtend
({
'
id
'
:
'
extend
'
})
core
.
addService
(
'
expect
'
,
expectExtend
)
core
.
init
()
const
configService
=
core
.
getDefaultService
(
'
config
'
)
configService
.
setConfig
(
this
)
require
(
'
../../test/List.test
'
)
core
.
execute
()
},
onReady
()
{
},
}
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/test/DeviceUsageStatisticsJsunit.test.js
0 → 100644
浏览文件 @
3260b23b
/*
* Copyright (C) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
bundleState
from
'
@ohos.bundleState
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
"
DeviceUsageStatisticsJsTest
"
,
function
()
{
beforeAll
(
function
()
{
/*
* @tc.setup: setup invoked before all testcases
*/
console
.
info
(
'
beforeAll called
'
)
})
afterAll
(
function
()
{
/*
* @tc.teardown: teardown invoked after all testcases
*/
console
.
info
(
'
afterAll called
'
)
})
beforeEach
(
function
()
{
/*
* @tc.setup: setup invoked before each testcases
*/
console
.
info
(
'
beforeEach called
'
)
})
afterEach
(
function
()
{
/*
* @tc.teardown: teardown invoked after each testcases
*/
console
.
info
(
'
afterEach caled
'
)
})
/*
* @tc.name: DeviceUsageStatisticsJsTest001
* @tc.desc: test isIdleState promise.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest001
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest001---------------------------
'
);
let
bundleName
=
'
com.explace.deviceUsageStatistics
'
;
bundleState
.
isIdleState
(
bundleName
).
then
((
res
)
=>
{
console
.
info
(
'
BUNDLE_ACTIVE isIdleState promise success.
'
);
expect
(
true
).
assertEqual
(
true
);
}).
catch
((
err
)
=>
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE isIdleState promise failure.
'
);
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest002
* @tc.desc: test isIdleState callback.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest002
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest002---------------------------
'
);
let
bundleName
=
'
com.explace.deviceUsageStatistics
'
;
bundleState
.
isIdleState
(
bundleName
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
console
.
info
(
'
BUNDLE_ACTIVE isIdleState callback success.
'
);
expect
(
true
).
assertEqual
(
true
);
}
else
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE isIdleState callback failure.
'
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest003
* @tc.desc: test queryAppUsagePriorityGroup promise.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest003
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest003---------------------------
'
);
bundleState
.
queryAppUsagePriorityGroup
().
then
(
res
=>
{
console
.
info
(
'
BUNDLE_ACTIVE queryAppUsagePriorityGroup promise success.
'
);
expect
(
true
).
assertEqual
(
true
)
}).
catch
(
err
=>
{
expect
(
false
).
assertEqual
(
true
)
console
.
info
(
'
BUNDLE_ACTIVE queryAppUsagePriorityGroup promise failure.
'
);
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest004
* @tc.desc: test queryAppUsagePriorityGroup callback.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest004
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest004---------------------------
'
);
bundleState
.
queryAppUsagePriorityGroup
((
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
console
.
info
(
'
BUNDLE_ACTIVE queryAppUsagePriorityGroup callback success.
'
);
expect
(
true
).
assertEqual
(
true
)
}
else
{
expect
(
false
).
assertEqual
(
true
)
console
.
info
(
'
BUNDLE_ACTIVE queryAppUsagePriorityGroup callback failure.
'
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest005
* @tc.desc: test queryBundleActiveStates promise.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest005
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest005---------------------------
'
);
let
beginTime
=
0
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleActiveStates
(
beginTime
,
endTime
).
then
((
res
)
=>
{
console
.
info
(
'
BUNDLE_ACTIVE queryBundleActiveStates promise success.
'
);
expect
(
true
).
assertEqual
(
true
);
}).
catch
((
err
)
=>
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE queryBundleActiveStates promise failure.
'
);
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest006
* @tc.desc: test queryBundleActiveStates callback.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest006
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest006---------------------------
'
);
let
beginTime
=
0
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleActiveStates
(
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
console
.
info
(
'
BUNDLE_ACTIVE queryBundleActiveStates callback success.
'
);
expect
(
true
).
assertEqual
(
true
);
}
else
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE queryBundleActiveStates callback failure.
'
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest007
* @tc.desc: test queryBundleStateInfos promise.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest007
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest007---------------------------
'
);
let
beginTime
=
0
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfos
(
beginTime
,
endTime
).
then
((
res
)
=>
{
console
.
info
(
'
BUNDLE_ACTIVE queryBundleStateInfos promise success.
'
);
expect
(
true
).
assertEqual
(
true
);
}).
catch
((
err
)
=>
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE queryBundleStateInfos promise failure.
'
);
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest008
* @tc.desc: test queryBundleStateInfos callback.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest008
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest008---------------------------
'
);
let
beginTime
=
0
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfos
(
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
console
.
info
(
'
BUNDLE_ACTIVE queryBundleStateInfos callback success.
'
);
expect
(
true
).
assertEqual
(
true
);
}
else
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE queryBundleStateInfos callback failure.
'
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest009
* @tc.desc: test queryCurrentBundleActiveStates promise.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest009
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest009---------------------------
'
);
let
beginTime
=
0
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
beginTime
,
endTime
).
then
((
res
)
=>
{
console
.
info
(
'
BUNDLE_ACTIVE queryCurrentBundleActiveStates promise success.
'
);
expect
(
true
).
assertEqual
(
true
);
}).
catch
((
err
)
=>
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE queryCurrentBundleActiveStates promise failure.
'
);
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest010
* @tc.desc: test queryCurrentBundleActiveStates callback.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest010
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest010---------------------------
'
);
let
beginTime
=
0
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
console
.
info
(
'
BUNDLE_ACTIVE queryCurrentBundleActiveStates callback success.
'
);
expect
(
true
).
assertEqual
(
true
);
}
else
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE queryCurrentBundleActiveStates callback failure.
'
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest011
* @tc.desc: test queryBundleStateInfoByInterval promise.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest011
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest011---------------------------
'
);
let
intervalType
=
0
;
let
beginTime
=
0
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
).
then
((
res
)
=>
{
console
.
info
(
'
BUNDLE_ACTIVE queryBundleStateInfoByInterval promise success.
'
);
expect
(
true
).
assertEqual
(
true
);
}).
catch
((
err
)
=>
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE queryBundleStateInfoByInterval promise failure.
'
);
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest012
* @tc.desc: test queryBundleStateInfoByInterval callback.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest012
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest012---------------------------
'
);
let
intervalType
=
0
;
let
beginTime
=
0
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
console
.
info
(
'
BUNDLE_ACTIVE queryBundleStateInfoByInterval callback success.
'
);
expect
(
true
).
assertEqual
(
true
);
}
else
{
expect
(
false
).
assertEqual
(
true
);
console
.
info
(
'
BUNDLE_ACTIVE queryBundleStateInfoByInterval callback failure.
'
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest013
* @tc.desc: test intervalType BY_OPTIMIZED
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest013
"
,
0
,
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest013---------------------------
'
);
let
value1
=
bundleState
.
intervalType
.
BY_OPTIMIZED
;
expect
(
value1
).
assertEqual
(
0
)
done
();
})
/*
* @tc.name: DeviceUsageStatisticsJsTest014
* @tc.desc: test intervalType BY_DAILY
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest014
"
,
0
,
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest014---------------------------
'
);
let
value1
=
bundleState
.
intervalType
.
BY_DAILY
;
expect
(
value1
).
assertEqual
(
1
)
done
();
})
/*
* @tc.name: DeviceUsageStatisticsJsTest015
* @tc.desc: test intervalType BY_WEEKLY
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest015
"
,
0
,
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest015---------------------------
'
);
let
value1
=
bundleState
.
intervalType
.
BY_WEEKLY
;
expect
(
value1
).
assertEqual
(
2
)
done
();
})
/*
* @tc.name: DeviceUsageStatisticsJsTest016
* @tc.desc: test intervalType BY_MONTHLY
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest016
"
,
0
,
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest016---------------------------
'
);
let
value1
=
bundleState
.
intervalType
.
BY_MONTHLY
;
expect
(
value1
).
assertEqual
(
3
)
done
();
})
/*
* @tc.name: DeviceUsageStatisticsJsTest017
* @tc.desc: test intervalType BY_ANNUALLY
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest017
"
,
0
,
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest017---------------------------
'
);
let
value1
=
bundleState
.
intervalType
.
BY_ANNUALLY
;
expect
(
value1
).
assertEqual
(
4
)
done
();
})
/*
* @tc.name: DeviceUsageStatisticsJsTest018
* @tc.desc: test BundleStateInfo id.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest018
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest018---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
1000
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
id
:
1
}];
}
console
.
log
(
'
test BundleStateInfo id :
'
+
res
[
0
].
id
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest019
* @tc.desc: test BundleStateInfo bundleName.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest019
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest019---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
100
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
bundleName
:
'
www.explace.com
'
}];
}
console
.
log
(
'
test BundleStateInfo bundleName :
'
+
res
[
0
].
bundleName
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest020
* @tc.desc: test BundleStateInfo infosEndTime.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest020
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest020---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
1001
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
infosEndTime
:
0
}];
}
console
.
log
(
'
test BundleStateInfo infosEndTime :
'
+
res
[
0
].
infosEndTime
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest021
* @tc.desc: test BundleStateInfo abilityPrevSeenTime.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest021
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest021---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
1001
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
abilityPrevSeenTime
:
0
}];
}
console
.
log
(
'
test BundleStateInfo abilityPrevSeenTime :
'
+
res
[
0
].
abilityPrevSeenTime
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest022
* @tc.desc: test BundleStateInfo abilitySeenTotalTime.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest022
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest022---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
1001
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
abilitySeenTotalTime
:
0
}];
}
console
.
log
(
'
test BundleStateInfo abilitySeenTotalTime :
'
+
res
[
0
].
abilitySeenTotalTime
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest023
* @tc.desc: test BundleStateInfo fgAbilityAccessTotalTime.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest023
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest023---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
1001
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
fgAbilityAccessTotalTime
:
0
}];
}
console
.
log
(
'
test BundleStateInfo fgAbilityAccessTotalTime :
'
+
res
[
0
].
fgAbilityAccessTotalTime
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest024
* @tc.desc: test BundleStateInfo fgAbilityPrevAccessTime.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest024
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest024---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
1001
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
fgAbilityPrevAccessTime
:
0
}];
}
console
.
log
(
'
test BundleStateInfo fgAbilityPrevAccessTime :
'
+
res
[
0
].
fgAbilityPrevAccessTime
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest025
* @tc.desc: test BundleStateInfo abilityPrevAccessTime.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest025
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest025---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
1001
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
abilityPrevAccessTime
:
0
}];
}
console
.
log
(
'
test BundleStateInfo abilityPrevAccessTime :
'
+
res
[
0
].
abilityPrevAccessTime
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest026
* @tc.desc: test BundleStateInfo infosBeginTime.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest026
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest026---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
1001
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
infosBeginTime
:
0
}];
}
console
.
log
(
'
test BundleStateInfo infosBeginTime :
'
+
res
[
0
].
infosBeginTime
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest027
* @tc.desc: test BundleStateInfo abilityInFgTotalTime.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest027
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest027---------------------------
'
);
let
intervalType
=
1
;
let
beginTime
=
1001
;
let
endTime
=
20000000000000
;
bundleState
.
queryBundleStateInfoByInterval
(
intervalType
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
abilityInFgTotalTime
:
0
}];
}
console
.
log
(
'
test BundleStateInfo abilityInFgTotalTime :
'
+
res
[
0
].
abilityInFgTotalTime
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest028
* @tc.desc: test BundleActiveState bundleName.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest028
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest028---------------------------
'
);
let
beginTime
=
10
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
bundleName
:
'
www.baidu.com
'
}];
}
console
.
log
(
'
test BundleActiveState bundleName :
'
+
res
[
0
].
bundleName
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest029
* @tc.desc: test BundleActiveState stateType.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest029
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest029---------------------------
'
);
let
beginTime
=
10
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
stateType
:
0
}];
}
console
.
log
(
'
test BundleActiveState stateType :
'
+
res
[
0
].
stateType
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest030
* @tc.desc: test BundleActiveState stateOccurredTime.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest030
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest030---------------------------
'
);
let
beginTime
=
10
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
stateOccurredTime
:
0
}];
}
console
.
log
(
'
test BundleActiveState stateOccurredTime :
'
+
res
[
0
].
stateOccurredTime
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest031
* @tc.desc: test BundleActiveState appUsagePriorityGroup.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest031
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest031---------------------------
'
);
let
beginTime
=
10
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
appUsagePriorityGroup
:
0
}];
}
console
.
log
(
'
test BundleActiveState appUsagePriorityGroup :
'
+
res
[
0
].
appUsagePriorityGroup
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest032
* @tc.desc: test BundleActiveState indexOfLink.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest032
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest032---------------------------
'
);
let
beginTime
=
10
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
indexOfLink
:
'
id
'
}];
}
console
.
log
(
'
test BundleActiveState indexOfLink :
'
+
res
[
0
].
indexOfLink
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest033
* @tc.desc: test BundleActiveState nameOfClass.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest033
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest033---------------------------
'
);
let
beginTime
=
10
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
res
=
[{
nameOfClass
:
'
BundleStates
'
}];
}
console
.
log
(
'
test BundleActiveState nameOfClass :
'
+
res
[
0
].
nameOfClass
)
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest034
* @tc.desc: test BundleActiveinfoResponse BundleStateinfo key.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest034
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest034---------------------------
'
);
let
beginTime
=
10
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
beginTime
,
endTime
).
then
((
res
)
=>
{
expect
(
true
).
assertEqual
(
true
);
let
bundleStateInfo1
=
{
bundleName
:
'
www.explace.com
'
,
abilityPrevAccessTime
:
0
,
abilityInFgTotalTime
:
0
};
let
bundleStateInfo2
=
{
bundleName
:
'
www.baidu.com
'
,
abilityPrevAccessTime
:
1
,
abilityInFgTotalTime
:
1
};
if
(
res
===
undefined
)
{
res
=
[];
res
[
'
www.explace.com
'
]
=
bundleStateInfo1
;
res
[
'
www.baidu.com
'
]
=
bundleStateInfo2
;
for
(
let
k
in
res
)
{
console
.
log
(
'
test BundleStateInfo key :
'
+
k
+
'
,value is :
'
+
JSON
.
stringify
(
res
[
k
]));
}
}
}).
catch
((
err
)
=>
{
expect
(
false
).
assertEqual
(
true
);
});
setTimeout
(()
=>
{
done
();
},
500
);
})
/*
* @tc.name: DeviceUsageStatisticsJsTest035
* @tc.desc: test BundleStateInfo merge.
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
DeviceUsageStatisticsJsTest035
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------DeviceUsageStatisticsJsTest035---------------------------
'
);
let
beginTime
=
1001
;
let
endTime
=
20000000000000
;
bundleState
.
queryCurrentBundleActiveStates
(
0
,
beginTime
,
endTime
,
(
err
,
res
)
=>
{
if
(
err
.
code
===
0
)
{
expect
(
true
).
assertEqual
(
true
);
if
(
res
===
undefined
)
{
let
bundleStateInfo
=
{
bundleName
:
'
www.explace.com
'
,
abilityPrevAccessTime
:
0
,
abilityInFgTotalTime
:
0
};
res
=
[{
bundleName
:
'
www.explace.com
'
,
abilityPrevAccessTime
:
0
,
abilityInFgTotalTime
:
0
,
merge
:
function
(
toMerge
)
{
return
'
is function,toMerge :
'
+
JSON
.
stringify
(
toMerge
);
}
}]
console
.
log
(
'
test bundleStateInfo merge
'
+
res
[
0
].
merge
(
bundleStateInfo
));
}
else
{
console
.
log
(
'
test bundleStateInfo merge
'
)
}
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
});
setTimeout
(()
=>
{
done
();
},
500
);
})
})
\ No newline at end of file
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/default/test/List.test.js
0 → 100644
浏览文件 @
3260b23b
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
require
(
'
./DeviceUsageStatisticsJsunit.test.js
'
)
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/resources/base/element/string.json
0 → 100644
浏览文件 @
3260b23b
{
"string"
:
[
{
"name"
:
"app_name"
,
"value"
:
"ResourcescheduleJSApiTest"
},
{
"name"
:
"mainability_description"
,
"value"
:
"JS_Phone_Empty Feature Ability"
}
]
}
\ No newline at end of file
resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/resources/base/media/icon.png
0 → 100644
浏览文件 @
3260b23b
6.6 KB
resourceschedule/resourceschedule_standard/workscheduler/src/main/js/default/test/WorkScheduler.test.js
浏览文件 @
3260b23b
...
...
@@ -13,6 +13,7 @@
* limitations under the License.
*/
import
workScheduler
from
'
@ohos.workScheduler
'
import
workSchedulerCallback
from
'
@ohos.workSchedulerExtensionAbility
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
...
...
@@ -887,4 +888,143 @@ describe("WorkSchedulerJsTest", function () {
expect
(
res
).
assertEqual
(
false
)
done
();
})
/*
* @tc.name: WorkSchedulerJsTest046
* @tc.desc: test workScheduler workInfo networkType
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
WorkSchedulerJsTest046
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------WorkSchedulerJsTest046---------------------------
'
);
let
workInfo
=
{
workId
:
7
,
bundleName
:
"
ohos.acts.resourceschedule.workscheduler.js.function
"
,
abilityName
:
"
com.mytest.abilityName
"
,
networkType
:
NETWORK_TYPE_ANY
}
let
res
=
workScheduler
.
startWork
(
workInfo
);
expect
(
res
).
assertEqual
(
true
);
console
.
info
(
"
workSchedulerLog workInfo networkType :
"
+
workInfo
.
networkType
)
done
();
})
/*
* @tc.name: WorkSchedulerJsTest047
* @tc.desc: test workScheduler workInfo ChargingType
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
WorkSchedulerJsTest047
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------WorkSchedulerJsTest047---------------------------
'
);
let
workInfo
=
{
workId
:
5
,
bundleName
:
"
ohos.acts.resourceschedule.workscheduler.js.function
"
,
abilityName
:
"
com.mytest.abilityName
"
,
chargerType
:
workScheduler
.
ChargingType
.
CHARGING_PLUGGED_AC
}
let
res
=
workScheduler
.
startWork
(
workInfo
);
expect
(
res
).
assertEqual
(
true
);
console
.
info
(
"
workSchedulerLog workInfo ChargingType :
"
+
workScheduler
.
ChargingType
.
CHARGING_PLUGGED_AC
)
done
();
})
/*
* @tc.name: WorkSchedulerJsTest048
* @tc.desc: test workScheduler workInfo BatteryStatus
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
WorkSchedulerJsTest048
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------WorkSchedulerJsTest048---------------------------
'
);
let
workInfo
=
{
workId
:
5
,
bundleName
:
"
ohos.acts.resourceschedule.workscheduler.js.function
"
,
abilityName
:
"
com.mytest.abilityName
"
,
batteryStatus
:
workScheduler
.
BatteryStatus
.
BATTERY_STATUS_LOW
}
let
res
=
workScheduler
.
startWork
(
workInfo
);
expect
(
res
).
assertEqual
(
true
);
console
.
info
(
"
workSchedulerLog workInfo BatteryStatus :
"
+
workScheduler
.
BatteryStatus
.
BATTERY_STATUS_LOW
)
done
();
})
/*
* @tc.name: WorkSchedulerJsTest049
* @tc.desc: test WorkSchedulerExtensoinAbility onWorkStart
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
WorkSchedulerJsTest049
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------WorkSchedulerJsTest049---------------------------
'
);
let
workInfo
=
{
workId
:
2
,
bundleName
:
"
ohos.acts.resourceschedule.workscheduler.js.function
"
,
abilityName
:
"
com.mytest.abilityName
"
,
}
let
res
=
workScheduler
.
onWorkStart
(
workInfo
);
expect
(
res
).
assertEqual
(
true
);
done
();
})
/*
* @tc.name: WorkSchedulerJsTest050
* @tc.desc: test WorkSchedulerExtensoinAbility onWorkStop
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
WorkSchedulerJsTest050
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------WorkSchedulerJsTest050---------------------------
'
);
let
workInfo
=
{
workId
:
2
,
bundleName
:
"
ohos.acts.resourceschedule.workscheduler.js.function
"
,
abilityName
:
"
com.mytest.abilityName
"
,
}
let
res
=
workSchedulerCallback
.
onWorkStop
(
workInfo
);
if
(
res
===
true
)
{
let
stopRes
=
WorkSchedulerCallback
.
onWorkStop
(
workInfo
,
false
);
expect
(
stopRes
).
assertEqual
(
true
);
}
else
{
expect
(
false
).
assertEqual
(
true
);
}
done
();
})
/*
* @tc.name: WorkSchedulerJsTest051
* @tc.desc: test workScheduler bundleName
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
WorkSchedulerJsTest051
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------WorkSchedulerJsTest051---------------------------
'
);
let
workInfo
=
{
workId
:
4
,
bundleName
:
"
ohos.acts.resourceschedule.workscheduler.js.function
"
,
abilityName
:
"
com.mytest.abilityName
"
,
}
var
res
=
workScheduler
.
startWork
(
workInfo
);
expect
(
res
).
assertEqual
(
true
);
console
.
log
(
"
workScheduler workInfo bundleName :
"
+
info
.
bundleName
)
done
();
})
/*
* @tc.name: WorkSchedulerJsTest052
* @tc.desc: test workScheduler workInfo abilityName
* @tc.type: FUNC
* @tc.require:
*/
it
(
"
WorkSchedulerJsTest052
"
,
0
,
async
function
(
done
)
{
console
.
info
(
'
----------------------WorkSchedulerJsTest052---------------------------
'
);
let
workInfo
=
{
workId
:
4
,
bundleName
:
"
ohos.acts.resourceschedule.workscheduler.js.function
"
,
abilityName
:
"
com.mytest.abilityName
"
,
}
var
res
=
workScheduler
.
startWork
(
workInfo
);
expect
(
res
).
assertEqual
(
true
);
console
.
log
(
"
workScheduler workInfo abilityName :
"
+
info
.
abilityName
)
done
();
})
})
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录