Searched refs:Config (Results 1 – 25 of 28) sorted by relevance
12
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
D | json_parser.py | 24 from _core.plugin import Config 60 self.config = Config() 83 self.config = Config()
|
/test/xts/acts/hiviewdfx_lite/hievent_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/distributeddatamgr_lite/dbm_kv_store_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/distributeddatamgr_lite/kv_store_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/startup_lite/syspara_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/applications/kitframework/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/communication_lite/wifiservice_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/xts_lite/device_attest_lite/device_attestStart_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/kernel_lite/kernelcmsis_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/communication_lite/lwip_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/update_lite/dupdate_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/sample_lite/hctest_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/hiviewdfx_lite/hilog_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/ability_lite/ability_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/communication_lite/dsoftbus_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/iothardware_lite/peripheral_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/commonlibrary_lite/file_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/appexecfwk_lite/appexecfwk_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/startup_lite/bootstrap_hal/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/xts/acts/build_lite/ |
D | Test.tmpl | 2 "description": "Config for $module test cases",
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | plugin.py | 39 class Config: class 114 setattr(cls, _DEFAULT_CONFIG_NAME, Config(self.params))
|
/test/xts/hats/hdf/camera/cameraHdi/pipeline_core/ |
D | pipeline_core_test.cpp | 255 re = s->Config({0}, meta); 257 re = s->Config({3}, meta); 283 re = s->Config({0}, meta); 285 re = s->Config({3}, meta);
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
D | request.py | 27 from _core.plugin import Config 72 self.config = config or Config()
|
12