Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp50 WaitForConnection g_waitForConnection = nullptr; variable
105g_waitForConnection = reinterpret_cast<WaitForConnection>(dlsym(handlerConnectServerSo_, "WaitForC… in InitFunc()
115 g_waitForConnection = reinterpret_cast<WaitForConnection>(&Toolchain::WaitForConnection); in InitFunc()
122 …if (g_storeInspectorInfo == nullptr || g_setSwitchCallBack == nullptr || g_waitForConnection == nu… in InitFunc()
184 …if (!g_waitForConnection()) { // waitForDebugger : waitForDebugger means the connection state of t… in SetDebugMode()
221 …if (!g_waitForConnection()) { // g_waitForConnection : the res means the connection state of the c… in AddInstance()
260 if (!g_waitForConnection()) { in RemoveInstance()