Searched refs:get_sn_list (Results 1 - 7 of 7) sorted by relevance
/test/testfwk/developer_test/local_coverage/push_coverage_so/ |
H A D | push_coverage.py | 155 from local_coverage.resident_service.public_method import get_config_ip, get_sn_list namespace 168 device_sn_list = get_sn_list("hdc -s {}:{} list targets".format(device_ip, device_port))
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | pull_service_gcda.py | 22 from public_method import get_server_dict, get_config_ip, get_sn_list namespace 158 device_sn_list = get_sn_list("hdc -s %s:%s list targets" % (ip, port))
|
H A D | init_gcov.py | 26 from public_method import get_server_dict, get_config_ip, get_sn_list namespace 332 after_sn_list = get_sn_list("hdc -s %s:%s list targets" % (device_ip, device_port)) 361 sn_list = get_sn_list("hdc -s %s:%s list targets" % (ip, port))
|
H A D | public_method.py | 48 def get_sn_list(command): function
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/ |
H A D | manager_device.py | 101 ohos_manager.get_sn_list(device.get("sn")))
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | config_manager.py | 339 def get_sn_list(self, input_string): member in UserConfigManager
|
/test/testfwk/developer_test/src/core/config/ |
H A D | config_manager.py | 203 def get_sn_list(self):
member in UserConfigManager
|
Completed in 4 milliseconds