Searched refs:SetTimerPeriod (Results 1 – 6 of 6) sorted by relevance
54 SET_HANDLER("set_timer_period", SetTimerPeriod); in TestCommandHandler()84 SetTimerPeriod({"10"}); in AddDefaults()278 void TestCommandHandler::SetTimerPeriod(const vector<std::string>& args) { in SetTimerPeriod() function in rootcanal::TestCommandHandler286 model_.SetTimerPeriod(std::chrono::milliseconds(period)); in SetTimerPeriod()
79 void SetTimerPeriod(const std::vector<std::string>& args);
108 void SetTimerPeriod(std::chrono::milliseconds new_period);
64 void TestModel::SetTimerPeriod(std::chrono::milliseconds new_period) { in SetTimerPeriod() function in rootcanal::TestModel
258 test_channel_.SetTimerPeriod({"5"}); in SetUpTestChannel()
181 test_model_.SetTimerPeriod(std::chrono::milliseconds(10)); in initialize_impl()