Searched refs:command_id (Results 1 – 8 of 8) 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, _ in iter(self.device_commands[device_id].items()): 144 if command_id == requested_command_id: 145 return self.device_commands[device_id][command_id]
|
D | commands_unittest.py | 54 command_id = new_command['id'] 57 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 = urllib.request.Request(self.get_url([command_id]), 47 def update_command(self, command_id, data, replace=False): argument 60 self.get_url([command_id]), json.dumps(data),
|
/external/autotest/client/cros/audio/ |
D | cmd_utils.py | 211 command_id = next(_command_serial_number) 212 prefix = '[%04d] ' % command_id 231 ps.command_id = command_id
|
/external/arm-trusted-firmware/drivers/arm/css/scmi/ |
D | scmi_common.c | 123 uint32_t command_id, uint32_t *attr) in scmi_proto_msg_attr() argument 139 SCMI_PAYLOAD_ARG1(mbx_mem->payload, command_id); in scmi_proto_msg_attr()
|
/external/kernel-headers/original/uapi/linux/surface_aggregator/ |
D | cdev.h | 58 __u8 command_id; member
|
/external/arm-trusted-firmware/include/drivers/arm/css/ |
D | scmi.h | 142 int scmi_proto_msg_attr(void *p, uint32_t proto_id, uint32_t command_id,
|