/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | capture_message.cpp | 138 HandleMessage(); in StartProcess() 147 void CaptureMessageOperator::HandleMessage() in HandleMessage() function in OHOS::Camera::CaptureMessageOperator
|
/ohos5.0/base/update/updateservice/services/engine/src/ |
H A D | update_notify.cpp | 85 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 D | hi_state.h | 34 virtual int32_t HandleMessage(const MsgInfo &msg) = 0;
|
H A D | fsm_state.h | 34 int32_t HandleMessage(const MsgInfo &msg) override in HandleMessage() function
|
H A D | hi_state_machine.cpp | 267 int32_t ret = m_currentState->HandleMessage(msg); in OnMessageReceived()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/offline_stream_operator/ |
H A D | offline_stream.h | 43 void HandleMessage(MessageGroup& message);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/ |
H A D | offline_stream.cpp | 43 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 D | message_handler.h | 45 void (*HandleMessage)(SoftBusMessage *msg); member
|
/ohos5.0/base/update/updateservice/services/engine/include/ |
H A D | update_notify.h | 45 bool HandleMessage(const std::string &message);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/ |
H A D | message_handler_test.c | 52 g_networkingHandler.HandleMessage = NetworkingHandleMessage; in TestMessageHandler()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_async_callback_utils.c | 81 handler->HandleMessage = AsyncCallbackHandler; in InitAsyncCallbackHandler()
|
H A D | lnn_state_machine.c | 266 fsm->handler.HandleMessage = FsmStateMsgHandler; in LnnFsmInit()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/ |
H A D | message_dispatcher.c | 208 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 D | softbus_hisysevt_common.c | 99 handler->HandleMessage = callback; in CreateHandler()
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
H A D | liteplayer_state_machine.h | 75 virtual int HandleMessage(const MsgInfo& msg);
|
H A D | liteplayer_state_machine.cpp | 121 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 D | buffer_loop_tracking.cpp | 395 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 D | softbus_hidumper_broadcast.c | 164 g_bcDumphandler.HandleMessage = BroadcastMsgHandler; in SoftbusBroadcastDumpLooperInit()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/ |
H A D | buffer_loop_tracking.h | 125 void HandleMessage();
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
H A D | capture_message.h | 147 void HandleMessage();
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_common.c | 449 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 D | lnn_lane_link_conflict.c | 479 g_linkConflictLoopHandler.HandleMessage = MsgHandler; in InitLinkConflictLooper() 512 g_linkConflictLoopHandler.HandleMessage = NULL; in DeinitLaneLinkConflict()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/ |
H A D | message_handler.c | 168 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 D | bus_center_event.c | 784 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 D | player_server.h | 59 int32_t HandleMessage(PlayerOnInfoType type, int32_t extra, const Format &infoBody);
|