Searched refs:ListCapture (Results 1 – 7 of 7) sorted by relevance
/tools/netsim/src/frontend/ |
D | frontend_client.cc | 156 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()
|
D | frontend_client.h | 59 virtual std::unique_ptr<ClientResult> ListCapture() const = 0;
|
D | frontend_server.cc | 159 grpc::Status ListCapture(grpc::ServerContext *context, in ListCapture() function in netsim::__anon9dd26bc20111::FrontendServer
|
/tools/netsim/rust/cli/src/ |
D | requests.rs | 28 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()
|
D | ffi.rs | 45 ListCapture, enumerator
|
D | args.rs | 287 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/ |
D | frontend.proto | 63 rpc ListCapture(google.protobuf.Empty) returns (ListCaptureResponse); rpc 159 // Response of ListCapture
|