Home
last modified time | relevance | path

Searched defs:SubscribeDeviceResponse (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend_grpc.rs308 ) -> ::grpcio::Result<super::frontend::SubscribeDeviceResponse> { in subscribe_device_opt()
315 ) -> ::grpcio::Result<super::frontend::SubscribeDeviceResponse> { in subscribe_device()
323 ) -> ::grpcio::Result<::grpcio::ClientUnaryReceiver<super::frontend::SubscribeDeviceResponse>> in subscribe_device_async_opt()
331 ) -> ::grpcio::Result<::grpcio::ClientUnaryReceiver<super::frontend::SubscribeDeviceResponse>> in subscribe_device_async()
473 sink: ::grpcio::UnarySink<super::frontend::SubscribeDeviceResponse>, in subscribe_device()
H A Dfrontend.rs1125 pub struct SubscribeDeviceResponse { struct
1129 … // @@protoc_insertion_point(special_field:netsim.frontend.SubscribeDeviceResponse.special_fields) argument
1133 impl<'a> ::std::default::Default for &'a SubscribeDeviceResponse { implementation
1139 impl SubscribeDeviceResponse { impl
1268 impl ::protobuf::Message for SubscribeDeviceResponse { implementation
1355 impl ::protobuf::MessageFull for SubscribeDeviceResponse { implementation
1362 impl ::std::fmt::Display for SubscribeDeviceResponse { implementation
1368 impl ::protobuf::reflect::ProtobufValue for SubscribeDeviceResponse { implementation
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dfrontend.proto146 message SubscribeDeviceResponse { message