Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/
Dffi.rs28 add_chip_cxx, get_distance_cxx, handle_device_cxx, remove_chip_cxx, AddChipResultCxx,
290 type AddChipResultCxx; typedef
292 fn get_device_id(self: &AddChipResultCxx) -> u32; in get_device_id()
294 fn get_chip_id(self: &AddChipResultCxx) -> u32; in get_chip_id()
296 fn is_error(self: &AddChipResultCxx) -> bool; in is_error()
309 ) -> Box<AddChipResultCxx>; in add_chip_cxx() argument
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs203 pub struct AddChipResultCxx { struct
209 impl AddChipResultCxx { argument
235 ) -> Box<AddChipResultCxx> { in add_chip_cxx() argument
258 return Box::new(AddChipResultCxx { in add_chip_cxx()
286 return Box::new(AddChipResultCxx { in add_chip_cxx()
302 Ok(result) => Box::new(AddChipResultCxx { in add_chip_cxx()
308 Box::new(AddChipResultCxx { device_id: u32::MAX, chip_id: u32::MAX, is_error: true }) in add_chip_cxx()