Searched defs:timerFd (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | timer.cpp | 86 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 D | event_reactor.cpp | 95 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 D | alarm_linux.c | 38 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 D | timer.h | 132 int timerFd; member
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/ |
H A D | timer_manager_test.cpp | 547 int32_t timerFd = timerMgr->GetTimerFd(); variable 565 int32_t timerFd = timerMgr.GetTimerFd(); variable
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 678 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 D | event_benchmark_test.cpp | 813 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()
|