Home
last modified time | relevance | path

Searched refs:_DEVICE_STATUS_DICT (Results 1 – 10 of 10) sorted by relevance

/test/framework/harnesses/host_controller/utils/ipc/
Dshared_dict.py51 self._dict[key] = common._DEVICE_STATUS_DICT["unknown"]
63 if value not in range(len(common._DEVICE_STATUS_DICT)):
64 self._dict[key] = common._DEVICE_STATUS_DICT["unknown"]
/test/framework/harnesses/host_controller/command_processor/
Dcommand_device.py74 device["status"] = common._DEVICE_STATUS_DICT[
97 "status"] = common._DEVICE_STATUS_DICT[
108 serial] = common._DEVICE_STATUS_DICT["use"]
132 "status"] = common._DEVICE_STATUS_DICT[
143 serial] = common._DEVICE_STATUS_DICT["use"]
163 serial] = common._DEVICE_STATUS_DICT["fastboot"]
167 serial] = common._DEVICE_STATUS_DICT["no-response"]
Dcommand_device_test.py93 'status': common._DEVICE_STATUS_DICT["no-response"],
97 'status': common._DEVICE_STATUS_DICT["online"],
Dcommand_adb.py84 args.serial] = common._DEVICE_STATUS_DICT["error"]
Dcommand_fastboot.py99 args.serial] = common._DEVICE_STATUS_DICT["error"]
Dcommand_dut.py93 args.serial] = common._DEVICE_STATUS_DICT["error"]
Dcommand_flash.py206 flasher.device.serial] = common._DEVICE_STATUS_DICT[
Dcommand_retry.py269 serial] = common._DEVICE_STATUS_DICT["use"]
/test/framework/harnesses/host_controller/
Dconsole.py172 serial, common._DEVICE_STATUS_DICT["use"])
196 serial, common._DEVICE_STATUS_DICT["ready"])
414 if state == common._DEVICE_STATUS_DICT["use"]:
422 if (current_status in (common._DEVICE_STATUS_DICT["use"],
423 common._DEVICE_STATUS_DICT["error"])
610 if self.device_status[serial] == common._DEVICE_STATUS_DICT[
Dcommon.py55 _DEVICE_STATUS_DICT = { variable