Home
last modified time | relevance | path

Searched refs:GetSystemRealTime (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h282 uint64_t GetSystemRealTime();
H A Dplugin_frontend_delegate.cpp1684 call(callbackId, delegate->GetSystemRealTime()); in RequestAnimationFrame()
1691 uint64_t PluginFrontendDelegate::GetSystemRealTime() in GetSystemRealTime() function in OHOS::Ace::Framework::PluginFrontendDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h393 uint64_t GetSystemRealTime();
H A Dfrontend_delegate_impl.cpp1902 call(callbackId, delegate->GetSystemRealTime()); in RequestAnimationFrame()
1909 uint64_t FrontendDelegateImpl::GetSystemRealTime() in GetSystemRealTime() function in OHOS::Ace::Framework::FrontendDelegateImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h412 uint64_t GetSystemRealTime();
H A Dfrontend_delegate_declarative.cpp3171 call(callbackId, delegate->GetSystemRealTime()); in RequestAnimationFrame()
3178 uint64_t FrontendDelegateDeclarative::GetSystemRealTime() in GetSystemRealTime() function in OHOS::Ace::Framework::FrontendDelegateDeclarative