Home
last modified time | relevance | path

Searched refs:ListDevice (Results 1 – 8 of 8) sorted by relevance

/tools/netsim/src/frontend/
Dfrontend_client.cc86 std::unique_ptr<ClientResult> ListDevice() const override { in ListDevice() function in netsim::frontend::__anonf0084daa0111::FrontendClientImpl
89 auto status = stub_->ListDevice(&context_, {}, &response); in ListDevice()
228 case frontend::GrpcMethod::ListDevice: in SendGrpc()
229 return ListDevice(); in SendGrpc()
Dfrontend_client.h55 virtual std::unique_ptr<ClientResult> ListDevice() const = 0;
Dfrontend_server.cc87 grpc::Status ListDevice(grpc::ServerContext *context, in ListDevice() function in netsim::__anon9dd26bc20111::FrontendServer
/tools/netsim/proto/netsim/
Dfrontend.proto51 rpc ListDevice(google.protobuf.Empty) returns (ListDeviceResponse); rpc
112 // Response for ListDevice request.
137 // Response for ListDevice
/tools/netsim/rust/cli/src/
Dffi.rs43 ListDevice, enumerator
Drequests.rs25 Command::Devices(_) => GrpcMethod::ListDevice, in grpc_method()
262 test_command("netsim-cli devices", GrpcMethod::ListDevice, Vec::new()) in test_devices()
Dlib.rs103 let devices = client.send_grpc(&GrpcMethod::ListDevice, req); in perform_command()
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/
Dnetsim_client.py54 response = self._stub.ListDevice(_Empty())