From a3dbbbbd0ee3a87bf70a174fa277fe7fc6ce79b2 Mon Sep 17 00:00:00 2001 From: SoftSquirrel Date: Tue, 29 Mar 2022 10:37:19 +0800 Subject: [PATCH] IssueNo: #I501K0: delete moduleUsageRecord Description: delete moduleUsageRecord Sig: SIG_ApplicaitonFramework Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: SoftSquirrel --- .../bundle_standard/bundlemanager/BUILD.gn | 2 - .../bundlemanager/actsbmskittest/BUILD.gn | 31 - .../bundlemanager/actsbmskittest/Test.json | 19 - .../actsbmskittest/entry/src/main/config.json | 105 --- .../entry/src/main/js/default/app.js | 22 - .../entry/src/main/js/default/i18n/en-US.json | 6 - .../entry/src/main/js/default/i18n/zh-CN.json | 6 - .../src/main/js/default/pages/index/index.css | 24 - .../src/main/js/default/pages/index/index.hml | 20 - .../src/main/js/default/pages/index/index.js | 45 -- .../js/resources/base/element/string.json | 12 - .../src/main/js/resources/base/media/icon.png | Bin 6790 -> 0 bytes .../src/main/js/test/ActsBmsKitTest.test.js | 207 ------ .../entry/src/main/js/test/List.test.js | 16 - .../signature/openharmony_sx.p7b | Bin 3443 -> 0 bytes .../actsbmsmoduleusagerecordtest/BUILD.gn | 31 - .../actsbmsmoduleusagerecordtest/Test.json | 37 - .../entry/src/main/config.json | 91 --- .../entry/src/main/js/default/app.js | 22 - .../entry/src/main/js/default/i18n/en-US.json | 6 - .../entry/src/main/js/default/i18n/zh-CN.json | 6 - .../src/main/js/default/pages/index/index.css | 24 - .../src/main/js/default/pages/index/index.hml | 20 - .../src/main/js/default/pages/index/index.js | 49 -- .../js/resources/base/element/string.json | 12 - .../src/main/js/resources/base/media/icon.png | Bin 6790 -> 0 bytes .../test/ActsBmsModuleUsageRecordTest.test.js | 641 ------------------ .../entry/src/main/js/test/List.test.js | 15 - .../signature/openharmony_sx.p7b | Bin 3443 -> 0 bytes 29 files changed, 1469 deletions(-) delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/BUILD.gn delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/Test.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/config.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/app.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/i18n/en-US.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/i18n/zh-CN.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.css delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.hml delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/resources/base/element/string.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/resources/base/media/icon.png delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/test/ActsBmsKitTest.test.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/test/List.test.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmskittest/signature/openharmony_sx.p7b delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/BUILD.gn delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/Test.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/config.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/app.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/i18n/en-US.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/i18n/zh-CN.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.css delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.hml delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/resources/base/element/string.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/resources/base/media/icon.png delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/test/ActsBmsModuleUsageRecordTest.test.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/test/List.test.js delete mode 100755 appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/signature/openharmony_sx.p7b diff --git a/appexecfwk/bundle_standard/bundlemanager/BUILD.gn b/appexecfwk/bundle_standard/bundlemanager/BUILD.gn index 48a7f2eea..c4bc98900 100644 --- a/appexecfwk/bundle_standard/bundlemanager/BUILD.gn +++ b/appexecfwk/bundle_standard/bundlemanager/BUILD.gn @@ -22,9 +22,7 @@ group("bundlemanager") { "actsbmshapmoduletest:ActsBmsHapModuleTest", "actsbmsjstest:ActsBmsJsTest", "actsbmsjsunpermissiontest:ActsBmsJsUnPermissionTest", - "actsbmskittest:ActsBmsKitTest", "actsbmsmetadatatest:ActsBmsMetaDataTest", - "actsbmsmoduleusagerecordtest:ActsBmsModuleUsageRecordTest", "actsbundlemanageretstest:ActsBundleManagerEtsTest", "actsbundlemanagertest:ActsBundleManagerTest", "actsbundlemanageruninstall:ActsBundleManagerUninstallTest", diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/BUILD.gn b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/BUILD.gn deleted file mode 100644 index 852c8e63d..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/BUILD.gn +++ /dev/null @@ -1,31 +0,0 @@ -# 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("ActsBmsKitTest") { - hap_profile = "./entry/src/main/config.json" - deps = [ - ":hjs_demo_js_assets", - ":hjs_demo_resources", - ] - certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsBmsKitTest" -} -ohos_js_assets("hjs_demo_js_assets") { - source_dir = "./entry/src/main/js/default" -} -ohos_resources("hjs_demo_resources") { - sources = [ "./entry/src/main/js/resources" ] - hap_profile = "./entry/src/main/config.json" -} diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/Test.json b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/Test.json deleted file mode 100644 index e9266235c..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/Test.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "description": "Configuration for hjunit demo Tests", - "driver": { - "type": "JSUnitTest", - "test-timeout": "120000", - "package": "com.example.actsbmskittest", - "shell-timeout": "60000" - }, - "kits": [ - { - "test-file-name": [ - "bmsThirdBundleTest1.hap", - "ActsBmsKitTest.hap" - ], - "type": "AppInstallKit", - "cleanup-apps": true - } - ] -} diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/config.json b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/config.json deleted file mode 100644 index efcb2a8bf..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/config.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "app": { - "bundleName": "com.example.actsbmskittest", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.actsbmskittest", - "name": ".MyApplication", - "deviceType": [ - "phone" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home", - "flag.home.intent.from.system" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.actsbmskittest.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard", - "visible": true - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "defPermissions": [ - { - "name": "com.permission.CAMERA", - "grantMode": "user_grant", - "availableScope": ["signature"] - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.INSTALL_BUNDLE", - "reason": "need use ohos.permission.INSTALL_BUNDLE" - }, - { - "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name":"ohos.permission.GET_BUNDLE_INFO", - "reason":"need use ohos.permission.GET_BUNDLE_INFO" - }, - { - "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", - "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" - }, - { - "name":"ohos.permission.REMOVE_CACHE_FILES", - "reason":"need use ohos.permission.REMOVE_CACHE_FILES" - }, - { - "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", - "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" - }, - { - "name": "com.permission.CAMERA", - "reason": "Need open camera", - "usedScene": { - "ability": [ - "com.example.actsbmscheckpermissiontest.MainAbility" - ], - "when": "always" - } - } - ] - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/app.js b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/app.js deleted file mode 100644 index 2a68c1992..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/app.js +++ /dev/null @@ -1,22 +0,0 @@ -/* - * 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'); - } -}; diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/i18n/en-US.json b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/i18n/en-US.json deleted file mode 100644 index e63c70d97..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/i18n/en-US.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "Hello", - "world": "World" - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/i18n/zh-CN.json b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/i18n/zh-CN.json deleted file mode 100644 index de6ee5748..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/i18n/zh-CN.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "您好", - "world": "世界" - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.css b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.css deleted file mode 100644 index 01ad739b2..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.css +++ /dev/null @@ -1,24 +0,0 @@ -/* -* 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. -*/ - -.container { - flex-direction: column; - justify-content: center; - align-items: center; -} - -.title { - font-size: 100px; -} diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.hml b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.hml deleted file mode 100644 index f99407c7e..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.hml +++ /dev/null @@ -1,20 +0,0 @@ - - -
- - {{ title }} - -
diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.js b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.js deleted file mode 100644 index f894faacf..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/default/pages/index/index.js +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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: 'Bms Stress Test' - }, - onInit() { - this.title = 'Bms Stress Test'; - }, - onShow() { - console.info('onReady 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() { - }, - onBackPress(){ - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/resources/base/element/string.json b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/resources/base/element/string.json deleted file mode 100644 index ee3f8eede..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/resources/base/element/string.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "string": [ - { - "name": "app_name", - "value": "actsbmskittest" - }, - { - "name": "mainability_description", - "value": "JS_Phone_Empty Feature Ability" - } - ] -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/resources/base/media/icon.png b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/resources/base/media/icon.png deleted file mode 100644 index ce307a8827bd75456441ceb57d530e4c8d45d36c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6790 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 { - var subscriber; - let id; - function subscribeCallBack(err, data) { - clearTimeout(id); - console.debug('=====subscribeCallBack=====' + data.event); - commonEvent.unsubscribe(subscriber, unSubscribeCallback); - console.debug('=====subscribeCallBack end====='); - done(); - } - commonEvent.createSubscriber(subscriberInfo_0100).then((data) => { - console.debug('====>Create Subscriber====>'); - subscriber = data; - commonEvent.subscribe(subscriber, subscribeCallBack); - }) - function unSubscribeCallback(err, data) { - console.debug('====>UnSubscribe CallBack====>'); - done(); - } - function timeout() { - console.debug('=====timeout======'); - commonEvent.unsubscribe(subscriber, unSubscribeCallback) - done(); - } - id = setTimeout(timeout, START_ABILITY_TIMEOUT); - console.debug('=======start ability========') - await featureAbility.startAbility( - { - want: - { - bundleName: 'com.example.third1', - abilityName: 'com.example.third1.MainAbility' - } - } - ) - }) - - /* - * @tc.number: ActsBmsKit_getModuleUsageRecordTest_0100 - * @tc.name: Pressure test interface getModuleUsageRecord(int maxNum) by promise; - * @tc.desc: When the number of starts of ability is less than maxNum, call interface getModuleUsageRecord - */ - it('ActsBmsKit_getModuleUsageRecordTest_0100', 0, async function (done) { - console.debug('=====================ActsBmsKit_getModuleUsageRecordTest_0100=================='); - var bundleName = 'com.example.third1'; - for (let count = 0; count < STRESSLEVEL; count++) { - console.debug("===========STRESSLEVEL===============" + count) - let records = await bundle.getModuleUsageRecords(50); - checkModuleUsageRecord(records, 'ActsBmsKit_getModuleUsageRecordTest_0100'); - var result = checkIsExist(records, bundleName); - expect(result).assertEqual(true); - if (!result) { - break; - } - } - done(); - }) - - /* - * @tc.number: ActsBmsKit_getModuleUsageRecordTest_0200 - * @tc.name: Pressure test interface getModuleUsageRecord(int maxNum) by callback; - * @tc.desc: When the number of starts of ability is less than maxNum, call interface getModuleUsageRecord - */ - it('ActsBmsKit_getModuleUsageRecordTest_0200', 0, async function (done) { - console.debug('=====================ActsBmsKit_getModuleUsageRecordTest_0200=================='); - var bundleName = 'com.example.third1'; - let count = 0; - let flag = true; - for (let i = 0; i < STRESSLEVEL; i++) { - bundle.getModuleUsageRecords(50, (err, data) => { - expect(err.code).assertEqual(0); - checkModuleUsageRecord(data, 'ActsBmsKit_getModuleUsageRecordTest_0200'); - var result = checkIsExist(data, bundleName); - expect(result).assertEqual(true); - if (count == STRESSLEVEL - 1) { - done(); - } else if (err.code != 0) { - console.log('call function level is: ' + count); - expect().assertFail(); - flag = false; - } - count++; - }); - if (!flag) { - done(); - break; - } - } - }) - function checkModuleUsageRecord(data, caseName) { - console.debug('======================check ModuleUsageRecord begin=========================='); - console.debug(caseName + ' ==========record length is ========== ' + data.length); - expect(data.length).assertLarger(0); - for (let i = 0, length = data.length; i < length; i++) { - console.debug('=======All Info========' + JSON.stringify(data[i])); - console.debug('=============bundleName is=========' + JSON.stringify(data[i].bundleName)); - expect(data[i].bundleName.length).assertLarger(0); - console.debug('=============appLabelId==============' + JSON.stringify(data[i].appLabelId)); - expect(data[i].appLabelId >= 0).assertTrue(); - expect(data[i].labelId >= 0).assertTrue(); - expect(data[i].abilityLabelId >= 0).assertTrue(); - expect(data[i].abilityDescriptionId >= 0).assertTrue(); - expect(data[i].abilityIconId >= 0).assertTrue(); - console.debug('=============name==============' + JSON.stringify(data[i].name)); - expect(data[i].name.length).assertLarger(0); - console.debug('=============labelId==============' + JSON.stringify(data[i].labelId)); - console.debug('=============descriptionId==============' + JSON.stringify(data[i].descriptionId)); - expect(data[i].descriptionId).assertEqual(0); - console.debug('=============abilityName==============' + JSON.stringify(data[i].abilityName)); - expect(data[i].abilityName.length).assertLarger(0); - console.debug('=============abilityLabelId==============' + JSON.stringify(data[i].abilityLabelId)); - console.debug('===========abilityDescriptionId===========' + JSON.stringify(data[i].abilityDescriptionId)); - console.debug('=============abilityIconId==============' + JSON.stringify(data[i].abilityIconId)); - console.debug('=============launchedCount==============' + JSON.stringify(data[i].launchedCount)); - expect(data[i].launchedCount).assertLarger(0); - console.debug('=============lastLaunchTime==============' + JSON.stringify(data[i].lastLaunchTime)); - expect(data[i].lastLaunchTime).assertLarger(0); - console.debug('=============isRemoved==============' + JSON.stringify(data[i].isRemoved)); - expect(data[i].isRemoved).assertEqual(false); - if (data[i].bundleName == 'com.example.third1') { - expect(data[i].installationFreeSupported).assertFalse(); - } - } - } - function checkIsExist(data, bundleName) { - let bundles = new Map(); - for (let i = 0, length = data.length; i < length; i++) { - console.debug('=============bundleName is=========' + JSON.stringify(data[i].bundleName)); - bundles.set(data[i].bundleName, data[i]); - } - if (bundles.has(bundleName)) { - console.debug(bundleName + ' is exist'); - return true; - } - else { - console.debug(bundleName + ' is not exist'); - return false; - } - } - function checkShortcutInfo(dataInfo, name) { - console.info('=======Shortcut Info========' + JSON.stringify(dataInfo)) - console.info('=============Shortcutid=========' + dataInfo.id); - expect(typeof dataInfo.id).assertEqual('string'); - expect(dataInfo.id).assertEqual('id.' + name); - console.info('=============icon==============' + JSON.stringify(dataInfo.icon)); - expect(typeof dataInfo.disableMessage).assertEqual('string'); - expect(typeof dataInfo.isStatic).assertEqual('boolean'); - expect(typeof dataInfo.isHomeShortcut).assertEqual('boolean'); - expect(typeof dataInfo.isEnabled).assertEqual('boolean'); - expect(typeof dataInfo.hostAbility).assertEqual('string'); - console.info('=============label==============' + JSON.stringify(dataInfo.label)); - expect(typeof dataInfo.wants).assertEqual('object'); - if (typeof dataInfo.wants != 'undefined' && Object.keys(dataInfo.wants).length != 0) { - expect(dataInfo.wants.length).assertLarger(0); - for (var j = 0; j < dataInfo.wants.length; j++) { - console.info('========targetClass=========' + JSON.stringify(dataInfo.wants[j].targetClass)); - expect(dataInfo.wants[j].targetClass).assertEqual('com.example.' + name + '.MainAbility'); - console.info('========targetBundle=========' + JSON.stringify(dataInfo.wants[j].targetBundle)); - expect(dataInfo.wants[j].targetBundle).assertEqual('com.example.' + name); - } - } - } - - function checkShortcutIsExist(dataInfo, shortcutId, testName) { - let info = new Map(); - for (var i = 0, len = dataInfo.length; i < len; i++) { - expect(typeof dataInfo[i]).assertEqual('object'); - info.set(dataInfo[i].id, dataInfo[i]); - } - expect(info.has(shortcutId)).assertTrue(); - if (!info.has(shortcutId)) { - return false; - } else { - checkShortcutInfo(info.get(shortcutId), testName); - return true; - } - } -}) \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/test/List.test.js b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/test/List.test.js deleted file mode 100644 index f3d7251ad..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/entry/src/main/js/test/List.test.js +++ /dev/null @@ -1,16 +0,0 @@ -/* - * 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('./ActsBmsKitTest.test.js') \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/signature/openharmony_sx.p7b b/appexecfwk/bundle_standard/bundlemanager/actsbmskittest/signature/openharmony_sx.p7b deleted file mode 100644 index 66b4457a8a81fb8d3356cf46d67226c850944858..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3443 zcmcgvYj6|S8MPj^V?bbHu)zUrguxV$eOH!j$tfhe(&~j*^2(BJ8Bw#6Ru5a+m8F$e z7KKoe&=>-grhpq>=4Bu;(DE|wG>}Juk_0FTWjZM)HPlI=G?d~bG!)vE?SRd|k4|RL z5AA&4J@@X}@1F16xgaj0Q_^NE(=Gc(#7pJ3#zhN2Tx93-c#sGTPf1&_OvfVyLOu_~ zlSe%S@>=7`Ny51BKMTc;WGL*TDT$MIk>XNl)`J8^1h|A4DgXsQJWCvj_*`5l2htLU zQb|hWZthQ3EO$wia-fh9N)kXtGPj$A6damq3MM9pNIyx0NiIPIgA$i7%!GW72$Oi< z0D=zJ`Y49^Lr|^Wn5#m~7QIHVf-PuY)=pu1y$Xw|RIr2ez^opDJ$jTdsS0Ci7(+as25)_x zsT{}EFl&V|Ef!V9U<2YYRwA&?0@oW&+zMu#MLjlkC63QUS*F~nt&CJ?HBF8xWrVb# zH5lU5!jKhJMKRn`g!moxUavC%H9DwzPo=ifYo{C*v<_3DeJD7J5s#wqYJ_!Y{dKl# zbI>7`d2oQTI#itWjMb#pQF0&==*tju`)aL$UCE23tZj*onZ@#D%qMUx!zW7U>s7pT(2?vZB-yTR}BaHF_^_p z>A)i>RKq&8(V$JL0R&eIy~f~oaNp~cTG=WKY(YHEf$Hj!M5XOif2}bDVT~#nwm57i z6^;k1BfkI#2a7>4e42{8g?g`>nbo*tA?vQh{fRzIem6Y!&u8`Yow^C zqOv67Mm26i&zNJdsSk}S5ZJ9i5g1b;GMLpRDryEM1hJu-awZyzc>Q+DX-4p{!Nodj z8p@BoYeJz0+)sJZt zuEPepall8Mbf92R2NrOKP{5F3h655oKi75PrZ7VWYMqI0@AnHgNidN_?~A>hO$>~4 z^Tb@Mb6p+qg%i#dPPBT6TPfsoGNel~WMtla4$I*p39k?b>wSH06QT&ecu{LS5j7WKgGt{%Qg#tlx5^zGpL0XEyDon}XtBlYX@N6O&mN9(L z$3WvjRw6q*BYjXd*Fq8jXbPB|7!qV;4<3SpL4U$-IR3dR7);6%Ng*HwQb@`@>Ox+;D8{>7P%3W3Q%Usi-A~_qV+>e)rntOWl*O-6dZMKE8F5;?K0akaPU^t@xU> z%=cfHofS|kPL6wHyBU;&9FES!DZ+6ebIF)LFY6Fz{&D!$xgA|o7k1uCUbIc31tSxH zQ9Ry%g+c*8bqSc5h(`)Dg=0P>uD!i0X1s82?ZKCCB;WhGR>U(8-7|qN3Ap)CQv0fX zX>mu>K3(2u5yPDS2i~g-k`cK-?+g}k~KDu+;-P*Btr{$~&b>;qGA|AHs7nh`J|G6Cj zFM?4Cp=2b4lMDphW2lmNDT9=hRhqu_t?@tZNiwycZ^=K%z>ov)XaXk~tj_oQ`@1 zbTo;4XZBDgPjUAKnGqx}k`C5UB78cI_yh?}-u&gMP5ZOtdzXK(qxOqy@YH| zKVg=t_U%sjdhgBr><=%#F8a;Uk{yeK)y=0CKNmdE*mmS2GpIWB>H6u#<%c`=zqcWK z9HF5KQ#7Oa~pEP2)s#v~d&wROM>gVs@EXK<+yLWhcgU&n0TfndfCpllJ0~-G1 zq|eQ>U0Y7f|Lt@0PS/data/test/bmsThirdBundleTest1.hap" - ] - }, - { - "type": "ShellKit", - "run-command": [ - "chmod 644 /data/test/*.hap" - ] - } - ] -} diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/config.json b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/config.json deleted file mode 100644 index b7440a4b9..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/config.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "app": { - "bundleName": "com.example.actsbmsmoduleusagerecordtest", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.actsbmsmoduleusagerecordtest", - "name": ".MyApplication", - "deviceType": [ - "phone" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.actsbmsmoduleusagerecordtest.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "visible": true, - "type": "page", - "launchType": "singleton" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.INSTALL_BUNDLE", - "reason": "need use ohos.permission.INSTALL_BUNDLE" - }, - { - "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name":"ohos.permission.GET_BUNDLE_INFO", - "reason":"need use ohos.permission.GET_BUNDLE_INFO" - }, - { - "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", - "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" - }, - { - "name":"ohos.permission.REMOVE_CACHE_FILES", - "reason":"need use ohos.permission.REMOVE_CACHE_FILES" - }, - { - "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", - "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" - }, - { - "name":"ohos.permission.MANAGE_MISSIONS", - "reason":"need use ohos.permission.MANAGE_MISSIONS" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/app.js b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/app.js deleted file mode 100644 index f4beb9efb..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/app.js +++ /dev/null @@ -1,22 +0,0 @@ -/* -* 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'); - } -}; diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/i18n/en-US.json b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/i18n/en-US.json deleted file mode 100644 index e63c70d97..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/i18n/en-US.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "Hello", - "world": "World" - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/i18n/zh-CN.json b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/i18n/zh-CN.json deleted file mode 100644 index de6ee5748..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/i18n/zh-CN.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "您好", - "world": "世界" - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.css b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.css deleted file mode 100644 index ffbe55094..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.css +++ /dev/null @@ -1,24 +0,0 @@ -/* -* 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. -*/ - -.container { - flex-direction: column; - justify-content: center; - align-items: center; -} - -.title { - font-size: 50px; -} diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.hml b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.hml deleted file mode 100644 index f99407c7e..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.hml +++ /dev/null @@ -1,20 +0,0 @@ - - -
- - {{ title }} - -
diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.js b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.js deleted file mode 100644 index 8e31d64cf..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/default/pages/index/index.js +++ /dev/null @@ -1,49 +0,0 @@ -/* -* 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: "Test ModuleUsageRecord", - testTime: 0 - }, - onInit() { - this.title = "Test ModuleUsageRecord"; - }, - onShow() { - console.info('onShow finish') - if (this.testTime == 0) { - console.info('test start') - const core = Core.getInstance() - const expectExtend = new ExpectExtend({ - 'id': 'extend' - }) - core.addService('expect', expectExtend) - core.init() - const configService = core.getDefaultService('config') - this.timeout = 8000; - configService.setConfig(this) - - require('../../../test/List.test') - core.execute() - } - this.testTime++; - }, - onReady() { - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/resources/base/element/string.json b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/resources/base/element/string.json deleted file mode 100644 index aa01804d4..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/resources/base/element/string.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "string": [ - { - "name": "app_name", - "value": "actsbmsmoduleusagerecordtest" - }, - { - "name": "mainability_description", - "value": "JS_Phone_Empty Feature Ability" - } - ] -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/resources/base/media/icon.png b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/resources/base/media/icon.png deleted file mode 100644 index ce307a8827bd75456441ceb57d530e4c8d45d36c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6790 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 { - var subscriber; - let id; - async function subscribeCallBack(err, data) { - clearTimeout(id); - console.debug('=====subscribeCallBack=====' + data.event); - sleep(TIMEOUT); - let records = await bundle.getModuleUsageRecords(START_RECORD); - console.debug('=====get moduleUsageRecord finish====='); - RECORD_COUNT = records.length; - for (let i = 0, len = records.length; i < len; i++) { - if (records[i].bundleName == 'com.example.third1') { - START_COUNT = records[i].launchedCount; - console.debug('=====START_COUNT is =====' + START_COUNT); - } - } - commonEvent.unsubscribe(subscriber, unSubscribeCallback); - console.debug('=====subscribeCallBack end====='); - done(); - } - commonEvent.createSubscriber(subscriberInfo_0100).then((data) => { - console.debug('====>Create Subscriber====>'); - subscriber = data; - commonEvent.subscribe(subscriber, subscribeCallBack); - }) - function unSubscribeCallback(err, data) { - console.debug('====>UnSubscribe CallBack====>'); - done(); - } - function timeout() { - console.debug('=====timeout======'); - commonEvent.unsubscribe(subscriber, unSubscribeCallback) - done(); - } - console.debug('=======start ability========') - let installer = await bundle.getBundleInstaller(); - installer.install(['/data/test/bmsThirdBundleTest1.hap'], installParam, async (err, data) => { - console.debug('========install Finish========' + err.code); - console.debug('========install Finish========' + data.status); - console.debug('========install Finish========' + data.statusMessage); - id = setTimeout(timeout, START_ABILITY_TIMEOUT); - await featureAbility.startAbility( - { - want: - { - bundleName: 'com.example.third1', - abilityName: 'com.example.third1.MainAbility' - } - } - ) - }); - }) - - beforeEach(async (done) => { - bundle.getBundleInfo(BUNDLE_NAME, 1, async (err, data) => { - if (err.code != 0 && data.name.length == 0) { - let installer = await bundle.getBundleInstaller(); - installer.install(['/data/test/bmsThirdBundleTest1.hap'], installParam, async (err, data) => { - console.debug('========install Finish========' + JSON.stringify(data)); - done(); - }); - } else { - console.info("third1 is exist"); - done(); - } - }); - }) - - afterEach(async (done) => { - var testMissionId; - testMissionId = await getMissionId(); - console.log('======>ActsBmsModuleUsageRecordTest afterEach testMissionId<=======' + testMissionId); - if (testMissionId != -1) { - await missionmanager.moveMissionToFront(testMissionId); - } - done(); - }) - - afterAll(async (done) => { - console.debug('=======after all install========'); - let installer = await bundle.getBundleInstaller(); - installer.uninstall(BUNDLE_NAME, installParam, (err, data) => { - console.debug('========uninstall Finish========' + err.code); - console.debug('========uninstall Finish========' + data.status); - console.debug('========uninstall Finish========' + data.statusMessage); - done(); - }); - }) - - function getMissionId() { - return new Promise(async (resolve, reject) => { - var numMax = 1024; - var missionId = -1; - var missionInfos = await missionmanager.getMissionInfos('', numMax); - console.log('getMissionId result: ' + missionInfos.length); - for (let i = 0; i < missionInfos.length; i++) { - console.log('getMissionId result: ' + i + '= ' + JSON.stringify(missionInfos[i])) - if ((missionInfos[i].want.abilityName == "com.example.actsbmsmoduleusagerecordtest.MainAbility") && - (missionInfos[i].runningState == 0)) { - missionId = missionInfos[i].missionId; - break; - } - } - console.log('======>getMissionId resolve missionId<=======' + missionId); - resolve(missionId); - }) - } - - /* - * @tc.number: bms_getModuleUsageRecordTest_0100 - * @tc.name: getModuleUsageRecord(maxNum) - * @tc.desc: Use the getModuleUsageRecord interface to query the activation times and last - * activation time of ability - */ - it('bms_getModuleUsageRecordTest_0100', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_0100=================='); - let records = await bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TWO); - checkModuleUsageRecord(records); - let dataMap = new Map(); - for (let i = 0, length = records.length; i < length; i++) { - console.debug('=============bundleName is=========' + JSON.stringify(records[i].bundleName)); - dataMap.set(records[i].bundleName, records[i]); - } - expect(dataMap.has(BUNDLE_NAME)).assertTrue(); - if (dataMap.has(BUNDLE_NAME)) { - let data = dataMap.get(BUNDLE_NAME); - expect(data.bundleName).assertEqual('com.example.third1'); - expect(data.appLabelId >= 0).assertTrue(); - expect(data.name).assertEqual('entry'); - expect(data.labelId >= 0).assertTrue(); - expect(data.descriptionId).assertEqual(0); - expect(data.abilityName).assertEqual('com.example.third1.MainAbility'); - expect(data.abilityLabelId >= 0).assertTrue(); - expect(data.abilityDescriptionId >= 0).assertTrue(); - expect(data.abilityIconId >= 0).assertTrue(); - expect(data.launchedCount).assertEqual(START_COUNT); - expect(data.lastLaunchTime).assertLarger(0); - expect(data.isRemoved).assertEqual(false); - expect(data.installationFreeSupported).assertEqual(false); - } - done(); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_0200 - * @tc.name: getModuleUsageRecord(maxNum) - * @tc.desc: When the number of starts of ability is less than maxNum, call interface getModuleUsageRecord - */ - it('bms_getModuleUsageRecordTest_0200', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_0200=================='); - bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TWO, (err, data) => { - expect(err.code).assertEqual(0); - checkModuleUsageRecord(data); - var result = checkIsExist(data, BUNDLE_NAME); - expect(result).assertTrue(); - if (result) { - let counts = new Map(); - console.debug('======LaunchedCount======' + START_COUNT); - for (let i = 0, length = data.length; i < length; i++) { - counts.set(data[i].bundleName, data[i].launchedCount); - console.debug('=============launchedCount is=========' + data[i].launchedCount); - } - expect(counts.get(BUNDLE_NAME)).assertEqual(START_COUNT); - } - done(); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_0300 - * @tc.name: getModuleUsageRecord(maxNum) - * @tc.desc: When the number of starts of ability is less than maxNum, call interface getModuleUsageRecord - */ - it('bms_getModuleUsageRecordTest_0300', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_0300=================='); - bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TEN).then(records => { - checkModuleUsageRecord(records); - var result = checkIsExist(records, BUNDLE_NAME); - expect(result).assertTrue(); - if (result) { - let counts = new Map(); - console.debug('======LaunchedCount======' + START_COUNT); - expect(records[1].launchedCount).assertEqual(START_COUNT); - for (let i = 0, length = records.length; i < length; i++) { - counts.set(records[i].bundleName, records[i].launchedCount); - console.debug('=============launchedCount is=========' + records[i].launchedCount); - } - expect(counts.get(BUNDLE_NAME)).assertEqual(START_COUNT); - } - done(); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_0400 - * @tc.name: getModuleUsageRecord(maxNum) - * @tc.desc: When the number of starts of ability is less than maxNum, call interface getModuleUsageRecord - */ - it('bms_getModuleUsageRecordTest_0400', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_0400=================='); - bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TEN, (err, data) => { - expect(err.code).assertEqual(0); - checkModuleUsageRecord(data); - var result = checkIsExist(data, BUNDLE_NAME); - expect(result).assertTrue(); - if (result) { - let counts = new Map(); - console.debug('======LaunchedCount======' + START_COUNT); - for (let i = 0, length = data.length; i < length; i++) { - counts.set(data[i].bundleName, data[i].launchedCount); - console.debug('=============launchedCount is=========' + data[i].launchedCount); - } - expect(counts.get(BUNDLE_NAME)).assertEqual(START_COUNT); - } - done(); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_0500 - * @tc.name: getModuleUsageRecord(maxNum) by promise - * @tc.desc: Uninstall a third-party application, and then use the getModuleUsageRecord interface - * to query the activation times and last activation time of ability - */ - it('bms_getModuleUsageRecordTest_0500', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_0500=================='); - var installer = await bundle.getBundleInstaller(); - installer.uninstall(BUNDLE_NAME, installParam, onReceiveinstallEvent); - - async function onReceiveinstallEvent(err, data) { - console.debug('========uninstall Finish========'); - checkInstallOrUninstall(err, data); - console.debug('========data.statusMessage========' + data.statusMessage); - var records = await bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TWO) - checkModuleUsageRecord(records); - var result = checkIsExist(records, BUNDLE_NAME); - expect(result).assertEqual(false); - installer.install(['/data/test/bmsThirdBundleTest1.hap'], installParam, (err, data) => { - checkInstallOrUninstall(err, data) - done(); - }); - } - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_0600 - * @tc.name: getModuleUsageRecord(maxNum,callback: AsyncCallback>) - * @tc.desc: Uninstall a third-party application, and then use the getModuleUsageRecord interface - * to query the activation times and last activation time of ability - */ - it('bms_getModuleUsageRecordTest_0600', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_0600=================='); - var installer = await bundle.getBundleInstaller(); - installer.uninstall(BUNDLE_NAME, installParam, (err, data) => { - checkInstallOrUninstall(err, data); - bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TWO, async (funcErr, moduleUsageRecord) => { - expect(funcErr.code).assertEqual(0); - var result = checkIsExist(moduleUsageRecord, BUNDLE_NAME); - expect(result).assertEqual(false); - installer.install(['/data/test/bmsThirdBundleTest1.hap'], installParam, (err, data) => { - checkInstallOrUninstall(err, data) - done(); - }); - - }); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_0700 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: test getModuleUsageRecord with the invalid parameter - */ - it('bms_getModuleUsageRecordTest_0700', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_0700=================='); - await bundle.getModuleUsageRecords(INVALID_NUM, (err, data) => { - console.debug('============err.code==========' + err.code); - expect(err.code).assertEqual(-1); - expect(data.length).assertEqual(0); - done(); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_0800 - * @tc.name: getModuleUsageRecord(maxNum) by promise - * @tc.desc: test getModuleUsageRecord with the invalid parameter - */ - it('bms_getModuleUsageRecordTest_0800', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_0800=================='); - var data = await bundle.getModuleUsageRecords(INVALID_NUM); - expect(data.length).assertEqual(0); - done(); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_0900 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: test getModuleUsageRecord with the critical value - */ - it('bms_getModuleUsageRecordTest_0900', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_0900=================='); - await bundle.getModuleUsageRecords(0, (err, data) => { - console.debug('============err.code==========' + err.code); - expect(err.code).assertEqual(-1); - expect(data.length).assertEqual(0); - done(); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_1000 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: test getModuleUsageRecord with the critical value - */ - it('bms_getModuleUsageRecordTest_1000', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_1000=================='); - var data = await bundle.getModuleUsageRecords(0); - expect(data.length).assertEqual(0); - done(); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_1100 - * @tc.name: getModuleUsageRecord(maxNum) by promise - * @tc.desc: Install a third-party which is uninstalled, and then use the getModuleUsageRecord interface - * to query the activation times and last activation time of ability - */ - it('bms_getModuleUsageRecordTest_1100', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_1100=================='); - var installer = await bundle.getBundleInstaller(); - installer.uninstall(BUNDLE_NAME, installParam, (err, data) => { - checkInstallOrUninstall(err, data); - var bundlePath = ['/data/test/bmsThirdBundleTest1.hap']; - installer.install(bundlePath, installParam, async (err, data) => { - checkInstallOrUninstall(err, data); - var records = await bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TEN) - expect(checkLaunchCount(records, BUNDLE_NAME, START_COUNT)).assertTrue(); - done(); - }); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_1200 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: Install a third-party which is uninstalled, and then use the getModuleUsageRecord interface - * to query the activation times and last activation time of ability - */ - it('bms_getModuleUsageRecordTest_1200', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_1200=================='); - var installer = await bundle.getBundleInstaller(); - installer.uninstall(BUNDLE_NAME, installParam, (err, data) => { - checkInstallOrUninstall(err, data); - var bundlePath = ['/data/test/bmsThirdBundleTest1.hap'] - installer.install(bundlePath, installParam, async (err, data) => { - checkInstallOrUninstall(err, data); - bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TEN, (err, records) => { - expect(err.code).assertEqual(0); - expect(checkLaunchCount(records, BUNDLE_NAME, START_COUNT)).assertTrue(); - done(); - }) - }); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_1300 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: Install a third-party which is uninstalled, and then use the getModuleUsageRecord interface - * to query the activation times and last activation time of ability - */ - it('bms_getModuleUsageRecordTest_1300', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_1300=================='); - var subscriber; - let id; - async function subscribeCallBack(err, data) { - clearTimeout(id); - START_COUNT += 1; - expect(data.event).assertEqual('ACTS_Third1_Publish_CommonEvent'); - sleep(TIMEOUT); - await bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TEN, (err, records) => { - expect(err.code).assertEqual(0); - var result = checkLaunchCount(records, BUNDLE_NAME, START_COUNT); - expect(result).assertTrue(); - commonEvent.unsubscribe(subscriber, unSubscribeCallback); - }) - } - commonEvent.createSubscriber(subscriberInfo_0100).then((data) => { - console.debug('====>Create Subscriber====>'); - subscriber = data; - commonEvent.subscribe(subscriber, subscribeCallBack); - }) - function unSubscribeCallback(err, data) { - done(); - } - function timeout() { - console.debug('=====timeout======'); - expect().assertFail(); - commonEvent.unsubscribe(subscriber, unSubscribeCallback) - } - let installer = await bundle.getBundleInstaller(); - installer.uninstall(BUNDLE_NAME, installParam, (err, data) => { - checkInstallOrUninstall(err, data); - installer.install(['/data/test/bmsThirdBundleTest1.hap'], installParam, async (err, data) => { - checkInstallOrUninstall(err, data); - id = setTimeout(timeout, START_ABILITY_TIMEOUT); - await featureAbility.startAbility( - { - want: - { - bundleName: 'com.example.third1', - abilityName: 'com.example.third1.MainAbility' - } - } - ) - }); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_1400 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: Install a third-party which is uninstalled, and then use the getModuleUsageRecord interface - * to query the activation times and last activation time of ability - */ - it('bms_getModuleUsageRecordTest_1400', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_1400=================='); - var subscriber; - let id; - async function subscribeCallBack(err, data) { - clearTimeout(id); - START_COUNT += 1; - expect(data.event).assertEqual('ACTS_Third1_Publish_CommonEvent'); - sleep(TIMEOUT); - var records = await bundle.getModuleUsageRecords(RECORD_COUNT + NUM_TEN) - expect(checkLaunchCount(records, BUNDLE_NAME, START_COUNT)).assertTrue(); - commonEvent.unsubscribe(subscriber, unSubscribeCallback); - } - commonEvent.createSubscriber(subscriberInfo_0100).then((data) => { - console.debug('====>Create Subscriber====>'); - subscriber = data; - commonEvent.subscribe(subscriber, subscribeCallBack); - }) - function unSubscribeCallback(err, data) { - done(); - } - function timeout() { - console.debug('=====timeout======'); - expect().assertFail(); - commonEvent.unsubscribe(subscriber, unSubscribeCallback) - } - let installer = await bundle.getBundleInstaller(); - installer.uninstall(BUNDLE_NAME, installParam, (err, data) => { - checkInstallOrUninstall(err, data); - installer.install(['/data/test/bmsThirdBundleTest1.hap'], installParam, async (err, data) => { - checkInstallOrUninstall(err, data); - id = setTimeout(timeout, START_ABILITY_TIMEOUT); - await featureAbility.startAbility( - { - want: - { - bundleName: 'com.example.third1', - abilityName: 'com.example.third1.MainAbility' - } - } - ) - }); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_1500 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: test getModuleUsageRecord with the critical value - */ - it('bms_getModuleUsageRecordTest_1500', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_1500=================='); - await bundle.getModuleUsageRecords(1000, (err, records) => { - expect(err.code).assertEqual(0); - console.info('============data length_1500===========' + records.length); - checkModuleUsageRecord(records); - expect(checkIsExist(records, BUNDLE_NAME)).assertTrue(); - done(); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_1600 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: test getModuleUsageRecord with the critical value - */ - it('bms_getModuleUsageRecordTest_1600', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_1600=================='); - var records = await bundle.getModuleUsageRecords(1000); - console.info('============data length_1600===========' + records.length); - checkModuleUsageRecord(records); - expect(checkIsExist(records, BUNDLE_NAME)).assertTrue(); - done(); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_1700 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: test getModuleUsageRecord with the invalid parameter - */ - it('bms_getModuleUsageRecordTest_1700', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_1700=================='); - await bundle.getModuleUsageRecords(1001, (err, data) => { - console.debug('============err.code==========' + err.code); - expect(err.code).assertEqual(-1); - console.info('============data length_1700===========' + data.length); - expect(data.length).assertEqual(0); - done(); - }); - }) - - /* - * @tc.number: bms_getModuleUsageRecordTest_1800 - * @tc.name: getModuleUsageRecord(maxNum, callback: AsyncCallback>) - * @tc.desc: test getModuleUsageRecord with the invalid parameter - */ - it('bms_getModuleUsageRecordTest_1800', 0, async function (done) { - console.debug('=====================bms_getModuleUsageRecordTest_1800=================='); - var data = await bundle.getModuleUsageRecords(1001); - console.info('============data length_1800===========' + data.length); - expect(data.length).assertEqual(0); - done(); - }) - - function checkModuleUsageRecord(data) { - console.debug('======================check ModuleUsageRecord begin=========================='); - expect(data.length).assertLarger(0); - for (let i = 0, length = data.length; i < length; i++) { - console.debug('=======All Info========' + JSON.stringify(data[i])); - console.debug('=============bundleName is=========' + JSON.stringify(data[i].bundleName)); - expect(data[i].bundleName.length).assertLarger(0); - expect(data[i].appLabelId >= 0).assertTrue(); - expect(data[i].labelId >= 0).assertTrue(); - expect(data[i].abilityLabelId >= 0).assertTrue(); - expect(data[i].abilityDescriptionId >= 0).assertTrue(); - expect(data[i].abilityIconId >= 0).assertTrue(); - console.debug('=============appLabelId==============' + JSON.stringify(data[i].appLabelId)); - console.debug('=============name==============' + JSON.stringify(data[i].name)); - expect(data[i].name.length).assertLarger(0); - console.debug('=============labelId==============' + JSON.stringify(data[i].labelId)); - console.debug('=============descriptionId==============' + JSON.stringify(data[i].descriptionId)); - expect(data[i].descriptionId).assertEqual(0); - console.debug('=============abilityName==============' + JSON.stringify(data[i].abilityName)); - expect(data[i].abilityName.length).assertLarger(0); - console.debug('=============abilityLabelId==============' + JSON.stringify(data[i].abilityLabelId)); - console.debug('===========abilityDescriptionId===========' + JSON.stringify(data[i].abilityDescriptionId)); - console.debug('=============abilityIconId==============' + JSON.stringify(data[i].abilityIconId)); - console.debug('=============launchedCount==============' + JSON.stringify(data[i].launchedCount)); - expect(data[i].launchedCount).assertLarger(0); - console.debug('=============lastLaunchTime==============' + JSON.stringify(data[i].lastLaunchTime)); - expect(data[i].lastLaunchTime).assertLarger(0); - console.debug('=============isRemoved==============' + JSON.stringify(data[i].isRemoved)); - expect(data[i].isRemoved).assertEqual(false); - if (data[i].bundleName == 'com.example.third1') { - expect(data[i].installationFreeSupported).assertFalse(); - } - } - } - function checkIsExist(data, bundleName) { - let bundles = new Map(); - for (let i = 0, length = data.length; i < length; i++) { - bundles.set(data[i].bundleName, data[i]); - } - if (bundles.has(bundleName)) { - return true; - } - else { - return false; - } - } - - function checkLaunchCount(data, bundleName, count) { - let i = 0; - for (let length = data.length; i < length; i++) { - if (data[i].bundleName == bundleName) { - expect(data[i].launchedCount).assertEqual(count); - return true; - } - } - if (i == data.length) { - return false; - } - } -}) \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/test/List.test.js b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/test/List.test.js deleted file mode 100644 index 971b84dc3..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/entry/src/main/js/test/List.test.js +++ /dev/null @@ -1,15 +0,0 @@ -/* -* 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('./ActsBmsModuleUsageRecordTest.test.js') \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/signature/openharmony_sx.p7b b/appexecfwk/bundle_standard/bundlemanager/actsbmsmoduleusagerecordtest/signature/openharmony_sx.p7b deleted file mode 100755 index 66b4457a8a81fb8d3356cf46d67226c850944858..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3443 zcmcgvYj6|S8MPj^V?bbHu)zUrguxV$eOH!j$tfhe(&~j*^2(BJ8Bw#6Ru5a+m8F$e z7KKoe&=>-grhpq>=4Bu;(DE|wG>}Juk_0FTWjZM)HPlI=G?d~bG!)vE?SRd|k4|RL z5AA&4J@@X}@1F16xgaj0Q_^NE(=Gc(#7pJ3#zhN2Tx93-c#sGTPf1&_OvfVyLOu_~ zlSe%S@>=7`Ny51BKMTc;WGL*TDT$MIk>XNl)`J8^1h|A4DgXsQJWCvj_*`5l2htLU zQb|hWZthQ3EO$wia-fh9N)kXtGPj$A6damq3MM9pNIyx0NiIPIgA$i7%!GW72$Oi< z0D=zJ`Y49^Lr|^Wn5#m~7QIHVf-PuY)=pu1y$Xw|RIr2ez^opDJ$jTdsS0Ci7(+as25)_x zsT{}EFl&V|Ef!V9U<2YYRwA&?0@oW&+zMu#MLjlkC63QUS*F~nt&CJ?HBF8xWrVb# zH5lU5!jKhJMKRn`g!moxUavC%H9DwzPo=ifYo{C*v<_3DeJD7J5s#wqYJ_!Y{dKl# zbI>7`d2oQTI#itWjMb#pQF0&==*tju`)aL$UCE23tZj*onZ@#D%qMUx!zW7U>s7pT(2?vZB-yTR}BaHF_^_p z>A)i>RKq&8(V$JL0R&eIy~f~oaNp~cTG=WKY(YHEf$Hj!M5XOif2}bDVT~#nwm57i z6^;k1BfkI#2a7>4e42{8g?g`>nbo*tA?vQh{fRzIem6Y!&u8`Yow^C zqOv67Mm26i&zNJdsSk}S5ZJ9i5g1b;GMLpRDryEM1hJu-awZyzc>Q+DX-4p{!Nodj z8p@BoYeJz0+)sJZt zuEPepall8Mbf92R2NrOKP{5F3h655oKi75PrZ7VWYMqI0@AnHgNidN_?~A>hO$>~4 z^Tb@Mb6p+qg%i#dPPBT6TPfsoGNel~WMtla4$I*p39k?b>wSH06QT&ecu{LS5j7WKgGt{%Qg#tlx5^zGpL0XEyDon}XtBlYX@N6O&mN9(L z$3WvjRw6q*BYjXd*Fq8jXbPB|7!qV;4<3SpL4U$-IR3dR7);6%Ng*HwQb@`@>Ox+;D8{>7P%3W3Q%Usi-A~_qV+>e)rntOWl*O-6dZMKE8F5;?K0akaPU^t@xU> z%=cfHofS|kPL6wHyBU;&9FES!DZ+6ebIF)LFY6Fz{&D!$xgA|o7k1uCUbIc31tSxH zQ9Ry%g+c*8bqSc5h(`)Dg=0P>uD!i0X1s82?ZKCCB;WhGR>U(8-7|qN3Ap)CQv0fX zX>mu>K3(2u5yPDS2i~g-k`cK-?+g}k~KDu+;-P*Btr{$~&b>;qGA|AHs7nh`J|G6Cj zFM?4Cp=2b4lMDphW2lmNDT9=hRhqu_t?@tZNiwycZ^=K%z>ov)XaXk~tj_oQ`@1 zbTo;4XZBDgPjUAKnGqx}k`C5UB78cI_yh?}-u&gMP5ZOtdzXK(qxOqy@YH| zKVg=t_U%sjdhgBr><=%#F8a;Uk{yeK)y=0CKNmdE*mmS2GpIWB>H6u#<%c`=zqcWK z9HF5KQ#7Oa~pEP2)s#v~d&wROM>gVs@EXK<+yLWhcgU&n0TfndfCpllJ0~-G1 zq|eQ>U0Y7f|Lt@0PS