Searched refs:SetSwitchCallBack (Results 1 – 2 of 2) sorted by relevance
39 using SetSwitchCallBack = void (*)(const std::function<void(bool)>& setStatus, typedef48 SetSwitchCallBack g_setSwitchCallBack = nullptr;100 …g_setSwitchCallBack = reinterpret_cast<SetSwitchCallBack>(dlsym(handlerConnectServerSo_, "SetSwitc… in InitFunc()111 g_setSwitchCallBack = reinterpret_cast<SetSwitchCallBack>(&Toolchain::SetSwitchCallBack); in InitFunc()
54 using SetSwitchCallBack = void (*)(const std::function<void(bool)> &setStatus, typedef212 auto setSwitchCallBack = reinterpret_cast<SetSwitchCallBack>( in SetSwitchCallback()