Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp49 SetDebugModeCallBack g_setDebugModeCallBack = nullptr; variable
101 g_setDebugModeCallBack = in InitFunc()
112g_setDebugModeCallBack = reinterpret_cast<SetDebugModeCallBack>(&Toolchain::SetDebugModeCallBack); in InitFunc()
152 g_setDebugModeCallBack([]() { in InitConnectServer()