diff --git a/notification/ces_standard/subscribeandpublish/BUILD.gn b/notification/ces_standard/subscribeandpublish/BUILD.gn index c74cb5d737cbc8f8f57acb9b887dc7ab6578bce3..cfae167346ad93bb7dace1388a32072fde30fff7 100644 --- a/notification/ces_standard/subscribeandpublish/BUILD.gn +++ b/notification/ces_standard/subscribeandpublish/BUILD.gn @@ -18,7 +18,6 @@ group("SubscribeAndPublish") { if (is_standard_system) { deps = [ "actssubscriberorderedtest:ActsSubscriberOrderTest", - "actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystemTest", "actssubscriberunordertest:ActsSubscriberUnorderTest", "emittertest:EmitterTest", ] diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/BUILD.gn b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/BUILD.gn deleted file mode 100644 index 2e839a6ead9fbd0d22f85857552b7df15a0dce72..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/BUILD.gn +++ /dev/null @@ -1,34 +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("ActsSubscriberTestUnorderSystemTest") { - hap_profile = "./src/main/config.json" - deps = [ - ":hjs_demo_js_assets", - ":hjs_demo_resources", - ] - certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsSubscriberTestUnorderSystemTest" - subsystem_name = "notification" - part_name = "common_event_service" -} -ohos_js_assets("hjs_demo_js_assets") { - js2abc = true - hap_profile = "./src/main/config.json" - source_dir = "./src/main/js" -} -ohos_resources("hjs_demo_resources") { - sources = [ "./src/main/resources" ] - hap_profile = "./src/main/config.json" -} diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/Test.json b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/Test.json deleted file mode 100644 index 24101da8de1ea77b32bc5d55f8bdcca71e84fdc7..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/Test.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "description": "Configuration for hjunit demo Tests", - "driver": { - "type": "OHJSUnitTest", - "test-timeout": "260000", - "shell-timeout": "260000", - "bundle-name": "com.example.actssubscribertestunordersystem", - "package-name": "com.example.actssubscribertestunordersystem" - }, - "kits": [ - { - "test-file-name": [ - "ActsSubscriberTestUnorderSystemTest.hap" - ], - "type": "AppInstallKit", - "cleanup-apps": true - } - ] -} \ No newline at end of file diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/signature/openharmony_sx.p7b b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/signature/openharmony_sx.p7b deleted file mode 100644 index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..0000000000000000000000000000000000000000 Binary files a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/signature/openharmony_sx.p7b and /dev/null differ diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/config.json b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/config.json deleted file mode 100644 index 46aef521683dd508fd044c3cc690002e58f3d651..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/config.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "app": { - "bundleName": "com.example.actssubscribertestunordersystem", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.actssubscribertestunordersystem", - "name": ".entry", - "deviceType": [ - "phone" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } -} \ No newline at end of file diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/app.js b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/app.js deleted file mode 100644 index bdbaaf37cd23be7a759b6d491a6311331d0d17be..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/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/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/i18n/en-US.json b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/i18n/en-US.json deleted file mode 100644 index a4c13dcbdc39c537073f638393d7726ac9a5cdc4..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/i18n/en-US.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "Hello", - "world": "World" - } -} \ No newline at end of file diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/i18n/zh-CN.json b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/i18n/zh-CN.json deleted file mode 100644 index b1c02368f72f929e4375a43170444de95dcc5984..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/i18n/zh-CN.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "您好", - "world": "世界" - } -} \ No newline at end of file diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/pages/index/index.css b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/pages/index/index.css deleted file mode 100644 index 4bc7e63ea5e31c4348c35c119629b7e5967e1cc1..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/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/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/pages/index/index.hml b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/pages/index/index.hml deleted file mode 100644 index afca658bee9d47e07498db6cc108d24c0b28f849..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/pages/index/index.hml +++ /dev/null @@ -1,21 +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. - */ - -
- - Hello, World! - {{ $t('strings.hello') }} {{ title }} - -
diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/pages/index/index.js b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/pages/index/index.js deleted file mode 100644 index 35f7f922ae6c5efd45268304e460b3cf734f6a3c..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/MainAbility/pages/index/index.js +++ /dev/null @@ -1,33 +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 file from '@system.file' - -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') - }, - onReady() { - }, -} - diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/app.js b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/app.js deleted file mode 100644 index cdc31f3dcf031e2f6a7665d9653e53bb649e21c5..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/app.js +++ /dev/null @@ -1,31 +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. - */ - -import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' -import { Hypium } from '@ohos/hypium' -import testsuite from '../test/List.test' - -export default { - onCreate() { - console.info('TestApplication onCreate') - var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() - var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() - console.info('start run testcase!!!') - Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) - }, - onDestroy() { - console.info("TestApplication onDestroy"); - } -}; diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/i18n/en-US.json b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/i18n/en-US.json deleted file mode 100644 index 3cb24b374b1d919ca8eac0638f361692b603a900..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/i18n/en-US.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "strings": { - "hello": "Hello", - "world": "World" - }, - "Files": { - } -} \ No newline at end of file diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/i18n/zh-CN.json b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/i18n/zh-CN.json deleted file mode 100644 index c804e32c0c3103929baca5617cdac70be11fdba1..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/i18n/zh-CN.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "strings": { - "hello": "您好", - "world": "世界" - }, - "Files": { - } -} \ No newline at end of file diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/pages/index/index.css b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/pages/index/index.css deleted file mode 100644 index b1bcd43387ba131cc1d30975ff7508a6f8084a4b..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/pages/index/index.css +++ /dev/null @@ -1,30 +0,0 @@ -.container { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - left: 0px; - top: 0px; - width: 100%; - height: 100%; -} - -.title { - font-size: 60px; - text-align: center; - width: 100%; - height: 40%; - margin: 10px; -} - -@media screen and (device-type: phone) and (orientation: landscape) { - .title { - font-size: 60px; - } -} - -@media screen and (device-type: tablet) and (orientation: landscape) { - .title { - font-size: 100px; - } -} \ No newline at end of file diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/pages/index/index.hml b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/pages/index/index.hml deleted file mode 100644 index f629c71a9be857db6cdf94149652a191b9b272ea..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/pages/index/index.hml +++ /dev/null @@ -1,5 +0,0 @@ -
- - {{ $t('strings.hello') }} {{ title }} - -
diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/pages/index/index.js b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/pages/index/index.js deleted file mode 100644 index 88b083a7f6b979019d6a2c5ad20b19c5fd43286b..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestAbility/pages/index/index.js +++ /dev/null @@ -1,26 +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. - */ - -export default { - data: { - title: "" - }, - onInit() { - this.title = this.$t('strings.world'); - } -} - - - diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestRunner/OpenHarmonyTestRunner.js b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestRunner/OpenHarmonyTestRunner.js deleted file mode 100644 index c5fa8620ca77d381f20b65a903b833e6e3378c97..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/TestRunner/OpenHarmonyTestRunner.js +++ /dev/null @@ -1,59 +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. - */ - -import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry' - -function translateParamsToString(parameters) { - const keySet = new Set([ - '-s class', '-s notClass', '-s suite', '-s itName', - '-s level', '-s testType', '-s size', '-s timeout', - '-s package', '-s dryRun' - ]) - let targetParams = ''; - for (const key in parameters) { - if (keySet.has(key)) { - targetParams += ' ' + key + ' ' + parameters[key] - } - } - return targetParams.trim() -} - - export default { - onPrepare() { - console.info('OpenHarmonyTestRunner OnPrepare') - }, - onRun() { - console.log('OpenHarmonyTestRunner onRun run') - var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() - var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() - - var testAbilityName = abilityDelegatorArguments.parameters['-p'] + '.TestAbility' - - var cmd = 'aa start -d 0 -a ' + testAbilityName + ' -b ' + abilityDelegatorArguments.bundleName - cmd += ' ' + translateParamsToString(abilityDelegatorArguments.parameters) - var debug = abilityDelegatorArguments.parameters["-D"] - console.info('debug value : '+debug) - if (debug == 'true') - { - cmd += ' -D' - } - console.info('cmd : '+cmd) - abilityDelegator.executeShellCommand(cmd, (err, data) => { - console.info('executeShellCommand : err : ' + JSON.stringify(err)); - console.info('executeShellCommand : data : ' + data.stdResult); - console.info('executeShellCommand : data : ' + data.exitCode); - }) - } -}; diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/ActsSubscriber_test_unorder.js b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/ActsSubscriber_test_unorder.js deleted file mode 100644 index 47eb91853a42797c4dbb8a4f290c989dd87a8858..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/ActsSubscriber_test_unorder.js +++ /dev/null @@ -1,221 +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 commonEvent from '@ohos.commonEvent' -import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium' - -export default function ActsSubscriberTestUnorderSystem() { - describe('SUB_NOTIFICATION_CES_SUBSCRIBER_UNORDER_SYSTEM_TEST', async function () { - let TAG = 'SUB_NOTIFICATION_CES_SUBSCRIBER_UNORDER_SYSTEM_TEST ===>' - console.info(`${TAG} SUB_NOTIFICATION_CES_SUBSCRIBER_UNORDER_SYSTEM_TEST START`) - it('SUB_NOTIFICATION_CES_SUBSCRIBER_UNORDER_SYSTEM_TEST_0100', 0, async function (done) { - console.info(`${TAG} SUB_NOTIFICATION_CES_SUBSCRIBER_UNORDER_SYSTEM_TEST START`) - let CommonEventSubscriberInfo = { - events: [ - commonEvent.Support.COMMON_EVENT_SHUTDOWN, - commonEvent.Support.COMMON_EVENT_BATTERY_CHANGED, - commonEvent.Support.COMMON_EVENT_BATTERY_LOW, - commonEvent.Support.COMMON_EVENT_BATTERY_OKAY, - commonEvent.Support.COMMON_EVENT_POWER_CONNECTED, - commonEvent.Support.COMMON_EVENT_POWER_DISCONNECTED, - commonEvent.Support.COMMON_EVENT_SCREEN_OFF, - commonEvent.Support.COMMON_EVENT_SCREEN_ON, - commonEvent.Support.COMMON_EVENT_USER_PRESENT, - commonEvent.Support.COMMON_EVENT_TIME_TICK, - commonEvent.Support.COMMON_EVENT_TIME_CHANGED, - commonEvent.Support.COMMON_EVENT_DATE_CHANGED, - commonEvent.Support.COMMON_EVENT_TIMEZONE_CHANGED, - commonEvent.Support.COMMON_EVENT_CLOSE_SYSTEM_DIALOGS, - commonEvent.Support.COMMON_EVENT_PACKAGE_ADDED, - commonEvent.Support.COMMON_EVENT_PACKAGE_REPLACED, - commonEvent.Support.COMMON_EVENT_MY_PACKAGE_REPLACED, - commonEvent.Support.COMMON_EVENT_PACKAGE_REMOVED, - commonEvent.Support.COMMON_EVENT_BUNDLE_REMOVED, - commonEvent.Support.COMMON_EVENT_PACKAGE_FULLY_REMOVED, - commonEvent.Support.COMMON_EVENT_PACKAGE_CHANGED, - commonEvent.Support.COMMON_EVENT_PACKAGE_RESTARTED, - commonEvent.Support.COMMON_EVENT_PACKAGE_DATA_CLEARED, - commonEvent.Support.COMMON_EVENT_PACKAGES_SUSPENDED, - commonEvent.Support.COMMON_EVENT_PACKAGES_UNSUSPENDED, - commonEvent.Support.COMMON_EVENT_MY_PACKAGE_SUSPENDED, - commonEvent.Support.COMMON_EVENT_MY_PACKAGE_UNSUSPENDED, - commonEvent.Support.COMMON_EVENT_UID_REMOVED, - commonEvent.Support.COMMON_EVENT_PACKAGE_FIRST_LAUNCH, - commonEvent.Support.COMMON_EVENT_PACKAGE_NEEDS_VERIFICATION, - commonEvent.Support.COMMON_EVENT_PACKAGE_VERIFIED, - commonEvent.Support.COMMON_EVENT_EXTERNAL_APPLICATIONS_AVAILABLE, - commonEvent.Support.COMMON_EVENT_EXTERNAL_APPLICATIONS_UNAVAILABLE, - commonEvent.Support.COMMON_EVENT_CONFIGURATION_CHANGED, - commonEvent.Support.COMMON_EVENT_LOCALE_CHANGED, - commonEvent.Support.COMMON_EVENT_MANAGE_PACKAGE_STORAGE, - commonEvent.Support.COMMON_EVENT_DRIVE_MODE, - commonEvent.Support.COMMON_EVENT_HOME_MODE, - commonEvent.Support.COMMON_EVENT_OFFICE_MODE, - commonEvent.Support.COMMON_EVENT_USER_STARTED, - commonEvent.Support.COMMON_EVENT_USER_BACKGROUND, - commonEvent.Support.COMMON_EVENT_USER_FOREGROUND, - commonEvent.Support.COMMON_EVENT_USER_UNLOCKED, - commonEvent.Support.COMMON_EVENT_USER_STOPPED, - commonEvent.Support.COMMON_EVENT_HWID_LOGIN, - commonEvent.Support.COMMON_EVENT_HWID_LOGOUT, - commonEvent.Support.COMMON_EVENT_HWID_TOKEN_INVALID, - commonEvent.Support.COMMON_EVENT_HWID_LOGOFF, - commonEvent.Support.COMMON_EVENT_WIFI_POWER_STATE, - commonEvent.Support.COMMON_EVENT_WIFI_CONN_STATE, - commonEvent.Support.COMMON_EVENT_WIFI_HOTSPOT_STATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE, - commonEvent.Support.COMMON_EVENT_NFC_ACTION_ADAPTER_STATE_CHANGED, - commonEvent.Support.COMMON_EVENT_DISCHARGING, - commonEvent.Support.COMMON_EVENT_CHARGING, - commonEvent.Support.COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED, - commonEvent.Support.COMMON_EVENT_POWER_SAVE_MODE_CHANGED, - commonEvent.Support.COMMON_EVENT_LOCATION_MODE_STATE_CHANGED, - commonEvent.Support.COMMON_EVENT_IVI_SLEEP, - commonEvent.Support.COMMON_EVENT_IVI_PAUSE, - commonEvent.Support.COMMON_EVENT_IVI_STANDBY, - commonEvent.Support.COMMON_EVENT_IVI_LASTMODE_SAVE, - commonEvent.Support.COMMON_EVENT_IVI_VOLTAGE_ABNORMAL, - commonEvent.Support.COMMON_EVENT_IVI_HIGH_TEMPERATURE, - commonEvent.Support.COMMON_EVENT_IVI_EXTREME_TEMPERATURE, - commonEvent.Support.COMMON_EVENT_IVI_TEMPERATURE_ABNORMAL, - commonEvent.Support.COMMON_EVENT_IVI_VOLTAGE_RECOVERY, - commonEvent.Support.COMMON_EVENT_IVI_TEMPERATURE_RECOVERY, - commonEvent.Support.COMMON_EVENT_IVI_ACTIVE, - commonEvent.Support.COMMON_EVENT_USB_DEVICE_ATTACHED, - commonEvent.Support.COMMON_EVENT_USB_DEVICE_DETACHED, - commonEvent.Support.COMMON_EVENT_USB_ACCESSORY_ATTACHED, - commonEvent.Support.COMMON_EVENT_USB_ACCESSORY_DETACHED, - commonEvent.Support.COMMON_EVENT_AIRPLANE_MODE_CHANGED, - commonEvent.Support.COMMON_EVENT_BOOT_COMPLETED, - commonEvent.Support.COMMON_EVENT_SPLIT_SCREEN, - commonEvent.Support.COMMON_EVENT_WIFI_P2P_CONN_STATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED, - commonEvent.Support.COMMON_EVENT_DISK_REMOVED, - commonEvent.Support.COMMON_EVENT_DISK_UNMOUNTED, - commonEvent.Support.COMMON_EVENT_DISK_MOUNTED, - commonEvent.Support.COMMON_EVENT_DISK_BAD_REMOVAL, - commonEvent.Support.COMMON_EVENT_DISK_UNMOUNTABLE, - commonEvent.Support.COMMON_EVENT_DISK_EJECT, - commonEvent.Support.COMMON_EVENT_LOCKED_BOOT_COMPLETED, - commonEvent.Support.COMMON_EVENT_USER_SWITCHED, - commonEvent.Support.COMMON_EVENT_USER_STARTING, - commonEvent.Support.COMMON_EVENT_USER_STOPPING, - commonEvent.Support.COMMON_EVENT_WIFI_SCAN_FINISHED, - commonEvent.Support.COMMON_EVENT_WIFI_RSSI_VALUE, - commonEvent.Support.COMMON_EVENT_WIFI_AP_STA_JOIN, - commonEvent.Support.COMMON_EVENT_WIFI_AP_STA_LEAVE, - commonEvent.Support.COMMON_EVENT_WIFI_MPLINK_STATE_CHANGE, - commonEvent.Support.COMMON_EVENT_WIFI_P2P_STATE_CHANGED, - commonEvent.Support.COMMON_EVENT_WIFI_P2P_PEERS_STATE_CHANGED, - commonEvent.Support.COMMON_EVENT_WIFI_P2P_PEERS_DISCOVERY_STATE_CHANGED, - commonEvent.Support.COMMON_EVENT_WIFI_P2P_CURRENT_DEVICE_STATE_CHANGED, - commonEvent.Support.COMMON_EVENT_WIFI_P2P_GROUP_STATE_CHANGED, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE, - commonEvent.Support.COMMON_EVENT_NFC_ACTION_RF_FIELD_ON_DETECTED, - commonEvent.Support.COMMON_EVENT_NFC_ACTION_RF_FIELD_OFF_DETECTED, - commonEvent.Support.COMMON_EVENT_USER_ADDED, - commonEvent.Support.COMMON_EVENT_USER_REMOVED, - commonEvent.Support.COMMON_EVENT_ABILITY_ADDED, - commonEvent.Support.COMMON_EVENT_ABILITY_REMOVED, - commonEvent.Support.COMMON_EVENT_ABILITY_UPDATED, - commonEvent.Support.COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED, - commonEvent.Support.COMMON_EVENT_ACCOUNT_DELETED, - commonEvent.Support.COMMON_EVENT_FOUNDATION_READY, - commonEvent.Support.COMMON_EVENT_THERMAL_LEVEL_CHANGED, - commonEvent.Support.COMMON_EVENT_PACKAGE_CACHE_CLEARED, - commonEvent.Support.COMMON_EVENT_USB_STATE, - commonEvent.Support.COMMON_EVENT_USB_PORT_CHANGED, - commonEvent.Support.COMMON_EVENT_VOLUME_REMOVED, - commonEvent.Support.COMMON_EVENT_VOLUME_UNMOUNTED, - commonEvent.Support.COMMON_EVENT_VOLUME_MOUNTED, - commonEvent.Support.COMMON_EVENT_VOLUME_BAD_REMOVAL, - commonEvent.Support.COMMON_EVENT_VOLUME_EJECT, - commonEvent.Support.COMMON_EVENT_SLOT_CHANGE, - commonEvent.Support.COMMON_EVENT_SPN_INFO_CHANGED, - commonEvent.Support.COMMON_EVENT_QUICK_FIX_APPLY_RESULT - ] - } - let CommonEventSubscriber - commonEvent.createSubscriber(CommonEventSubscriberInfo).then((data) => { - console.info(`${TAG} createSubscriber success : ${CommonEventSubscriberInfo}`) - CommonEventSubscriber = data - expect(true).assertTrue() - commonEvent.subscribe(CommonEventSubscriber, (err, CommonEventData) => { - if (err.code) { - console.info(`${TAG} subscribe err : ${err.code}`) - expect(false).assertTrue() - done() - } else { - console.info(`${TAG} subscribe success : ${CommonEventData}`) - expect(true).assertTrue() - } - }) - }).catch((err) => { - console.info(`${TAG} createSubscriber err ${err}`) - expect(false).assertTrue() - done() - }) - - for (let i = 0; i < CommonEventSubscriberInfo.events.length; i++) { - await commonEvent.publish(CommonEventSubscriberInfo.events[i], (err) => { - if (err.code) { - console.info(`${TAG} publish err : ${err.code}`) - expect(false).assertTrue() - done() - } else { - console.info(`${TAG} publish success : ${CommonEventSubscriberInfo.events[i]}`) - expect(true).assertTrue() - done() - } - }) - } - }) - console.info(`${TAG} SUB_NOTIFICATION_CES_SUBSCRIBER_UNORDER_SYSTEM_TEST END`) - }) - -} diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/List.test.js b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/List.test.js deleted file mode 100644 index 9eb9b46991dcf211da9b21abe8966fcbb00f3811..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/List.test.js +++ /dev/null @@ -1,18 +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 ActsSubscriberTestUnorderSystem from './ActsSubscriber_test_unorder.js' -export default function testsuite() { -ActsSubscriberTestUnorderSystem() -} diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/resources/base/element/string.json b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/resources/base/element/string.json deleted file mode 100644 index 1146fadd9a00a02e00facd501cf3f48a1db1c254..0000000000000000000000000000000000000000 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/resources/base/element/string.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "string": [ - { - "name": "app_name", - "value": "JsHelloWorld" - }, - { - "name": "mainability_description", - "value": "hap sample empty page" - }, - { - "name": "MainAbility_desc", - "value": "description" - }, - { - "name": "MainAbility_label", - "value": "label" - }, - { - "name": "TestAbility_desc", - "value": "description" - }, - { - "name": "TestAbility_label", - "value": "label" - } - ] -} \ No newline at end of file diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/resources/base/media/icon.png b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/resources/base/media/icon.png deleted file mode 100644 index ce307a8827bd75456441ceb57d530e4c8d45d36c..0000000000000000000000000000000000000000 Binary files a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/resources/base/media/icon.png and /dev/null differ