Searched refs:SetTimerPeriod (Results 1 – 7 of 7) sorted by relevance
49 SET_HANDLER("set_timer_period", SetTimerPeriod); in TestCommandHandler()87 SetTimerPeriod({"10"}); in AddDefaults()254 void TestCommandHandler::SetTimerPeriod(const vector<std::string>& args) { in SetTimerPeriod() function in test_vendor_lib::TestCommandHandler262 model_.SetTimerPeriod(std::chrono::milliseconds(period)); in SetTimerPeriod()
79 void SetTimerPeriod(const std::vector<std::string>& args);
89 void SetTimerPeriod(std::chrono::milliseconds new_period);
77 void TestModel::SetTimerPeriod(std::chrono::milliseconds new_period) { in SetTimerPeriod() function in test_vendor_lib::TestModel
162 test_channel_.SetTimerPeriod({"5"}); in SetUpTestChannel()
561 void SetTimerPeriod(std::chrono::milliseconds new_period);
187 test_model_.SetTimerPeriod(std::chrono::milliseconds(10)); in initialize_impl()