Searched refs:ListDevice (Results 1 – 8 of 8) sorted by relevance
86 std::unique_ptr<ClientResult> ListDevice() const override { in ListDevice() function in netsim::frontend::__anonf0084daa0111::FrontendClientImpl89 auto status = stub_->ListDevice(&context_, {}, &response); in ListDevice()228 case frontend::GrpcMethod::ListDevice: in SendGrpc()229 return ListDevice(); in SendGrpc()
55 virtual std::unique_ptr<ClientResult> ListDevice() const = 0;
87 grpc::Status ListDevice(grpc::ServerContext *context, in ListDevice() function in netsim::__anon9dd26bc20111::FrontendServer
51 rpc ListDevice(google.protobuf.Empty) returns (ListDeviceResponse); rpc112 // Response for ListDevice request.137 // Response for ListDevice
43 ListDevice, enumerator
25 Command::Devices(_) => GrpcMethod::ListDevice, in grpc_method()262 test_command("netsim-cli devices", GrpcMethod::ListDevice, Vec::new()) in test_devices()
103 let devices = client.send_grpc(&GrpcMethod::ListDevice, req); in perform_command()
54 response = self._stub.ListDevice(_Empty())