/test/xts/acts/commonlibrary/ets_utils/process_lib_standard/src/main/js/test/ |
D | Process.test.js | 16 import process from '@ohos.process' 25 let result = process.uid 38 let result = process.uid 54 let result = process.uid 70 let result = process.uid 86 let result = process.uid 101 let result = process.kill(3, 123) 110 let pres = process.pid 111 let result = process.kill(23, pres) 120 let pres = process.pid [all …]
|
/test/xts/acts/ability/ability_runtime/aacommand/AACommandRelyHap/entry/src/main/ets/test/ |
D | AACommand.test.ets | 27 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 42 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 63 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 85 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 100 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 115 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 130 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 145 …* @tc.desc: Verify that the process of the test framework is not stopped by calling this interface. 162 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 177 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. [all …]
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
D | drivers.py | 87 process = subprocess.Popen("tar -zxf %s -C %s" % (tar_path, cxx_cov_path), shell=True) 88 process.communicate()
|
/test/xts/acts/ability/ability_runtime/aacommand/AACommandtest/entry/src/main/ets/test/ |
D | Ability.test.ets | 191 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 230 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 247 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 266 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 285 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 302 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 319 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 336 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 353 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. 369 …* @tc.desc: Verify that the process of the test framework can be stopped by calling this interface. [all …]
|
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmsjstest/src/main/js/test/ |
D | ActsBmsJsTest.test.js | 58 expect(abilityInfo1.process).assertEqual(BUNDLE_NAME2); 133 expect(abilityInfo1.process).assertEqual(BUNDLE_NAME4); 175 expect(abilityInfo1.process).assertEqual(BUNDLE_NAME5); 206 expect(info.process).assertEqual(BUNDLE_NAME3);
|
/test/xts/acts/ability/ability_runtime/killprocesswithaccountstage/ActsKillProcessWithAccountTest/entry/src/main/ets/test/ |
D | Ability.test.ets | 112 * @tc.desc: Validates the ability to stop the specified process for the specified user. 142 * @tc.desc: Authentication cannot stop the specified process for the specified user. 183 * @tc.desc: Authentication cannot stop the specified process for the specified user. 224 * @tc.desc: Validates the ability to stop the specified process for the specified user. 254 * @tc.desc: Authentication cannot stop the specified process for the specified user. 295 * @tc.desc: Authentication cannot stop the specified process for the specified user.
|
/test/xts/acts/ability/ability_runtime/actsabilitymanageretstest/entry/src/main/ets/test/ |
D | getAbilityInfoJsunit.test.ets | 141 console.log(msg + "checkAbilityInfo process : " + data.process); 183 expect(typeof (data.process)).assertEqual("string"); 213 expect(data.process).assertEqual("com.ohos.acecollaboration"); 248 console.log(msg + "checkApplicationInfo process : " + info.process); 278 expect(typeof (info.process)).assertEqual("string"); 292 expect(info.process).assertEqual("com.ohos.acecollaboration");
|
D | getHapModuleInfoJsunit.test.ets | 173 console.log(msg+ "checkAbilityInfo process : " + data.process); 213 expect(typeof (data.process)).assertEqual("string"); 240 expect(data.process).assertEqual("com.ohos.acecollaboration");
|
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
D | ActsMediaPlayerTest.h | 50 pthread_t process; member
|
/test/xts/acts/ability/ability_runtime/amscontextualinforquery/actsamsstaticinfomationquerytest/entry/src/main/ets/test/ |
D | Ability.test.ets | 134 console.log("checkAbilityInfo process : " + data.process); 174 expect(typeof (data.process)).assertEqual("string"); 205 expect(data.process).assertEqual(""); 239 console.log("checkApplicationInfo process : " + data.process); 271 expect(typeof (data.process)).assertEqual("string"); 289 expect(data.process).assertEqual("com.example.staticinfomationquery");
|
/test/xts/acts/ability/ability_runtime/amscontextualinforquery/actsamsstaticabilitystagecontexttest/entry/src/main/ets/test/ |
D | Ability.test.ets | 55 console.log("checkApplicationInfo process : " + data.process); 86 expect(typeof (data.process)).assertEqual("string"); 105 expect(data.process).assertEqual("com.example.staticabilitystagecontext");
|
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/ |
D | GetabilityInfo.test.ets | 234 expect(typeof (data.process)).assertEqual("string"); 235 expect(data.process).assertEqual("com.open.harmony.packagemag"); 270 expect(typeof (info.process)).assertEqual("string"); 271 expect(info.process).assertEqual("com.open.harmony.packagemag"); 285 expect(data.process).assertEqual("com.example.third1"); 319 expect(info.process).assertEqual("com.example.third1");
|
D | IsAbilityEnabledETSUnit.ets | 217 process: "", 229 …labelId: "", labelIndex: 0, icon: "", iconId: "", iconIndex: 0, process: "", supportedModes: 0, mo…
|
D | getApplicationInfoJsunit.test.ets | 421 expect(typeof (data.process)).assertEqual('string'); 448 expect(data.process).assertEqual(BUNDLE_NAME); 474 expect(data.process).assertEqual(BUNDLE_NAME); 505 expect(data.process).assertEqual(BUNDLE_OTHER); 534 expect(data.process).assertEqual(BUNDLE_OTHER);
|
D | getAllApplicationInfoJsunit.test.ets | 342 expect(typeof (data[i].process)).assertEqual('string'); 377 expect(data[i].process).assertEqual('com.open.harmony.packagemag'); 404 expect(data.process).assertEqual(BUNDLE_OTHER); 433 expect(data.process).assertEqual(BUNDLE_OTHER);
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | utils.py | 78 process = subprocess.Popen(cmd, stdout=pipe, shell=False, 82 return process 84 rev = process.stdout.read() 88 def stop_standing_subprocess(process): argument 100 os.kill(process.pid, signal_value)
|
/test/xts/dcts/testtools/disjsTest/client/ |
D | testService.js | 17 import process from '@ohos.process';
|
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestjstest/src/main/js/test/ |
D | Hidebug.test.js | 17 import process from '@ohos.process' 428 var pid = process.pid;
|
/test/xts/device_attest_lite/ |
D | README.md | 75 In the equipment certification processing process, the equipment certification module reads the equ… 82 …n the OpenHarmony compatibility platform, please follow the registration process on the official w… 181 | int32_t StartDevAttestTask(void); | Start the main process of xts_devi… 184 …urer needs to actively call the StartDevAttestTask function to enter the process of xts_device_att…
|
/test/xts/acts/ability/ability_runtime/actscalldataabilitytest/entry/src/main/ets/MainAbility/test/ |
D | callTest.test.ets | 65 * @tc.name The deviceid passed in is null, so the installation free process is implemented
|
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmsgetinfostest/src/main/js/test/ |
D | ActsBmsQueryAbilityByWant.test.js | 162 expect(data.process).assertEqual(SYSTEM_NAME);
|
/test/xts/device_attest/ |
D | README.md | 76 In the equipment certification processing process, the equipment certification module reads the equ… 84 …n the OpenHarmony compatibility platform, please follow the registration process on the official w… 184 …s started. After the network connection is successful, it will enter the process of xts_device_att…
|
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmsetsunpermissiontest/entry/src/main/ets/test/ |
D | ActsBmsEtsUnPermissionTest.test.ets | 209 expect(data.process).assertEqual("com.example.actsbmsetsunpermissiontest"); 244 expect(info.process).assertEqual("com.example.actsbmsetsunpermissiontest");
|
/test/xts/acts/arkui/libuv/ |
D | BUILD.gn | 110 "//third_party/libuv/test/test-process-priority.c", 111 "//third_party/libuv/test/test-process-title-threadsafe.c", 112 "//third_party/libuv/test/test-process-title.c",
|
/test/xts/acts/ability/ability_runtime/featureability/actsfeatureabilitytest/entry/src/main/js/test/ |
D | FeatureAbilityJsunit.test.js | 892 expect(typeof (info.process)).assertEqual("string"); 908 expect(info.process).assertEqual("com.example.actsfeatureabilitytest"); 1131 expect(typeof (data.process)).assertEqual("string"); 1161 expect(data.process).assertEqual("com.example.actsfeatureabilitytest");
|