Home
last modified time | relevance | path

Searched refs:get_chip (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/daemon/src/devices/
Dchip.rs163 pub fn get_chip(chip_id: &ChipIdentifier) -> Option<Arc<Chip>> { in get_chip() function
164 CHIP_MANAGER.get_chip(chip_id) in get_chip()
201 fn get_chip(&self, chip_id: &ChipIdentifier) -> Option<Arc<Chip>> { in get_chip() method
255 let chip_result = chip_manager.get_chip(&chip_id); in test_new_and_get_with_singleton()
Ddevices_handler.rs528 let device_id = crate::devices::chip::get_chip(id) in get_distance()
531 let other_device_id = crate::devices::chip::get_chip(other_id) in get_distance()
566 let device_id = match chip::get_chip(chip_id) { in get_device()
/tools/netsim/rust/daemon/src/wireless/
Dpacket.rs156 match chip::get_chip(&chip_id) { in handle_request()