Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/native/include/
H A Dstream_server.h70 void SetRecvFun(MsgServerFunCallback fun);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h74 void SetRecvFun(MsgServerFunCallback fun);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp365 udsServer.SetRecvFun(fun);
688 ASSERT_NO_FATAL_FAILURE(udsServer.SetRecvFun(fun));
/ohos5.0/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp178 void StreamServer::SetRecvFun(MsgServerFunCallback fun) in SetRecvFun() function in OHOS::Msdp::DeviceStatus::StreamServer
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp219 void UDSServer::SetRecvFun(MsgServerFunCallback fun) in SetRecvFun() function in OHOS::MMI::UDSServer
H A Dmmi_service.cpp351 SetRecvFun([this] (SessionPtr sess, NetPacket& pkt) {sMsgHandler_.OnMsgHandler(sess, pkt);}); in Init()