Home
last modified time | relevance | path

Searched defs:PatchCapture (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend.rs1547 pub struct PatchCapture { struct
1550 pub state: ::std::option::Option<bool>,
1553 pub special_fields: ::protobuf::SpecialFields,
1556 impl<'a> ::std::default::Default for &'a PatchCapture { implementation
1562 impl PatchCapture { impl
1583 impl ::protobuf::Message for PatchCapture { implementation
1650 impl ::protobuf::MessageFull for PatchCapture { implementation
1657 impl ::std::fmt::Display for PatchCapture { implementation
1663 impl ::protobuf::reflect::ProtobufValue for PatchCapture { implementation
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dfrontend.proto60 rpc PatchCapture(PatchCaptureRequest) returns (google.protobuf.Empty); rpc
163 message PatchCapture { message
/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dargs.rs608 pub struct PatchCapture { struct
611 pub state: OnOffState,
613 pub patterns: Vec<String>,
H A Dffi.rs47 PatchCapture, enumerator
/aosp_15_r20/tools/netsim/src/frontend/
H A Dfrontend_client.cc164 std::unique_ptr<ClientResult> PatchCapture( in PatchCapture() function in netsim::frontend::__anon483caf4c0111::FrontendClientImpl