Searched refs:TestModel (Results 1 – 6 of 6) sorted by relevance
51 TestModel::TestModel( in TestModel() function in test_vendor_lib::TestModel70 void TestModel::SetTimerPeriod(std::chrono::milliseconds new_period) { in SetTimerPeriod()80 void TestModel::StartTimer() { in StartTimer()83 …schedule_periodic_task_(std::chrono::milliseconds(0), timer_period_, [this]() { TestModel::TimerTi… in StartTimer()86 void TestModel::StopTimer() { in StopTimer()92 size_t TestModel::Add(std::shared_ptr<Device> new_dev) { in Add()97 void TestModel::Del(size_t dev_index) { in Del()105 size_t TestModel::AddPhy(std::shared_ptr<PhyLayerFactory> new_phy) { in AddPhy()110 void TestModel::DelPhy(size_t phy_index) { in DelPhy()117 void TestModel::AddDeviceToPhy(size_t dev_index, size_t phy_index) { in AddDeviceToPhy()[all …]
33 class TestModel {35 TestModel(std::function<AsyncTaskId(std::chrono::milliseconds, const TaskCallback&)> evtScheduler,39 ~TestModel() = default;96 TestModel(TestModel& model) = delete;97 TestModel& operator=(const TestModel& model) = delete;
36 TestCommandHandler(TestModel& test_model);83 TestModel& model_;
39 TestCommandHandler::TestCommandHandler(TestModel& test_model) : model_(test_model) { in TestCommandHandler()
59 test_vendor_lib::TestModel test_model_{
77 test_vendor_lib::TestModel test_model_{