Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dthp_extra_manager_impl.h24 typedef const char* (*ThpExtraGetConfigStrFunc)(void); typedef
H A Dthp_extra_manager_impl.cpp47 …auto ThpExtraGetConfigStr = reinterpret_cast<ThpExtraGetConfigStrFunc>(dlsym(lib_, "ThpExtraGetCon… in Init()