Home
last modified time | relevance | path

Searched refs:Binder (Results 1 - 14 of 14) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib_lite.py142 from xdevice import Binder namespace
166 if not Binder.is_executing():
214 from xdevice import Binder namespace
225 if not Binder.is_executing():
274 from xdevice import Binder namespace
279 if not Binder.is_executing():
302 from xdevice import Binder namespace
304 if not Binder.is_executing():
H A Ddmlib.py847 from xdevice import Binder namespace
866 if not Binder.is_executing():
/test/testfwk/developer_test/src/core/command/
H A Drun.py34 from xdevice import Binder namespace
348 Binder.get_runtime_log().start_task_log(log_path)
360 Binder.get_runtime_log().stop_task_logcat()
377 Binder.get_tdd_config().update_test_type_in_source(
379 Binder.get_tdd_config().update_ext_type_in_source(
/test/testfwk/developer_test/src/core/driver/
H A Dlite_driver.py429 from xdevice import Binder namespace
439 if not Binder.is_executing():
502 from xdevice import Binder namespace
504 if not Binder.is_executing():
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Ddevice_test.py46 from xdevice import Binder namespace
139 Binder.notify_stage(
257 if Binder.session().mode != ModeType.decc:
H A Dwindows.py170 from xdevice import Binder namespace
180 if Binder.session().mode != ModeType.decc:
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A D__init__.py45 from xdevice import Binder namespace
H A Dc_driver_lite.py395 if not Binder.is_executing():
415 if not Binder.is_executing():
H A Dcpp_driver_lite.py106 if not Binder.is_executing():
/test/testfwk/developer_test/src/core/testcase/
H A Dtestcase_manager.py31 from xdevice import Binder namespace
288 Binder.get_tdd_config().update_test_type_in_source(
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dproxy.py23 __all__ = ["UploadParams", "SessionInfo", "Connector", "Binder"]
57 class Binder: class
/test/testfwk/xdevice/plugins/devicetest/core/suite/
H A Dtest_suite.py31 from xdevice import Binder namespace
350 Binder.notify_stage(CaseEnd(case_name, case_result))
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dtest_runner.py34 from xdevice import Binder namespace
278 Binder.notify_stage(CaseEnd(case_name, case_result, error_msg))
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py152 from _core.context.proxy import Binder namespace
227 "Binder",

Completed in 13 milliseconds