Home
last modified time | relevance | path

Searched refs:INVALID_TIMER_FD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer_event_handler.cpp43 SetHandle(INVALID_TIMER_FD); in ~TimerEventHandler()
48 if ((GetHandle() == INVALID_TIMER_FD)) { in Initialize()
95 if (GetHandle() == INVALID_TIMER_FD) { in TimeOut()
H A Dtimer.cpp63 int tmpTimerFd = INVALID_TIMER_FD; in Shutdown()
86 int timerFd = once ? INVALID_TIMER_FD : GetTimerFd(interval); in Register()
87 if (timerFd == INVALID_TIMER_FD) { in Register()
228 return INVALID_TIMER_FD; in GetTimerFd()
236 return INVALID_TIMER_FD; in GetTimerFd()
H A Dtimer_event_handler.h25 constexpr int INVALID_TIMER_FD = -1; variable