Home
last modified time | relevance | path

Searched refs:get_request_bytes (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/cli/src/
Dlib.rs83 vec![args::Command::Devices(args::Devices { continuous: false }).get_request_bytes()] in perform_command()
85 _ => vec![command.get_request_bytes()], in perform_command()
Drequests.rs92 let request = command.get_request_bytes(); in test_command()
Dargs.rs95 pub fn get_request_bytes(&self) -> BinaryProtobuf { in get_request_bytes() method