Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h38 using BeginListFlingFunc = void (*)(); variable
95 ACE_EXPORT BeginListFlingFunc beginListFlingFunc_ = nullptr;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp75 beginListFlingFunc_ = (BeginListFlingFunc)LoadSymbol("BeginListFling"); in LoadLibrary()