Searched refs:TestCommandHandler (Results 1 – 4 of 4) sorted by relevance
33 TestCommandHandler::TestCommandHandler(TestModel& test_model) in TestCommandHandler() function in rootcanal::TestCommandHandler56 void TestCommandHandler::AddDefaults() { in AddDefaults()82 void TestCommandHandler::HandleCommand(const std::string& name, in HandleCommand()92 void TestCommandHandler::RegisterSendResponse( in RegisterSendResponse()98 void TestCommandHandler::AddDevice(const vector<std::string>& args) { in AddDevice()120 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote()148 void TestCommandHandler::RemoveDevice(const vector<std::string>& args) { in RemoveDevice()157 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy()173 void TestCommandHandler::RemovePhy(const vector<std::string>& args) { in RemovePhy()182 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy()[all …]
32 class TestCommandHandler {35 TestCommandHandler(TestModel& test_model);37 ~TestCommandHandler() = default;98 TestCommandHandler(const TestCommandHandler& cmdPckt) = delete;99 TestCommandHandler& operator=(const TestCommandHandler& cmdPckt) = delete;
116 rootcanal::TestCommandHandler test_channel_{test_model_};
130 rootcanal::TestCommandHandler test_channel_{test_model_};