Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dthp_extra_manager_impl.cpp47 …auto ThpExtraGetConfigStr = reinterpret_cast<ThpExtraGetConfigStrFunc>(dlsym(lib_, "ThpExtraGetCon… in Init() local
48 if (ThpExtraGetConfigStr == nullptr) { in Init()
53 std::string jsonStr = std::string(ThpExtraGetConfigStr()); in Init()