Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h27 using BeginFlushAnimationFunc = void (*)(); variable
84 ACE_EXPORT BeginFlushAnimationFunc beginFlushAnimationFunc_ = nullptr;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp53 beginFlushAnimationFunc_ = (BeginFlushAnimationFunc)LoadSymbol("BeginFlushAnimation"); in LoadLibrary()