Searched defs:GetDevices (Results 1 – 6 of 6) sorted by relevance
| /tools/netsim/src/controller/ | ||
| D | controller.cc | 48 unsigned int GetDevices(const std::string &request, std::string &response, in GetDevices() function |
| /tools/netsim/src/proto/ | ||
| D | frontend.proto | 42 rpc GetDevices(google.protobuf.Empty) returns (GetDevicesResponse); rpc |
| /tools/netsim/rust/frontend-client-cxx/src/ | ||
| D | lib.rs | 40 GetDevices, enumerator |
| /tools/netsim/src/frontend/ | ||
| D | frontend_client.cc | 94 std::unique_ptr<ClientResult> GetDevices() const override { in GetDevices() function in netsim::frontend::__anonb32b111b0111::FrontendClientImpl |
| D | frontend_server.cc | 87 grpc::Status GetDevices(grpc::ServerContext *context, in GetDevices() function in netsim::__anon60f52f330111::FrontendServer |
| /tools/netsim/rust/netsim-cxx/src/ | ||
| D | lib.rs | 170 fn GetDevices( in GetDevices() function |