Searched refs:MsgHandler (Results 1 – 8 of 8) sorted by relevance
28 class MsgHandler {59 virtual ~MsgHandler() = default;
29 class MsgHandler {71 virtual ~MsgHandler() = default;
33 class IClient : public MsgHandler<MessageId, ClientMsgFun> {
28 class ClientMsgHandler final : public MsgHandler<MmiMessageId, ClientMsgFun> {
459 static void MsgHandler(SoftBusMessage *msg) in MsgHandler() function479 g_linkConflictLoopHandler.HandleMessage = MsgHandler; in InitLinkConflictLooper()
1623 static void MsgHandler(SoftBusMessage *msg) in MsgHandler() function1663 g_laneLoopHandler.HandleMessage = MsgHandler; in InitLooper()
50 class ServerMsgHandler final : public MsgHandler<MmiMessageId, ServerMsgFun> {
1671 MsgHandler<int, int> handler;