Home
last modified time | relevance | path

Searched defs:PatchDevice (Results 1 – 8 of 8) sorted by relevance

/tools/netsim/src/frontend/
Dfrontend_server_test.cc82 TEST_F(FrontendServerTest, PatchDevice) { in TEST_F() argument
Dfrontend_client.cc109 std::unique_ptr<ClientResult> PatchDevice( in PatchDevice() function in netsim::frontend::__anonb32b111b0111::FrontendClientImpl
Dfrontend_server.cc96 grpc::Status PatchDevice(grpc::ServerContext *context, in PatchDevice() function in netsim::__anon60f52f330111::FrontendServer
/tools/netsim/src/controller/
Dcontroller.cc31 unsigned int PatchDevice(const std::string &request, std::string &response, in PatchDevice() function
Dscene_controller.cc120 bool SceneController::PatchDevice(const model::Device &request) { in PatchDevice() function in netsim::controller::SceneController
/tools/netsim/src/proto/
Dfrontend.proto45 rpc PatchDevice(PatchDeviceRequest) returns (google.protobuf.Empty); rpc
/tools/netsim/rust/frontend-client-cxx/src/
Dlib.rs39 PatchDevice, enumerator
/tools/netsim/rust/netsim-cxx/src/
Dlib.rs186 fn PatchDevice( in PatchDevice() function