Searched refs:command_id (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/common_lib/cros/fake_device_server/ |
D | commands.py | 41 command_id = '%s_%03d' % (uuid.uuid4().hex[0:6], 44 return command_id 92 command_id = self._generate_command_id() 93 command_resource['id'] = command_id 95 self.device_commands[device_id][command_id] = command_resource 143 for command_id, resource in self.device_commands[device_id].iteritems(): 144 if command_id == requested_command_id: 145 return self.device_commands[device_id][command_id]
|
D | commands_unittest.py | 56 command_id = new_command['id'] 59 self.commands.device_commands[DEVICE_ID][command_id],
|
D | README | 31 <command_id>
|
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
D | commands.py | 24 def get_command(self, command_id): argument 29 request = urllib2.Request(self.get_url([command_id]), 46 def update_command(self, command_id, data, replace=False): argument 58 request = urllib2.Request(self.get_url([command_id]), json.dumps(data),
|
/external/autotest/client/cros/audio/ |
D | cmd_utils.py | 168 command_id = _command_serial_number.next() 169 prefix = '[%04d] ' % command_id 184 ps.command_id = command_id
|
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000_hw.h | 360 uint8_t command_id; member 2183 uint8_t command_id; member
|
D | e1000_hw.c | 7862 hdr.command_id = E1000_MNG_DHCP_TX_PAYLOAD_CMD; in e1000_mng_write_dhcp_info()
|