Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 79) sorted by relevance

1234

/test/testfwk/arkxtest/jsunit/src/module/report/
DOhReport.js69 …\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description + '\n';
72 …console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteStart print success');
76 …age = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description;
80 … console.info(this.suiteService.getCurrentRunningSuite().description + ' suiteDone print success');
84 …age = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description;
89 … message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description;
93 … console.info(this.specService.currentRunningSpec.description + ' specStart start print success');
97 …age = '\n' + 'OHOS_REPORT_STATUS: class=' + this.suiteService.getCurrentRunningSuite().description;
105 message += '\n' + 'Error in ' + this.specService.currentRunningSpec.description;
107 … message += '\n' + 'OHOS_REPORT_STATUS: test=' + this.specService.currentRunningSpec.description;
[all …]
/test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/
Daie_client_common.cpp37 configInfo = {.description = CONFIG_DESCRIPTION}; in GetConfigInfo()
43 void GetConfigInfo2(ConfigInfo &configInfo, const char *description) in GetConfigInfo2() argument
45 configInfo = {.description = description}; in GetConfigInfo2()
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/
DGetQueryAbilityByWant.test.ets86 expect(res[0].description).assertEqual('actionSingleString')
108 expect(res[0].description).assertEqual('actionDoubleString')
129 expect(res[0].description).assertEqual('actionDoubleSkill')
150 expect(res[0].description).assertEqual('actionDoubleSkill')
194 expect(list.includes(res[i].description)).assertEqual(true)
238 expect(res[0].description).assertEqual('entitySingleString')
260 expect(res[0].description).assertEqual('entityDoubleString')
282 expect(res[0].description).assertEqual('entityDoubleSkill')
304 expect(res[0].description).assertEqual('entityDoubleSkill')
387 expect(list.includes(res[i].description)).assertEqual(true)
[all …]
/test/testfwk/arkxtest/jsunit/src/
Dservice.js149 const suite = new SuiteService.Suite({description: desc}); property
310 this.description = attrs.description || '';
326 return item.description !== desc;
346 if (this.description !== '') {
378 if (this.description !== '') {
386 if (this.description !== '') {
401 console.log("break index is," + i + "description is," + this.description);
415 console.log("childSuites break description," + this.description);
424 if (this.description !== '') {
490 …urrentSuiteName = this.coreContext.getDefaultService('suite').getCurrentRunningSuite().description;
[all …]
/test/xts/acts/ability/dmsfwk/continuationmanagertest/src/main/js/test/
DContinuationManagerJsunit.test.js101 description: "", property
128 description: "description", property
155 description: "description", property
182 description: "description", property
208 description: "description", property
235 description: "description", property
262 description: "", property
289 description: "description", property
356 description: "", property
383 description: "description", property
[all …]
/test/testfwk/arkxtest/jsunit/src/module/config/
DDataDriver.js53 let suiteDesc = this.suiteService.getCurrentRunningSuite().description;
54 let specDesc = this.specService.getCurrentRunningSpec().description;
72 let suiteDesc = this.suiteService.getCurrentRunningSuite().description;
85 let suiteDesc = this.suiteService.getCurrentRunningSuite().description;
/test/testfwk/xdevice/plugins/ohos/
Dsetup.py26 description='plugin for ohos',
/test/testfwk/xdevice/
Dsetup.py26 description='xdevice test framework',
/test/xts/acts/appexecfwk_lite/appexecfwk_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/startup_lite/syspara_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/iothardware_lite/peripheral_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/kernel_lite/kernelcmsis_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/sample_lite/hctest_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/communication_lite/wifiservice_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/communication_lite/dsoftbus_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/security_lite/huks/liteos_m_adapter/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/startup_lite/bootstrap_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/distributeddatamgr_lite/kv_store_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/hiviewdfx_lite/hilog_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/xts_lite/device_attest_lite/device_attestStart_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/update_lite/dupdate_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/communication_lite/lwip_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/commonlibrary_lite/file_hal/
DTest.tmpl2 "description": "Config for $module test cases",
/test/xts/acts/hiviewdfx_lite/hievent_hal/
DTest.tmpl2 "description": "Config for $module test cases",

1234