Searched refs:TestCommandHandler (Results 1 – 4 of 4) sorted by relevance
37 TestCommandHandler::TestCommandHandler(TestModel& test_model) : model_(test_model) { in TestCommandHandler() function in test_vendor_lib::TestCommandHandler56 void TestCommandHandler::AddDefaults() { in AddDefaults()100 void TestCommandHandler::FromFile(const std::string& file_name) { in FromFile()125 void TestCommandHandler::Add(const vector<std::string>& args) { in Add()146 void TestCommandHandler::AddRemote(const vector<std::string>& args) { in AddRemote()173 void TestCommandHandler::Del(const vector<std::string>& args) { in Del()181 void TestCommandHandler::AddPhy(const vector<std::string>& args) { in AddPhy()192 void TestCommandHandler::DelPhy(const vector<std::string>& args) { in DelPhy()230 void TestCommandHandler::List(const vector<std::string>& args) { in List()270 void TestCommandHandler::StartTimer(const vector<std::string>& args) { in StartTimer()[all …]
33 class TestCommandHandler {36 TestCommandHandler(TestModel& test_model);38 ~TestCommandHandler() = default;99 TestCommandHandler(const TestCommandHandler& cmdPckt) = delete;100 TestCommandHandler& operator=(const TestCommandHandler& cmdPckt) = delete;
96 test_vendor_lib::TestCommandHandler test_channel_{test_model_};
117 test_vendor_lib::TestCommandHandler test_channel_{test_model_};