Searched refs:FetchNextEvent (Results 1 – 2 of 2) sorted by relevance
142 bool FetchNextEvent(uint64_t now, uint64_t& leftTimeNanosecond, LoopEvent& event);
451 if (!FetchNextEvent(now, leftTimeNanosecond, event)) { in ProcessQueuedEvent()470 bool EventLoop::FetchNextEvent(uint64_t now, uint64_t& leftTimeNanosecond, LoopEvent& out) in FetchNextEvent() function in OHOS::HiviewDFX::EventLoop