Searched refs:TestCommandHandler (Results 1 – 4 of 4) sorted by relevance
38 TestCommandHandler::TestCommandHandler(TestModel& test_model) : model_(test_model) { in TestCommandHandler() function in rootcanal::TestCommandHandler59 void TestCommandHandler::AddDefaults() { in AddDefaults()85 void TestCommandHandler::HandleCommand(const std::string& name, const vector<std::string>& args) { in HandleCommand()94 void TestCommandHandler::RegisterSendResponse( in RegisterSendResponse()100 void TestCommandHandler::AddDevice(const vector<std::string>& args) { in AddDevice()121 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()172 void TestCommandHandler::RemovePhy(const vector<std::string>& args) { in RemovePhy()181 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) { in AddDeviceToPhy()[all …]
32 class TestCommandHandler {35 TestCommandHandler(TestModel& test_model);37 ~TestCommandHandler() = default;99 TestCommandHandler(const TestCommandHandler& cmdPckt) = delete;100 TestCommandHandler& operator=(const TestCommandHandler& cmdPckt) = delete;
107 rootcanal::TestCommandHandler test_channel_{test_model_};
141 rootcanal::TestCommandHandler test_channel_{test_model_};