Searched refs:MsgServerFunCallback (Results 1 – 5 of 5) sorted by relevance
43 using MsgServerFunCallback = std::function<void(SessionPtr, NetPacket&)>; variable70 void SetRecvFun(MsgServerFunCallback fun);81 MsgServerFunCallback recvFun_ { nullptr };
47 using MsgServerFunCallback = std::function<void(SessionPtr, NetPacket&)>; variable74 void SetRecvFun(MsgServerFunCallback fun);86 MsgServerFunCallback recvFun_ { nullptr };
355 MsgServerFunCallback fun{ nullptr };687 MsgServerFunCallback fun{ nullptr };
178 void StreamServer::SetRecvFun(MsgServerFunCallback fun) in SetRecvFun()
219 void UDSServer::SetRecvFun(MsgServerFunCallback fun) in SetRecvFun()