Home
last modified time | relevance | path

Searched defs:ChipId (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/netsim-cxx/src/captures/
Dcapture.rs38 pub type ChipId = i32; typedef
68 pub fn new(chip_kind: ChipKind, chip_id: ChipId, device_name: String) -> Self { in new()
168 pub fn iter(&self) -> Iter<ChipId, Arc<Mutex<CaptureInfo>>> { in iter()
173 pub fn remove(&mut self, key: &ChipId) { in remove()
186 pub fn values(&self) -> Values<ChipId, Arc<Mutex<CaptureInfo>>> { in values()
Dhandlers.rs135 fn get_file(id: ChipId, device_name: String, chip_kind: ChipKind) -> Result<File> { in get_file()
146 pub fn handle_capture_get(writer: ResponseWritable, captures: &mut Captures, id: ChipId) { in handle_capture_get()
204 id: ChipId, in handle_capture_patch()