Searched defs:ChipId (Results  1 – 2 of 2) sorted by relevance
| /tools/netsim/rust/netsim-cxx/src/captures/ | 
| D | capture.rs | 38 pub type ChipId = i32;  typedef68     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()
 
 | 
| D | handlers.rs | 135 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()
 
 |