Searched refs:SetRecvFun (Results 1 – 6 of 6) sorted by relevance
70 void SetRecvFun(MsgServerFunCallback fun);
74 void SetRecvFun(MsgServerFunCallback fun);
365 udsServer.SetRecvFun(fun);688 ASSERT_NO_FATAL_FAILURE(udsServer.SetRecvFun(fun));
178 void StreamServer::SetRecvFun(MsgServerFunCallback fun) in SetRecvFun() function in OHOS::Msdp::DeviceStatus::StreamServer
219 void UDSServer::SetRecvFun(MsgServerFunCallback fun) in SetRecvFun() function in OHOS::MMI::UDSServer
351 SetRecvFun([this] (SessionPtr sess, NetPacket& pkt) {sMsgHandler_.OnMsgHandler(sess, pkt);}); in Init()