Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_client.cpp78 if (funConnected_ != nullptr) { in Connect()
80 funConnected_(); in Connect()
156 funConnected_ = funConnected; in RegisterConnectedFunction()
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp214 funConnected_ = function; in RegisterConnectedFunction()
248 if (funConnected_ != nullptr) { in OnConnected()
250 funConnected_(); in OnConnected()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_client.cpp224 funConnected_ = fun; in RegisterConnectedFunction()
259 if (funConnected_) { in OnConnected()
260 funConnected_(*this); in OnConnected()
/ohos5.0/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_client.h57 ConnectCallback funConnected_ { nullptr };
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/include/
H A Dmmi_client.h66 ConnectCallback funConnected_; variable
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Dclient.h67 ConnectCallback funConnected_ { nullptr };