Searched refs:get_device_log_file (Results 1 - 14 of 14) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | c_driver_lite.py | 188 device_log_file = get_device_log_file( 254 device_log_file = get_device_log_file( 314 device_log_file = get_device_log_file( 364 device_log_file = get_device_log_file(
|
H A D | oh_kernel_driver.py | 65 self.device_log = get_device_log_file( 73 self.hilog = get_device_log_file(
|
H A D | __init__.py | 30 from xdevice import get_device_log_file namespace
|
H A D | cpp_driver.py | 69 self.device_log = get_device_log_file( 77 self.hilog = get_device_log_file(
|
H A D | jsunit_driver.py | 357 self.hilog = get_device_log_file( 369 self.device_log = get_device_log_file(
|
H A D | ltp_posix_driver.py | 110 self.hilog = get_device_log_file(
|
H A D | cpp_driver_lite.py | 86 device_log_file = get_device_log_file(
|
H A D | oh_jsunit_driver.py | 125 self.device_log = get_device_log_file( 141 self.hilog = get_device_log_file(
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 36 from xdevice import get_device_log_file namespace 410 device_log_file = get_device_log_file(request.config.report_path, 565 device_log_file = get_device_log_file(request.config.report_path,
|
H A D | openharmony.py | 26 from xdevice import get_device_log_file namespace 246 self.hilog = get_device_log_file(request.config.report_path,
|
H A D | drivers.py | 123 def get_device_log_file(report_path, serial=None, log_name="device_log"): function 879 self.hilog = get_device_log_file(
|
/test/testfwk/developer_test/src/core/ |
H A D | utils.py | 66 def get_device_log_file(report_path, serial=None, log_name="device_log"):
function
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 101 from _core.utils import get_device_log_file namespace 264 "get_device_log_file",
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 393 def get_device_log_file(report_path, serial=None, log_name="device_log", function
|
Completed in 16 milliseconds