Searched refs:SetTimerPeriod (Results 1 – 7 of 7) sorted by relevance
48 SET_HANDLER("set_timer_period", SetTimerPeriod); in TestCommandHandler()77 SetTimerPeriod({"10"}); in AddDefaults()264 void TestCommandHandler::SetTimerPeriod(const vector<std::string>& args) { in SetTimerPeriod() function in rootcanal::TestCommandHandler272 model_.SetTimerPeriod(std::chrono::milliseconds(period)); in SetTimerPeriod()
82 void SetTimerPeriod(const std::vector<std::string>& args);
100 void SetTimerPeriod(std::chrono::milliseconds new_period);
61 void TestModel::SetTimerPeriod(std::chrono::milliseconds new_period) { in SetTimerPeriod() function in rootcanal::TestModel
181 test_channel_.SetTimerPeriod({"5"}); in SetUpTestChannel()
196 test_model_.SetTimerPeriod(std::chrono::milliseconds(10)); in initialize_impl()
626 void SetTimerPeriod(std::chrono::milliseconds new_period);