Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h37 using BeginProcessPostFlushFunc = void (*)(); variable
94 ACE_EXPORT BeginProcessPostFlushFunc beginProcessPostFunc_ = nullptr;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp73 beginProcessPostFunc_ = (BeginProcessPostFlushFunc)LoadSymbol("BeginProcessPostFlush"); in LoadLibrary()