Home
last modified time | relevance | path

Searched defs:timerFd (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer.cpp86 int timerFd = once ? INVALID_TIMER_FD : GetTimerFd(interval); in Register() local
156 …_t Timer::DoRegister(const TimerListCallback& callback, uint32_t interval, bool once, int &timerFd) in DoRegister()
177 void Timer::OnTimer(int timerFd) in OnTimer()
208 void Timer::DoTimerListCallback(const TimerListCallback& callback, int timerFd) in DoTimerListCallback()
H A Devent_reactor.cpp95 uint32_t EventReactor::ScheduleTimer(const TimerCallback& cb, uint32_t interval, int& timerFd, bool… in ScheduleTimer()
111 void EventReactor::CancelTimer(int timerFd) in CancelTimer()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dalarm_linux.c38 int timerFd; member
110 int timerFd = timerfd_create(BT_CLOCK_MONOTONIC, TFD_NONBLOCK); in AlarmCreate() local
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dtimer.h132 int timerFd; member
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp547 int32_t timerFd = timerMgr->GetTimerFd(); variable
565 int32_t timerFd = timerMgr.GetTimerFd(); variable
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp678 int& timerFd, bool once) in ScheduleTimer()
707 int timerFd = once ? IO_EVENT_INVALID_FD : GetTimerFd(interval); // Get timerFd in Register() local
806 TimerEventHandler::TimerEventHandler(int timerFd, uint32_t timeout /* ms */, bool once) in TimerEventHandler()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp813 uint32_t timerId, int& timerFd, bool once) in ScheduleTimer()
846 int timerFd = once ? IO_EVENT_INVALID_FD : GetTimerFd(interval); // Get timerFd in Register() local
947 TimerEventHandler::TimerEventHandler(int timerFd, uint32_t timeout /* ms */, bool once) in TimerEventHandler()