Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp41 using SetDebugModeCallBack = void (*)(const std::function<void()>& setDebugMode); typedef
49 SetDebugModeCallBack g_setDebugModeCallBack = nullptr;
102 … reinterpret_cast<SetDebugModeCallBack>(dlsym(handlerConnectServerSo_, "SetDebugModeCallBack")); in InitFunc()
112 … g_setDebugModeCallBack = reinterpret_cast<SetDebugModeCallBack>(&Toolchain::SetDebugModeCallBack); in InitFunc()