Home
last modified time | relevance | path

Searched refs:GetOnframeRef (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/display_sync/
H A Djs_display_sync.h58 napi_ref GetOnframeRef() const in GetOnframeRef() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Danimator_option.h70 napi_ref GetOnframeRef() const in GetOnframeRef() function
H A Djs_animator.cpp273 napi_ref onframeRef = animatorResult->GetOnframeRef(); in JSReset()
533 napi_ref onframeRef = animatorResult->GetOnframeRef(); in SetOnframe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator.h85 std::function<void(double)> GetOnframeRef() const in GetOnframeRef() function
H A Dcj_animator_ffi.cpp78 std::function<void(double)> onframeRef = nativeAnimatorResult->GetOnframeRef(); in FfiAnimatorReset()