Searched refs:TestCommandHandler (Results 1 – 4 of 4) sorted by relevance
38 TestCommandHandler::TestCommandHandler(TestModel& test_model) in TestCommandHandler() function in rootcanal::TestCommandHandler62 void TestCommandHandler::AddDefaults() { in AddDefaults()88 void TestCommandHandler::HandleCommand(const std::string& name, in HandleCommand()98 void TestCommandHandler::RegisterSendResponse( in RegisterSendResponse()104 void TestCommandHandler::AddDevice(const vector<std::string>& args) { in AddDevice()126 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote()154 void TestCommandHandler::RemoveDevice(const vector<std::string>& args) { in RemoveDevice()163 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy()179 void TestCommandHandler::RemovePhy(const vector<std::string>& args) { in RemovePhy()188 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy()[all …]
32 class TestCommandHandler {35 TestCommandHandler(TestModel& test_model);37 ~TestCommandHandler() = default;101 TestCommandHandler(const TestCommandHandler& cmdPckt) = delete;102 TestCommandHandler& operator=(const TestCommandHandler& cmdPckt) = delete;
116 rootcanal::TestCommandHandler test_channel_{test_model_};
129 rootcanal::TestCommandHandler test_channel_{test_model_};