Home
last modified time | relevance | path

Searched defs:ListCapture (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dargs.rs599 pub struct ListCapture { struct
601 pub patterns: Vec<String>,
604 pub continuous: bool,
H A Dffi.rs46 ListCapture, enumerator
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dfrontend.proto63 rpc ListCapture(google.protobuf.Empty) returns (ListCaptureResponse); rpc
/aosp_15_r20/tools/netsim/src/frontend/
H A Dfrontend_client.cc156 std::unique_ptr<ClientResult> ListCapture() const override { in ListCapture() function in netsim::frontend::__anon483caf4c0111::FrontendClientImpl