Home
last modified time | relevance | path

Searched refs:get_device_log_file (Results 1 – 8 of 8) sorted by relevance

/test/testfwk/developer_test/src/core/driver/
Dlite_driver.py36 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,
Ddrivers.py126 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/
Ddrivers_lite.py40 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,
Ddrivers.py40 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(
Dopenharmony.py37 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/
Dutils.py66 def get_device_log_file(report_path, serial=None, log_name="device_log"): function
/test/testfwk/xdevice/src/xdevice/
D__init__.py92 from _core.utils import get_device_log_file
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py395 def get_device_log_file(report_path, serial=None, log_name="device_log", function