Home
last modified time | relevance | path

Searched refs:drivers (Results 1 - 18 of 18) sorted by relevance

/test/xts/acts/communication/btmanager_errorcode401/entry/src/ohosTest/ets/test/
H A DBtMGattAdvertiser401.test.js29 let drivers = Driver.create();
30 console.info('[bluetooth_js] bt driver create:'+ drivers);
31 await drivers.delayMs(1000);
32 await drivers.wakeUpDisplay();
33 await drivers.delayMs(5000);
34 await drivers.swipe(1500, 1000, 1500, 100);
35 await drivers.delayMs(10000);
H A DBtMGattManager401.test.js27 let drivers = Driver.create();
28 console.info('[bluetooth_js] bt driver create:'+ drivers);
29 await drivers.delayMs(1000);
30 await drivers.wakeUpDisplay();
31 await drivers.delayMs(5000);
32 await drivers.swipe(1500, 1000, 1500, 100);
33 await drivers.delayMs(10000);
/test/xts/acts/communication/bluetooth_standard/src/main/js/test/
H A DBtSetLocalName.test.js43 let drivers = Driver.create();
44 console.info('[bluetooth_js] bt driver create:'+ drivers);
45 await drivers.delayMs(1000);
46 await drivers.wakeUpDisplay();
47 await drivers.delayMs(5000);
48 await drivers.swipe(1500, 1000, 1500, 100);
49 await drivers.delayMs(10000);
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Drequest.py71 def __init__(self, root=None, drivers=None, config=None):
73 self.test_drivers = drivers or []
166 drivers = get_plugin(plugin_type=Plugin.DRIVER, plugin_id=plugin_id)
168 if len(drivers) == 0:
175 for driver in drivers:
H A Dconcurrent.py720 def __init__(self, state, environment, drivers, thread_name):
723 self.drivers = drivers
753 return self.drivers
H A Dscheduler.py106 task = Task(drivers=[])
/test/xts/acts/communication/btmanager_switchoff/entry/src/ohosTest/ets/test/
H A DbtManagerSwitchOff003.test.js56 let drivers = Driver.create();
57 console.info('[bluetooth_js] bt driver create:'+ drivers);
58 await drivers.delayMs(1000);
59 await drivers.wakeUpDisplay();
60 await drivers.delayMs(5000);
61 await drivers.swipe(1500, 1000, 1500, 100);
62 await drivers.delayMs(10000);
/test/testfwk/developer_test/src/main/
H A D_init_global_config.py118 import ohos.drivers namespace
119 _iter_module_plugins([ohos.drivers])
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_kernel_driver.py19 from ohos.drivers import *
20 from ohos.drivers.constants import TIME_OUT
H A Djsunit_driver.py26 from ohos.drivers import *
27 from ohos.drivers.constants import get_xml_output
28 from ohos.drivers.constants import ResultManager
H A Dcpp_driver_lite.py28 from ohos.drivers import *
31 from ohos.drivers.constants import get_nfs_server
32 from ohos.drivers.constants import init_remote_server
H A Dc_driver_lite.py25 from ohos.drivers import *
29 from ohos.drivers.constants import JavaThread
H A Dltp_posix_driver.py22 from ohos.drivers import *
H A Dcpp_driver.py20 from ohos.drivers import *
H A Doh_yara_driver.py27 from ohos.drivers import *
H A Doh_jsunit_driver.py30 from ohos.drivers import *
31 from ohos.drivers.constants import TIME_OUT
/test/testfwk/developer_test/src/core/driver/
H A Dopenharmony.py45 from core.driver.drivers import update_xml
46 from core.driver.drivers import get_result_savepath
/test/testfwk/developer_test/aw/python/distributed/distribute/
H A Ddistribute.py57 from distributed.common.drivers import CppTestDriver

Completed in 15 milliseconds