Home
last modified time | relevance | path

Searched refs:get_cst_time (Results 1 - 16 of 16) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dtime_util.py25 from xdevice import get_cst_time namespace
127 return get_cst_time().strftime(time_format)
146 return get_cst_time().strftime(time_format)
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dopensource_parser_lite.py50 self.start_time = get_cst_time()
73 end_time = get_cst_time()
84 end_time = get_cst_time()
H A Dcpp_parser.py47 self.start_time = get_cst_time()
48 self.suite_start_time = get_cst_time()
163 self.start_time = get_cst_time()
244 self.suite_start_time = get_cst_time()
H A Doh_jsunit_parser.py59 self.start_time = get_cst_time()
60 self.suite_start_time = get_cst_time()
123 self.suite_start_time = get_cst_time()
176 self.start_time = get_cst_time()
430 self.start_time = get_cst_time()
431 self.suite_start_time = get_cst_time()
509 self.start_time = get_cst_time()
H A D__init__.py34 from xdevice import get_cst_time namespace
H A Djunit_parser.py44 self.start_time = get_cst_time()
147 self.start_time = get_cst_time()
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dtest_runner.py30 from xdevice import get_cst_time namespace
88 self.start_time = get_cst_time()
242 start_time = get_cst_time()
280 end_time = get_cst_time()
334 "start_time": start_time or get_cst_time(),
336 "end_time": get_cst_time(),
354 self.start_time = get_cst_time()
/test/testfwk/xdevice/plugins/devicetest/core/suite/
H A Dtest_suite.py27 from xdevice import get_cst_time namespace
116 start_time = get_cst_time()
170 end_time = get_cst_time()
323 start_time = get_cst_time()
352 end_time = get_cst_time()
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dreport.py24 from xdevice import get_cst_time, FilePermission namespace
94 return get_cst_time().strftime(ReportConstants.time_format)
H A Dtest_case.py29 from xdevice import get_cst_time namespace
106 self.start_time = get_cst_time()
573 self.start_time = get_cst_time()
/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Denv_pool.py34 from _core.utils import get_cst_time namespace
192 os.path.abspath(os.getcwd()), "reports", get_cst_time().strftime("%Y-%m-%d-%H-%M-%S"))
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py33 from _core.utils import get_cst_time namespace
470 thread_id = get_cst_time().strftime('%Y-%m-%d-%H-%M-%S-%f')
472 thread_id = get_cst_time().strftime('%Y-%m-%d-%H-%M-%S-%f')
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py126 from _core.utils import get_cst_time namespace
290 "get_cst_time",
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py709 def get_cst_time(): function
718 end_time = get_cst_time()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py54 from xdevice import get_cst_time namespace
1519 cur_time = get_cst_time().strftime(iso_time_format)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py48 from xdevice import get_cst_time namespace
1082 data.append((get_cst_time().strftime("%Y-%m-%d-%H-%M-%S"), rev))

Completed in 15 milliseconds