Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/cli/src/
H A Drequests.rs91 expected_request_byte_str: BinaryProtobuf, in test_command()
104 fn get_expected_radio(name: &str, radio_type: &str, state: &str) -> BinaryProtobuf { in get_expected_radio()
217 fn get_expected_move(name: &str, x: f32, y: f32, z: Option<f32>) -> BinaryProtobuf { in get_expected_move()
H A Dargs.rs45 pub type BinaryProtobuf = Vec<u8>; typedef
96 pub fn get_request_bytes(&self) -> BinaryProtobuf { in get_request_bytes()
231 pub fn get_requests(&mut self, client: &cxx::UniquePtr<FrontendClient>) -> Vec<BinaryProtobuf> { in get_requests()
H A Dlib.rs47 req: &BinaryProtobuf, in perform_streaming_request()