Searched defs:GrpcRequest (Results 1 – 3 of 3) sorted by relevance
29 pub enum GrpcRequest { enum75 grpc_request: &GrpcRequest, in send_grpc()
103 let GrpcRequest::GetCapture(request) = req else { in perform_command() localVariable175 grpc_request: &GrpcRequest, in continuous_perform_command()
38 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()