Searched defs:DeviceIdentifier (Results 1 – 5 of 5) sorted by relevance
/tools/netsim/rust/daemon/src/devices/ |
D | device.rs | 34 pub struct DeviceIdentifier(pub u32); struct 36 impl fmt::Display for DeviceIdentifier { implementation 53 pub fn new(id: DeviceIdentifier, guid: String, name: String, builtin: bool) -> Self { in new() 194 ) -> Result<(DeviceIdentifier, ChipIdentifier), String> { in add_chip()
|
D | chip.rs | 104 device_id: DeviceIdentifier, in new() 179 device_id: DeviceIdentifier, in new() 191 device_id: DeviceIdentifier, in new_chip()
|
D | devices_handler.rs | 110 fn next_id(&self) -> DeviceIdentifier { in next_id() 126 ) -> (DeviceIdentifier, String) { in get_or_create_device() 333 pub fn remove_chip(device_id: DeviceIdentifier, chip_id: ChipIdentifier) -> Result<(), String> { in remove_chip() 394 pub fn create_device(create_json: &str) -> Result<DeviceIdentifier, String> { in create_device() 449 fn patch_device(id_option: Option<DeviceIdentifier>, patch_json: &str) -> Result<(), String> { in patch_device() 616 fn handle_device_patch(writer: ResponseWritable, id: Option<DeviceIdentifier>, patch_json: &str) { in handle_device_patch() 925 fn get_or_create_device(&self) -> DeviceIdentifier { in get_or_create_device()
|
/tools/test/openhst/ |
D | stress_test.proto | 174 message DeviceIdentifier { message
|
/tools/netsim/rust/daemon/src/transport/ |
D | fd.rs | 110 device_id: DeviceIdentifier, in fd_reader()
|