Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend_grpc.rs219 req: &super::frontend::PatchDeviceRequest, in patch_device_opt()
227 req: &super::frontend::PatchDeviceRequest, in patch_device()
234 req: &super::frontend::PatchDeviceRequest, in patch_device_async_opt()
242 req: &super::frontend::PatchDeviceRequest, in patch_device_async()
448 _req: super::frontend::PatchDeviceRequest, in patch_device()
H A Dfrontend.rs519 pub struct PatchDeviceRequest { struct
523 // @@protoc_insertion_point(field:netsim.frontend.PatchDeviceRequest.device) argument
526 // @@protoc_insertion_point(special_field:netsim.frontend.PatchDeviceRequest.special_fields) argument
530 impl<'a> ::std::default::Default for &'a PatchDeviceRequest { argument
536 impl PatchDeviceRequest { implementation
562 impl ::protobuf::Message for PatchDeviceRequest { implementation
641 impl ::protobuf::MessageFull for PatchDeviceRequest { implementation
648 impl ::std::fmt::Display for PatchDeviceRequest { implementation
654 impl ::protobuf::reflect::ProtobufValue for PatchDeviceRequest { implementation
/aosp_15_r20/tools/netsim/rust/frontend/src/
H A Dnetsim_test_server.rs50 _req: netsim_proto::frontend::PatchDeviceRequest, in patch_device()
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dfrontend.proto107 message PatchDeviceRequest { message
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/
H A Dfrontend.rs61 req: netsim_proto::frontend::PatchDeviceRequest, in patch_device()