Searched defs:PatchDevice (Results 1 – 8 of 8) sorted by relevance
| /tools/netsim/src/frontend/ | ||
| D | frontend_server_test.cc | 82 TEST_F(FrontendServerTest, PatchDevice) { in TEST_F() argument |
| D | frontend_client.cc | 109 std::unique_ptr<ClientResult> PatchDevice( in PatchDevice() function in netsim::frontend::__anonb32b111b0111::FrontendClientImpl |
| D | frontend_server.cc | 96 grpc::Status PatchDevice(grpc::ServerContext *context, in PatchDevice() function in netsim::__anon60f52f330111::FrontendServer |
| /tools/netsim/src/controller/ | ||
| D | controller.cc | 31 unsigned int PatchDevice(const std::string &request, std::string &response, in PatchDevice() function |
| D | scene_controller.cc | 120 bool SceneController::PatchDevice(const model::Device &request) { in PatchDevice() function in netsim::controller::SceneController |
| /tools/netsim/src/proto/ | ||
| D | frontend.proto | 45 rpc PatchDevice(PatchDeviceRequest) returns (google.protobuf.Empty); rpc |
| /tools/netsim/rust/frontend-client-cxx/src/ | ||
| D | lib.rs | 39 PatchDevice, enumerator |
| /tools/netsim/rust/netsim-cxx/src/ | ||
| D | lib.rs | 186 fn PatchDevice( in PatchDevice() function |