Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend.rs860 pub struct ListDeviceResponse { struct
864 // @@protoc_insertion_point(field:netsim.frontend.ListDeviceResponse.last_modified) argument
867 // @@protoc_insertion_point(special_field:netsim.frontend.ListDeviceResponse.special_fields) argument
871 impl<'a> ::std::default::Default for &'a ListDeviceResponse { argument
877 impl ListDeviceResponse { implementation
903 impl ::protobuf::Message for ListDeviceResponse { implementation
983 impl ::protobuf::MessageFull for ListDeviceResponse { implementation
990 impl ::std::fmt::Display for ListDeviceResponse { implementation
996 impl ::protobuf::reflect::ProtobufValue for ListDeviceResponse { implementation
1146 pub fn list_device_response(&self) -> &ListDeviceResponse { in list_device_response()
[all …]
H A Dfrontend_grpc.rs278 ) -> ::grpcio::Result<super::frontend::ListDeviceResponse> { in list_device_opt()
285 ) -> ::grpcio::Result<super::frontend::ListDeviceResponse> { in list_device()
293 ) -> ::grpcio::Result<::grpcio::ClientUnaryReceiver<super::frontend::ListDeviceResponse>> { in list_device_async_opt()
300 ) -> ::grpcio::Result<::grpcio::ClientUnaryReceiver<super::frontend::ListDeviceResponse>> { in list_device_async()
465 sink: ::grpcio::UnarySink<super::frontend::ListDeviceResponse>, in list_device()
/aosp_15_r20/tools/netsim/rust/frontend/src/
H A Dnetsim_test_server.rs42 _sink: grpcio::UnarySink<netsim_proto::frontend::ListDeviceResponse>, in list_device()
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dfrontend.proto128 message ListDeviceResponse { message
/aosp_15_r20/tools/netsim/rust/daemon/src/grpc_server/
H A Dfrontend.rs45 sink: grpcio::UnarySink<netsim_proto::frontend::ListDeviceResponse>, in list_device()