Home
last modified time | relevance | path

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

/tools/netsim/src/proto/
Dfrontend.proto65 rpc PatchCapture(PatchCaptureRequest) returns (google.protobuf.Empty); rpc
123 message PatchCapture { message
/tools/netsim/rust/netsim-cli/src/
Dargs.rs286 pub struct PatchCapture { struct
289 pub state: OnOffState,
291 pub patterns: Vec<String>,
/tools/netsim/rust/frontend-proto/src/
Dfrontend.rs1102 pub struct PatchCapture { struct
1105 pub state: ::protobuf::EnumOrUnknown<super::super::model::State>,
1108 pub special_fields: ::protobuf::SpecialFields,
1111 impl<'a> ::std::default::Default for &'a PatchCapture { implementation
1117 impl PatchCapture { impl
1138 impl ::protobuf::Message for PatchCapture { implementation
1205 impl ::protobuf::MessageFull for PatchCapture { implementation
1212 impl ::std::fmt::Display for PatchCapture { implementation
1218 impl ::protobuf::reflect::ProtobufValue for PatchCapture { implementation
/tools/netsim/rust/frontend-client-cxx/src/
Dlib.rs43 PatchCapture, enumerator
/tools/netsim/src/frontend/
Dfrontend_client.cc136 std::unique_ptr<ClientResult> PatchCapture( in PatchCapture() function in netsim::frontend::__anonb32b111b0111::FrontendClientImpl
Dfrontend_server.cc140 grpc::Status PatchCapture(grpc::ServerContext *context, in PatchCapture() function in netsim::__anon60f52f330111::FrontendServer