Home
last modified time | relevance | path

Searched refs:FetchNextEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h142 bool FetchNextEvent(uint64_t now, uint64_t& leftTimeNanosecond, LoopEvent& event);
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp451 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