Home
last modified time | relevance | path

Searched defs:occurTimestamp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Didle_time.cpp74 int64_t occurTimestamp = GetSysTimeNs(); in EventTask() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp143 void VSyncGenerator::ListenerVsyncEventCB(int64_t occurTimestamp, int64_t nextTimeStamp, in ListenerVsyncEventCB()
179 int64_t occurTimestamp = 0; in ThreadLoop() local
226 void VSyncGenerator::WaitForTimeout(int64_t occurTimestamp, int64_t nextTimeStamp, int64_t occurRef… in WaitForTimeout()
301 void VSyncGenerator::UpdateWakeupDelay(int64_t occurTimestamp, int64_t nextTimeStamp) in UpdateWakeupDelay()
445 int64_t now, int64_t occurTimestamp, int64_t referenceTime) in GetListenerTimeouted()