Home
last modified time | relevance | path

Searched defs:proto_bytes (Results 1 – 6 of 6) sorted by relevance

/tools/netsim/src/backend/
Dgrpc_client.cc106 std::vector<unsigned char> proto_bytes(response.ByteSizeLong()); in ReadPacketResponseLoop() local
116 const rust::Slice<::std::uint8_t const> proto_bytes) { in WritePacketRequest()
/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs178 let proto_bytes = match &create_params.bt_properties { in new() localVariable
195 let proto_bytes = config.as_ref().unwrap_or_default().write_to_bytes().unwrap(); in bluetooth_start() localVariable
Dwifi.rs159 let proto_bytes = config.as_ref().unwrap_or_default().write_to_bytes().unwrap(); in wifi_start() localVariable
/tools/netsim/src/wifi/
Dwifi_facade.cc49 void Start(const rust::Slice<::std::uint8_t const> proto_bytes) { in Start()
/tools/netsim/rust/daemon/src/transport/
Dfd.rs304 let proto_bytes = request.write_to_bytes().unwrap(); in connector_fd_reader() localVariable
317 let proto_bytes = request.write_to_bytes().unwrap(); in connector_fd_reader() localVariable
/tools/netsim/src/hci/
Dbluetooth_facade.cc194 void Start(const rust::Slice<::std::uint8_t const> proto_bytes, in Start()
488 std::vector<uint8_t> proto_bytes(bluetooth.ByteSizeLong()); in GetCxx() local