Home
last modified time | relevance | path

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

/tools/netsim/rust/cli/src/
Dgrpc_client.rs29 pub enum GrpcRequest { enum
75 grpc_request: &GrpcRequest, in send_grpc()
Dlib.rs103 let GrpcRequest::GetCapture(request) = req else { in perform_command() localVariable
175 grpc_request: &GrpcRequest, in continuous_perform_command()
Drequests.rs38 pub fn get_request(&self) -> GrpcRequest { in get_request()
176 pub fn get_requests(&mut self, client: &FrontendServiceClient) -> Vec<GrpcRequest> { in get_requests()
297 fn test_command(command: &str, expected_command: Command, expected_grpc_request: GrpcRequest) { in test_command()