Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp39 using SetSwitchCallBack = void (*)(const std::function<void(bool)>& setStatus, typedef
48 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()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp54 using SetSwitchCallBack = void (*)(const std::function<void(bool)> &setStatus, typedef
212 auto setSwitchCallBack = reinterpret_cast<SetSwitchCallBack>( in SetSwitchCallback()