Home
last modified time | relevance | path

Searched refs:TimerHandler (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_handler.cpp40 std::shared_ptr<TimerHandler> TimerHandler::Create() in Create()
65 …std::shared_ptr<TimerHandler> handler = std::shared_ptr<TimerHandler>(new TimerHandler(fds, epollf… in Create()
88 TimerHandler::TimerHandler(const TimerFds &fds, int epollfd) in TimerHandler() function in OHOS::MiscServices::TimerHandler
93 TimerHandler::~TimerHandler() in ~TimerHandler()
102 int TimerHandler::Set(uint32_t type, std::chrono::nanoseconds when, std::chrono::steady_clock::time… in Set()
122 uint32_t TimerHandler::WaitForAlarm() in WaitForAlarm()
H A Dtimer_manager.cpp100 TimerManager::TimerManager(std::shared_ptr<TimerHandler> impl) in TimerManager()
116 auto impl = TimerHandler::Create(); in GetInstance()
/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_handler.h33 class TimerHandler {
35 static std::shared_ptr<TimerHandler> Create();
38 ~TimerHandler();
40 TimerHandler(const TimerFds &fds, int epollfd);
H A Dtimer_manager.h71 explicit TimerManager(std::shared_ptr<TimerHandler> impl);
147 std::shared_ptr<TimerHandler> handler_;