Home
last modified time | relevance | path

Searched refs:startupTimestamp_ (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscheduler.cpp34 startupTimestamp_ = context->GetTimeFromExternalTimer(); in Start()
74 if (nanoTimestamp > startupTimestamp_) { in OnFrame()
76 elapsedTimeMs = (nanoTimestamp - startupTimestamp_) / milliToNano; in OnFrame()
77 startupTimestamp_ += elapsedTimeMs * milliToNano; in OnFrame()
H A Dscheduler.h84 uint64_t startupTimestamp_ = 0; member in OHOS::Ace::Scheduler
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_scheduler.cpp44 startupTimestamp_ = 0; in CloseImplicitAnimation()

Completed in 2 milliseconds