Home
last modified time | relevance | path

Searched defs:CxxString (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/daemon/src/
Dffi.rs157 description: &CxxString, in report_invalid_packet_cxx()
196 pub fn Add(chip_id: u32, address: &CxxString, controller_proto_bytes: &[u8]) -> u32; in Add()
214 string_type: &CxxString, in AddRustDevice()
215 address: &CxxString, in AddRustDevice()
303 chip_kind: &CxxString, in add_chip_cxx()
349 fn put_ok_with_length(self: &CxxServerResponseWriter, mime_type: &CxxString, length: usize); in put_ok_with_length()
355 fn put_ok(self: &CxxServerResponseWriter, mime_type: &CxxString, body: &CxxString); in put_ok()
358 fn put_error(self: &CxxServerResponseWriter, error_code: u32, error_message: &CxxString); in put_error()
/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs237 description: &CxxString, in report_invalid_packet_cxx()
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs229 chip_kind: &CxxString, in add_chip_cxx()