Home
last modified time | relevance | path

Searched refs:HandleMessage (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_message.cpp138 HandleMessage(); in StartProcess()
147 void CaptureMessageOperator::HandleMessage() in HandleMessage() function in OHOS::Camera::CaptureMessageOperator
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_notify.cpp85 return HandleMessage(message); in ConnectToAppService()
88 bool UpdateNotify::HandleMessage(const std::string &message) in HandleMessage() function in OHOS::UpdateEngine::UpdateNotify
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state.h34 virtual int32_t HandleMessage(const MsgInfo &msg) = 0;
H A Dfsm_state.h34 int32_t HandleMessage(const MsgInfo &msg) override in HandleMessage() function
H A Dhi_state_machine.cpp267 int32_t ret = m_currentState->HandleMessage(msg); in OnMessageReceived()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/offline_stream_operator/
H A Doffline_stream.h43 void HandleMessage(MessageGroup& message);
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
H A Doffline_stream.cpp43 auto callback = [this](MessageGroup& m) { HandleMessage(m); }; in Init()
183 void OfflineStream::HandleMessage(MessageGroup& message) in HandleMessage() function in OHOS::Camera::OfflineStream
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h45 void (*HandleMessage)(SoftBusMessage *msg); member
/ohos5.0/base/update/updateservice/services/engine/include/
H A Dupdate_notify.h45 bool HandleMessage(const std::string &message);
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H A Dmessage_handler_test.c52 g_networkingHandler.HandleMessage = NetworkingHandleMessage; in TestMessageHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_async_callback_utils.c81 handler->HandleMessage = AsyncCallbackHandler; in InitAsyncCallbackHandler()
H A Dlnn_state_machine.c266 fsm->handler.HandleMessage = FsmStateMsgHandler; in LnnFsmInit()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_dispatcher.c208 static void HandleMessage(MessageContext *context) in HandleMessage() function
270 HandleMessage(context); in RunDispatcher()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c99 handler->HandleMessage = callback; in CreateHandler()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_state_machine.h75 virtual int HandleMessage(const MsgInfo& msg);
H A Dliteplayer_state_machine.cpp121 int PlayerControlState::HandleMessage(const MsgInfo& msgInfo) in HandleMessage() function in OHOS::Media::PlayerControlState
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_loop_tracking.cpp395 void BufferLoopTracking::HandleMessage() in HandleMessage() function in OHOS::Camera::BufferLoopTracking
431 HandleMessage(); in StartTracking()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_broadcast.c164 g_bcDumphandler.HandleMessage = BroadcastMsgHandler; in SoftbusBroadcastDumpLooperInit()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_loop_tracking.h125 void HandleMessage();
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dcapture_message.h147 void HandleMessage();
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c449 g_authHandler.HandleMessage = HandleAuthMessage; in AuthCommonInit()
462 g_authHandler.HandleMessage = NULL; in AuthCommonDeinit()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_conflict.c479 g_linkConflictLoopHandler.HandleMessage = MsgHandler; in InitLinkConflictLooper()
512 g_linkConflictLoopHandler.HandleMessage = NULL; in DeinitLaneLinkConflict()
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c168 if (msg->handler != NULL && msg->handler->HandleMessage != NULL) { in LoopTask()
169 msg->handler->HandleMessage(msg); in LoopTask()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c784 g_notifyHandler.HandleMessage = HandleNotifyMessage; in LnnInitBusCenterEvent()
801 g_notifyHandler.HandleMessage = NULL; in LnnDeinitBusCenterEvent()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.h59 int32_t HandleMessage(PlayerOnInfoType type, int32_t extra, const Format &infoBody);

12