Searched refs:SetDebugModeCallBack (Results 1 – 1 of 1) sorted by relevance
41 using SetDebugModeCallBack = void (*)(const std::function<void()>& setDebugMode); typedef49 SetDebugModeCallBack g_setDebugModeCallBack = nullptr;102 … reinterpret_cast<SetDebugModeCallBack>(dlsym(handlerConnectServerSo_, "SetDebugModeCallBack")); in InitFunc()112 … g_setDebugModeCallBack = reinterpret_cast<SetDebugModeCallBack>(&Toolchain::SetDebugModeCallBack); in InitFunc()