Searched refs:get_device_log_file (Results 1 – 8 of 8) sorted by relevance
/test/testfwk/developer_test/src/core/driver/ |
D | lite_driver.py | 36 from xdevice import get_device_log_file 400 device_log_file = get_device_log_file(request.config.report_path, 556 device_log_file = get_device_log_file(request.config.report_path,
|
D | drivers.py | 126 def get_device_log_file(report_path, serial=None, log_name="device_log"): function 871 self.hilog = get_device_log_file(
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
D | drivers_lite.py | 40 from xdevice import get_device_log_file 138 device_log_file = get_device_log_file( 718 device_log_file = get_device_log_file(request.config.report_path, 782 device_log_file = get_device_log_file(request.config.report_path, 828 device_log_file = get_device_log_file(request.config.report_path, 946 device_log_file = get_device_log_file( 1200 device_log_file = get_device_log_file(request.config.report_path,
|
D | drivers.py | 40 from xdevice import get_device_log_file 277 self.device_log = get_device_log_file( 283 self.hilog = get_device_log_file( 805 self.hilog = get_device_log_file( 972 self.hilog = get_device_log_file(
|
D | openharmony.py | 37 from xdevice import get_device_log_file 129 self.device_log = get_device_log_file( 134 self.hilog = get_device_log_file( 299 self.hilog = get_device_log_file(request.config.report_path,
|
/test/testfwk/developer_test/src/core/ |
D | utils.py | 66 def get_device_log_file(report_path, serial=None, log_name="device_log"): function
|
/test/testfwk/xdevice/src/xdevice/ |
D | __init__.py | 92 from _core.utils import get_device_log_file
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | utils.py | 395 def get_device_log_file(report_path, serial=None, log_name="device_log", function
|