Home
last modified time | relevance | path

Searched defs:ProtoDevice (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/daemon/src/uwb/
Dranging_estimator.rs67 fn handle_to_netsim_model(&self, handle: &Handle) -> Option<(ChipIdentifier, ProtoDevice)> { in handle_to_netsim_model() argument
103 fn is_uwb_state_on(device: &ProtoDevice, chip_id: &ChipIdentifier) -> bool { in is_uwb_state_on()
119 fn create_proto_device_with_uwb_chip(uwb_state: bool) -> (ProtoDevice, ChipIdentifier) { in create_proto_device_with_uwb_chip()
/tools/netsim/rust/daemon/src/devices/
Ddevice.rs79 pub fn get(&self, pose_manager: Arc<PoseManager>) -> Result<ProtoDevice, String> { in get()
Ddevices_handler.rs324 pub fn create_device(create_device_request: &CreateDeviceRequest) -> Result<ProtoDevice, String> { in create_device()