Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/util/socket/include/
H A Duds_client.h58 MsgClientFunCallback recvFun_; variable
/ohos5.0/base/msdp/device_status/utils/ipc/include/
H A Dstream_client.h57 MsgClientFunCallback recvFun_ { nullptr };
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_client.cpp107 recvFun_ = fun; in StartClient()
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_client.cpp111 recvFun_ = fun; in StartClient()
/ohos5.0/base/msdp/device_status/services/native/include/
H A Dstream_server.h81 MsgServerFunCallback recvFun_ { nullptr };
/ohos5.0/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp180 recvFun_ = fun; in SetRecvFun()
208 recvFun_(sess, pkt); in OnPacket()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h86 MsgServerFunCallback recvFun_ { nullptr };
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp221 recvFun_ = fun; in SetRecvFun()
255 recvFun_(sess, pkt); in OnPacket()
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp174 recvFun_(*this, pkt); in OnPacket()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_client.cpp184 recvFun_(*this, pkt); in OnPacket()