Home
last modified time | relevance | path

Searched refs:MsgHandler (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmsg_handler.h28 class MsgHandler {
59 virtual ~MsgHandler() = default;
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dmsg_handler.h29 class MsgHandler {
71 virtual ~MsgHandler() = default;
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Di_client.h33 class IClient : public MsgHandler<MessageId, ClientMsgFun> {
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dclient_msg_handler.h28 class ClientMsgHandler final : public MsgHandler<MmiMessageId, ClientMsgFun> {
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_conflict.c459 static void MsgHandler(SoftBusMessage *msg) in MsgHandler() function
479 g_linkConflictLoopHandler.HandleMessage = MsgHandler; in InitLinkConflictLooper()
H A Dlnn_trans_lane.c1623 static void MsgHandler(SoftBusMessage *msg) in MsgHandler() function
1663 g_laneLoopHandler.HandleMessage = MsgHandler; in InitLooper()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h50 class ServerMsgHandler final : public MsgHandler<MmiMessageId, ServerMsgFun> {
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp1671 MsgHandler<int, int> handler;