Home
last modified time | relevance | path

Searched refs:convert_mac (Results 1 - 9 of 9) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib_lite.py26 from xdevice import convert_mac namespace
231 data = convert_mac(data)
359 "timeout {}s".format(com.port, convert_mac(command), str(timeout)))
381 "local_%s execute command shell %s" % (com.port, convert_mac(command)))
H A Ddevice_lite.py36 from xdevice import convert_mac namespace
345 convert_mac(filter_result.replace("BS", ""))))
348 convert_mac(error_message.replace("BS", ""))))
H A Ddmlib.py44 from xdevice import convert_mac namespace
842 convert_mac(command), timeout_msg)
871 convert_serial(device.device_sn), convert_mac(command), str(timeout / 1000))
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A D__init__.py21 from xdevice import convert_mac namespace
H A Dconstants.py24 from xdevice import convert_mac namespace
241 LOG.debug('run java command: {}'.format(convert_mac(self.command)))
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dimpl.py36 from _core.utils import convert_mac namespace
122 LOG.debug("Run command: {}".format(convert_mac(self._channel.get_last())))
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py109 from _core.utils import convert_mac namespace
272 "convert_mac",
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py44 from _core.utils import convert_mac namespace
450 LOG.info("Input command: {}".format(convert_mac(args)))
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py507 def convert_mac(message): function

Completed in 8 milliseconds