Lines Matching refs:ChipIdentifier
26 use super::chip::ChipIdentifier;
268 pub fn remove_chip(device_id: DeviceIdentifier, chip_id: ChipIdentifier) -> Result<(), String> { in remove_chip()
307 let chip_id = ChipIdentifier(request.id); in delete_chip()
568 fn get_distance(id: &ChipIdentifier, other_id: &ChipIdentifier) -> Result<f32, String> { in get_distance() argument
589 match get_distance(&ChipIdentifier(a), &ChipIdentifier(b)) { in get_distance_cxx()
599 pub fn get_device(chip_id: &ChipIdentifier) -> anyhow::Result<netsim_proto::model::Device> { in get_device()
1047 chip_id: ChipIdentifier(1), in test_spawn_shutdown_publisher_chip_removed_which_is_not_last_chip()
1057 chip_id: ChipIdentifier(0), in test_spawn_shutdown_publisher_chip_removed_which_is_not_last_chip()
1074 chip_id: ChipIdentifier(0), in test_spawn_shutdown_publisher_last_chip_removed_with_duplicate_event()
1089 chip_id: ChipIdentifier(0), in test_spawn_shutdown_publisher_last_chip_removed_with_duplicate_event()
1118 chip_id: ChipIdentifier(0), in test_spawn_shutdown_publisher_timeout_is_canceled_if_a_chip_is_added()
1129 chip_id: ChipIdentifier(0), in test_spawn_shutdown_publisher_timeout_is_canceled_if_a_chip_is_added()
1446 match remove_chip(bt_chip_result.device_id, ChipIdentifier(9999)) { in test_remove_chip_error()