Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py36 from _core.constants import ModeType namespace
457 if not self._check_mode(ModeType.decc):
563 if check_pub_key_exist() or self._check_mode(ModeType.decc):
566 if self._check_mode(ModeType.decc):
610 self._check_mode(ModeType.decc):
631 if not self._check_mode(ModeType.factory):
661 if Uploader.is_enable() or self._check_mode(ModeType.decc):
685 if check_pub_key_exist() and not self._check_mode(ModeType.decc):
711 if Context.session().mode == ModeType.decc:
723 if check_pub_key_exist() and not cls._check_mode(ModeType
[all...]
H A Dsuite_reporter.py25 from _core.constants import ModeType namespace
67 if not check_pub_key_exist() and Context.session().mode != ModeType.decc:
98 if Context.session().mode == ModeType.decc:
108 if Context.session().mode != ModeType.decc:
313 if Context.session().mode != ModeType.decc:
327 if Context.session().mode == ModeType.decc:
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dupload.py25 from _core.constants import ModeType namespace
97 if check_mode(ModeType.controller):
118 if check_mode(ModeType.controller):
125 if check_mode(ModeType.controller):
247 if check_mode(ModeType.developer):
H A Dimpl.py34 from _core.constants import ModeType namespace
200 if Context.session().mode != ModeType.decc:
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dconcurrent.py27 from _core.constants import ModeType namespace
246 if check_mode(ModeType.decc) or getattr(
385 if not check_mode(ModeType.decc):
402 if check_mode(ModeType.decc):
418 if check_mode(ModeType.decc):
425 if check_mode(ModeType.decc):
527 if check_mode(ModeType.decc):
543 if check_mode(ModeType.decc):
624 if check_mode(ModeType.decc) or getattr(
H A Dsource.py27 from _core.constants import ModeType namespace
401 if Context.session().mode != ModeType.decc:
427 if Context.session().mode == ModeType.decc and error_message:
H A Dscheduler.py47 from _core.constants import ModeType namespace
319 if check_mode(ModeType.decc) or getattr(
370 if check_mode(ModeType.decc):
390 if check_mode(ModeType.controller):
643 if check_mode(ModeType.decc):
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Dwindows.py24 from xdevice import ModeType namespace
180 if Binder.session().mode != ModeType.decc:
226 if check_mode(ModeType.decc):
H A Ddevice_test.py24 from xdevice import ModeType namespace
257 if Binder.session().mode != ModeType.decc:
290 if check_mode(ModeType.decc):
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py34 from _core.constants import ModeType namespace
512 Context.session().mode != ModeType.decc:
685 if Context.session().mode == ModeType.decc:
745 if Context.session().mode == ModeType.decc:
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice_lite.py29 from xdevice import ModeType namespace
294 if check_mode(ModeType.decc):
360 if check_mode(ModeType.decc):
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py26 "ModeType", "ConfigConst", "FilePermission", "CommonParserType",
261 class ModeType(object): class
H A Dutils.py48 from _core.constants import ModeType namespace
642 if check_mode(ModeType.decc):
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py59 from _core.constants import ModeType namespace
205 "ModeType",

Completed in 13 milliseconds