Home
last modified time | relevance | path

Searched refs:ListCapture (Results 1 – 7 of 7) sorted by relevance

/tools/netsim/src/frontend/
Dfrontend_client.cc156 std::unique_ptr<ClientResult> ListCapture() const override { in ListCapture() function in netsim::frontend::__anonf0084daa0111::FrontendClientImpl
159 auto status = stub_->ListCapture(&context_, {}, &response); in ListCapture()
232 case frontend::GrpcMethod::ListCapture: in SendGrpc()
233 return ListCapture(); in SendGrpc()
Dfrontend_client.h59 virtual std::unique_ptr<ClientResult> ListCapture() const = 0;
Dfrontend_server.cc159 grpc::Status ListCapture(grpc::ServerContext *context, in ListCapture() function in netsim::__anon9dd26bc20111::FrontendServer
/tools/netsim/rust/cli/src/
Drequests.rs28 args::Capture::List(_) => GrpcMethod::ListCapture, in grpc_method()
272 test_command("netsim-cli capture list", GrpcMethod::ListCapture, Vec::new()) in test_capture_list()
277 test_command("netsim-cli pcap list", GrpcMethod::ListCapture, Vec::new()) in test_capture_list_alias()
Dffi.rs45 ListCapture, enumerator
Dargs.rs287 let result = client.send_grpc(&GrpcMethod::ListCapture, &Vec::new()); in get_filtered_captures()
590 List(ListCapture),
598 pub struct ListCapture { struct
/tools/netsim/proto/netsim/
Dfrontend.proto63 rpc ListCapture(google.protobuf.Empty) returns (ListCaptureResponse); rpc
159 // Response of ListCapture