Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend_grpc.rs338 req: &super::frontend::PatchCaptureRequest, in patch_capture_opt()
346 req: &super::frontend::PatchCaptureRequest, in patch_capture()
353 req: &super::frontend::PatchCaptureRequest, in patch_capture_async_opt()
361 req: &super::frontend::PatchCaptureRequest, in patch_capture_async()
480 _req: super::frontend::PatchCaptureRequest, in patch_capture()
H A Dfrontend.rs1404 pub struct PatchCaptureRequest { struct
1408 // @@protoc_insertion_point(field:netsim.frontend.PatchCaptureRequest.patch) argument
1411 // @@protoc_insertion_point(special_field:netsim.frontend.PatchCaptureRequest.special_fields) argument
1415 impl<'a> ::std::default::Default for &'a PatchCaptureRequest { argument
1421 impl PatchCaptureRequest { impl
1447 impl ::protobuf::Message for PatchCaptureRequest { implementation
1526 impl ::protobuf::MessageFull for PatchCaptureRequest { implementation
1533 impl ::std::fmt::Display for PatchCaptureRequest { implementation
1539 impl ::protobuf::reflect::ProtobufValue for PatchCaptureRequest { implementation
/aosp_15_r20/tools/netsim/rust/frontend/src/
H A Dnetsim_test_server.rs68 _req: netsim_proto::frontend::PatchCaptureRequest, in patch_capture()
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dfrontend.proto157 message PatchCaptureRequest { message
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/
H A Dfrontend.rs90 req: netsim_proto::frontend::PatchCaptureRequest, in patch_capture()