Searched defs:PowerTimer (Results 1 – 2 of 2) sorted by relevance
27 typedef timer_t PowerTimer; typedef
245 explicit PowerTimer(const std::function<void()> &callback) : utility::Timer(callback){}; in PowerTimer() function