Searched refs:parameters (Results 1 - 13 of 13) sorted by relevance
/test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstanceappe/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 26 async function startAbilityProcess(parameters) { 30 let idx = parameters.nextStep; 31 switch (parameters.step[idx]) { 33 parameters.startId = 1; 36 parameters.startId = 2; 49 parameters.startId = 1; 54 parameters.startId = 2; 72 parameters.nextStep = ++idx; 78 parameters: parameters [all...] |
/test/xts/acts/powermgr/battery_manager/entry/src/ohosTest/js/test/ |
H A D | battery_common_event.test.js | 1472 console.info("commonEventData parameter: " + commonEventData.parameters[0]); 1473 var capacity = commonEventData.parameters['0']; 1525 console.info("commonEventData parameter: " + commonEventData.parameters[0]); 1526 var capacity = commonEventData.parameters['0']; 1577 console.info("commonEventData parameter: " + commonEventData.parameters[0]); 1578 var capacity = commonEventData.parameters['0']; 1629 console.info("commonEventData parameter: " + commonEventData.parameters[0]); 1630 var capacity = commonEventData.parameters['0']; 1681 console.info("commonEventData parameter: " + commonEventData.parameters[0]); 1682 var capacity = commonEventData.parameters[' [all...] |
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventapmtest/entry/src/ohosTest/js/TestRunner/ |
H A D | OpenHarmonyTestRunner.js | 18 function translateParamsToString(parameters) { 25 for (const key in parameters) { 27 targetParams += ' ' + key + ' ' + parameters[key]; 42 let testAbilityName = abilityDelegatorArguments.parameters['-p'] + '.TestAbility'; 45 cmd += ' ' + translateParamsToString(abilityDelegatorArguments.parameters); 46 let debug = abilityDelegatorArguments.parameters['-D'];
|
/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestjstest/entry/src/ohosTest/js/TestRunner/ |
H A D | OpenHarmonyTestRunner.js | 18 function translateParamsToString(parameters) { 25 for (const key in parameters) { 27 targetParams += ' ' + key + ' ' + parameters[key]; 42 let testAbilityName = abilityDelegatorArguments.parameters['-p'] + '.TestAbility'; 45 cmd += ' ' + translateParamsToString(abilityDelegatorArguments.parameters); 46 let debug = abilityDelegatorArguments.parameters['-D'];
|
/test/xts/dcts/ability/dmsfwk/dmsfwk/src/main/js/TestRunner/ |
H A D | OpenHarmonyTestRunner.js | 18 function translateParamsToString(parameters) { 25 for (const key in parameters) { 27 targetParams += ' ' + key + ' ' + parameters[key] 42 var testAbilityName = abilityDelegatorArguments.parameters['-p'] + '.MainAbility' 45 cmd += ' ' + translateParamsToString(abilityDelegatorArguments.parameters) 46 var debug = abilityDelegatorArguments.parameters["-D"]
|
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/TestRunner/ |
H A D | OpenHarmonyTestRunner.js | 18 function translateParamsToString(parameters) { 25 for (const key in parameters) { 27 targetParams += ' ' + key + ' ' + parameters[key]; 42 var testAbilityName = abilityDelegatorArguments.parameters['-p'] + '.TestAbility'; 45 cmd += ' ' + translateParamsToString(abilityDelegatorArguments.parameters); 46 var debug = abilityDelegatorArguments.parameters["-D"];
|
/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/ |
H A D | subscribe.cpp | 32 const CommonEvent_Parameters *parameters = OH_CommonEvent_GetParametersFromRcvData(data);
in OnReceive() local 33 int intValue = OH_CommonEvent_GetIntFromParameters(parameters, "wh1", 10);
in OnReceive() 35 bool boolValue = OH_CommonEvent_GetBoolFromParameters(parameters, "wh4", false);
in OnReceive() 38 int32_t boolarraysize = OH_CommonEvent_GetBoolArrayFromParameters(parameters, "wh6",boolarray);
in OnReceive() 46 char charValue = OH_CommonEvent_GetCharFromParameters(parameters, "wh2", 'A');
in OnReceive() 49 int32_t chararraysize = OH_CommonEvent_GetCharArrayFromParameters(parameters, "wh2",chararray);
in OnReceive() 57 double doubleValue = OH_CommonEvent_GetDoubleFromParameters(parameters, "wh3", 33.33);
in OnReceive() 60 int32_t doublearraysize = OH_CommonEvent_GetDoubleArrayFromParameters(parameters, "wh8",doublearray);
in OnReceive() 69 int32_t intarrarysize = OH_CommonEvent_GetIntArrayFromParameters(parameters, "wh5",arr);
in OnReceive() 77 bool exists = OH_CommonEvent_HasKeyInParameters(parameters, "wh in OnReceive() [all...] |
/test/testfwk/arkxtest/jsunit/src/module/config/ |
H A D | configService.js | 254 translateParams(parameters) { 257 for (const key in parameters) { 260 targetParams[newKey] = parameters[key]; 265 translateParamsToString(parameters) { 268 for (const key in parameters) { 270 targetParams += ' ' + key + ' ' + parameters[key];
|
/test/xts/acts/ability/ability_runtime/actsjsdataabilitytest/entry/src/ohosTest/js/DataAbility/ |
H A D | data.js | 20 parameters: {
|
/test/testfwk/arkxtest/jsunit/ |
H A D | index.js | 65 let testParameters = configService.translateParams(abilityDelegatorArguments.parameters); 66 console.info(`${TAG}parameters:${JSON.stringify(testParameters)}`);
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | plugin.py | 68 Plugin decorator with parameters. You can decorate one class as following: 115 signature(init_func).parameters) != 1: 175 Set plugin parameters 178 :param kwargs: the parameters for plugin
|
/test/xts/acts/resourceschedule/resourceschedule_standard/backgroundtaskmanager/src/main/js/ServiceAbility/ |
H A D | service.js | 186 switch (want.parameters.option) {
|
/test/xts/acts/ability/ability_runtime/featureability/actsfeatureabilitytest/entry/src/ohosTest/js/test/ |
H A D | FeatureAbilityJsunit.test.js | 380 * @tc.desc: Pass the parameters, Check the return value of the interface (by Promise) 454 parameters: 640 * @tc.desc: Pass the parameters, Check the return value of the interface (by AsyncCallback) 714 parameters:
|
Completed in 7 milliseconds