Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/devices/
Dchip.rs54 const INITIAL_CHIP_ID: u32 = 1000; constant
62 static ref CHIP_MANAGER: ChipManager = ChipManager::new(INITIAL_CHIP_ID);
247 let chip_manager = ChipManager::new(INITIAL_CHIP_ID); in test_new_and_get_with_singleton()
276 let chip_manager = ChipManager::new(INITIAL_CHIP_ID); in test_chip_get_stats()
288 let chip_manager = ChipManager::new(INITIAL_CHIP_ID); in test_chip_get()
312 let chip_manager = ChipManager::new(INITIAL_CHIP_ID); in test_chip_patch()