Home
last modified time | relevance | path

Searched refs:HandleMessage (Results 1 - 25 of 50) sorted by relevance

12

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_state.cpp53 bool CastSessionImpl::BaseState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::BaseState
81 bool CastSessionImpl::DefaultState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DefaultState
89 BaseState::HandleMessage(msg); in HandleMessage()
113 bool CastSessionImpl::DisconnectedState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DisconnectedState
121 BaseState::HandleMessage(msg); in HandleMessage()
156 bool CastSessionImpl::AuthingState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::AuthingState
164 BaseState::HandleMessage(msg); in HandleMessage()
213 bool CastSessionImpl::ConnectingState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectingState
220 BaseState::HandleMessage(msg); in HandleMessage()
370 bool CastSessionImpl::ConnectedState::HandleMessage(cons function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectedState
431 bool CastSessionImpl::StreamState::HandleMessage(const Message &msg) HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::StreamState
480 bool CastSessionImpl::PausedState::HandleMessage(const Message &msg) HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PausedState
521 bool CastSessionImpl::PlayingState::HandleMessage(const Message &msg) HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PlayingState
576 bool CastSessionImpl::DisconnectingState::HandleMessage(const Message &msg) HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DisconnectingState
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_state.cpp53 bool CastSessionImpl::BaseState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::BaseState
81 bool CastSessionImpl::DefaultState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DefaultState
89 BaseState::HandleMessage(msg); in HandleMessage()
113 bool CastSessionImpl::DisconnectedState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DisconnectedState
121 BaseState::HandleMessage(msg); in HandleMessage()
156 bool CastSessionImpl::AuthingState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::AuthingState
164 BaseState::HandleMessage(msg); in HandleMessage()
213 bool CastSessionImpl::ConnectingState::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectingState
220 BaseState::HandleMessage(msg); in HandleMessage()
370 bool CastSessionImpl::ConnectedState::HandleMessage(cons function in OHOS::CastEngine::CastEngineService::CastSessionImpl::ConnectedState
431 bool CastSessionImpl::StreamState::HandleMessage(const Message &msg) HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::StreamState
480 bool CastSessionImpl::PausedState::HandleMessage(const Message &msg) HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PausedState
521 bool CastSessionImpl::PlayingState::HandleMessage(const Message &msg) HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PlayingState
576 bool CastSessionImpl::DisconnectingState::HandleMessage(const Message &msg) HandleMessage() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::DisconnectingState
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl.h104 bool HandleMessage(const Message &msg) override;
124 bool HandleMessage(const Message &msg) override;
136 bool HandleMessage(const Message &msg) override;
148 bool HandleMessage(const Message &msg) override;
160 bool HandleMessage(const Message &msg) override;
178 bool HandleMessage(const Message &msg) override;
191 bool HandleMessage(const Message &msg) override;
204 bool HandleMessage(const Message &msg) override;
218 bool HandleMessage(const Message &msg) override;
231 bool HandleMessage(cons
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl.h104 bool HandleMessage(const Message &msg) override;
124 bool HandleMessage(const Message &msg) override;
136 bool HandleMessage(const Message &msg) override;
148 bool HandleMessage(const Message &msg) override;
160 bool HandleMessage(const Message &msg) override;
178 bool HandleMessage(const Message &msg) override;
191 bool HandleMessage(const Message &msg) override;
204 bool HandleMessage(const Message &msg) override;
218 bool HandleMessage(const Message &msg) override;
231 bool HandleMessage(cons
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dstate_machine.cpp31 void StateMachine::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::StateMachine
34 while (cur != nullptr && !cur->HandleMessage(msg)) { in HandleMessage()
89 state_->HandleMessage(msg); in ProcessDeferredMessages()
H A Dhandler.cpp171 HandleMessage(msg); in HandleMessageInner()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dstate_machine.cpp31 void StateMachine::HandleMessage(const Message &msg) in HandleMessage() function in OHOS::CastEngine::CastEngineService::StateMachine
34 while (cur != nullptr && !cur->HandleMessage(msg)) { in HandleMessage()
89 state_->HandleMessage(msg); in ProcessDeferredMessages()
H A Dhandler.cpp171 HandleMessage(msg); in HandleMessageInner()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dstate_machine.h42 virtual bool HandleMessage(const Message &msg) = 0;
56 void HandleMessage(const Message &msg) override;
H A Dhandler.h46 virtual void HandleMessage(const Message &msg) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dstate_machine.h42 virtual bool HandleMessage(const Message &msg) = 0;
56 void HandleMessage(const Message &msg) override;
H A Dhandler.h46 virtual void HandleMessage(const Message &msg) = 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
/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h45 void (*HandleMessage)(SoftBusMessage *msg); member
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_channel_manager.h84 void HandleMessage(const Message &msg) override;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_channel_manager.h84 void HandleMessage(const Message &msg) override;
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H A Dfilter_loop.h71 void HandleMessage(const MsgInfo &info);
/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H A Dmessage_handler_test.c52 g_networkingHandler.HandleMessage = NetworkingHandleMessage; in TestMessageHandler()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_state_machine.h75 virtual int HandleMessage(const MsgInfo& msg);
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c99 handler->HandleMessage = callback; in CreateHandler()
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_async_callback_utils.c81 handler->HandleMessage = AsyncCallbackHandler; in InitAsyncCallbackHandler()
/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_loop.cpp197 HandleMessage(info); in MainLoop()
202 void FilterLoop::HandleMessage(const MsgInfo &info) in HandleMessage() function in OHOS::Media::Pipeline::FilterLoop
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_broadcast.c164 g_bcDumphandler.HandleMessage = BroadcastMsgHandler; in SoftbusBroadcastDumpLooperInit()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_conflict.c456 g_linkConflictLoopHandler.HandleMessage = MsgHandler; in InitLinkConflictLooper()
489 g_linkConflictLoopHandler.HandleMessage = NULL; in DeinitLaneLinkConflict()

Completed in 9 milliseconds

12