Home
last modified time | relevance | path

Searched refs:get_cst_time (Results 1 – 10 of 10) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
Dparser.py35 from xdevice import get_cst_time
86 self.start_time = get_cst_time()
87 self.suite_start_time = get_cst_time()
201 self.start_time = get_cst_time()
282 self.suite_start_time = get_cst_time()
432 self.start_time = get_cst_time()
535 self.start_time = get_cst_time()
542 end_time = get_cst_time()
552 end_time = get_cst_time()
562 end_time = get_cst_time()
[all …]
Dparser_lite.py31 from xdevice import get_cst_time
807 self.start_time = get_cst_time()
830 end_time = get_cst_time()
841 end_time = get_cst_time()
/test/testfwk/xdevice/src/xdevice/_core/executor/
Drequest.py32 from _core.utils import get_cst_time
77 start_time = get_cst_time()
Dscheduler.py38 from _core.utils import get_cst_time
791 thread_id = get_cst_time().strftime('%Y-%m-%d-%H-%M-%S-%f')
793 thread_id = get_cst_time().strftime('%Y-%m-%d-%H-%M-%S-%f')
/test/testfwk/xdevice/src/xdevice/_core/environment/
Denv_pool.py34 from _core.utils import get_cst_time
185 … os.path.abspath(os.getcwd()), "reports", get_cst_time().strftime("%Y-%m-%d-%H-%M-%S"))
/test/testfwk/xdevice/src/xdevice/
D__init__.py113 from _core.utils import get_cst_time
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py715 def get_cst_time(): function
724 end_time = get_cst_time()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py45 from xdevice import get_cst_time
1132 cur_time = get_cst_time().strftime(iso_time_format)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit.py50 from xdevice import get_cst_time
1188 data.append((get_cst_time().strftime("%Y-%m-%d-%H-%M-%S"), rev))
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers.py62 from xdevice import get_cst_time