Home
last modified time | relevance | path

Searched refs:DeployKit (Results 1 – 24 of 24) sorted by relevance

/test/xts/acts/appexecfwk_lite/appexecfwk_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/startup_lite/syspara_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/iothardware_lite/peripheral_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/kernel_lite/kernelcmsis_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/sample_lite/hctest_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/communication_lite/wifiservice_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/communication_lite/dsoftbus_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/security_lite/huks/liteos_m_adapter/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/startup_lite/bootstrap_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/distributeddatamgr_lite/kv_store_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/hiviewdfx_lite/hilog_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/xts_lite/device_attest_lite/device_attestStart_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/update_lite/dupdate_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/communication_lite/lwip_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/commonlibrary_lite/file_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/hiviewdfx_lite/hievent_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/applications/kitframework/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/distributeddatamgr_lite/dbm_kv_store_hal/
DTest.tmpl11 "type": "DeployKit",
/test/xts/acts/ability_lite/ability_hal/
DTest.tmpl11 "type": "DeployKit",
/test/testfwk/developer_test/src/core/testkit/
Dkit_lite.py46 class DeployKit(ITestKit): class
/test/testfwk/developer_test/src/core/driver/
Dlite_driver.py44 from core.testkit.kit_lite import DeployKit
423 if not isinstance(kit_instance, DeployKit):
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers_lite.py57 from ohos.testkit.kit_lite import DeployKit
842 if not isinstance(kit_instance, DeployKit):
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit_lite.py59 class DeployKit(ITestKit): class