Home
last modified time | relevance | path

Searched refs:ChannelEventMsg (Results 1 - 11 of 11) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/common/
H A Devent_channel.h36 struct ChannelEventMsg : public EventMsg { struct
37 using Ptr = std::shared_ptr<ChannelEventMsg>;
45 struct ChannelAppendSurfaceEventMsg : public ChannelEventMsg {
52 struct ChannelRemoveSurfaceEventMsg : public ChannelEventMsg {
58 struct ChannelSetSceneTypeEventMsg : public ChannelEventMsg {
65 struct ChannelSetVolumeEventMsg : public ChannelEventMsg {
71 struct ChannelSetKeyRedirectEventMsg : public ChannelEventMsg {
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/channel/
H A Dmedia_channel_unit_test.cpp47 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
64 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
82 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
101 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
120 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
140 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
160 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
179 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
199 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
219 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_media_def.h24 struct WfdProducerEventMsg : public ChannelEventMsg {
34 struct WfdConsumerEventMsg : public ChannelEventMsg {
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dmedia_channel.cpp313 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleEvent()
488 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleStartPlay()
514 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleStopPlay()
540 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleCreateConsumer()
570 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleDestroyConsumer()
606 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleStartConsumer()
633 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleStopConsumer()
667 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandlePauseConsumer()
690 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleResumeConsumer()
713 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(even in HandleCreateProducer()
[all...]
H A Dchannel_manager.cpp42 auto eventMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleMediaChannelCreate()
61 auto eventMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleMediaChannelDestroy()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H A Dscreen_capture_def.h35 struct ScreenCaptureConsumerEventMsg : public ChannelEventMsg {
/foundation/CastEngine/castengine_wifi_display/services/agent/sinkagent/
H A Dsink_agent.cpp80 auto channelMsg = std::make_shared<ChannelEventMsg>(); in NotifyConsumer()
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H A Dsrc_agent.cpp79 auto channelMsg = std::make_shared<ChannelEventMsg>(); in NotifyProducer()
/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.cpp398 auto channelMsg = std::static_pointer_cast<ChannelEventMsg>(statusMsg->msg); in NotifyPrivateEvent()
462 auto channelMsg = std::make_shared<ChannelEventMsg>(); in SendChannelEvent()
/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext.cpp252 auto channelMsg = std::make_shared<ChannelEventMsg>(); in HandleCreateAgent()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H A Dmedia_dispatcher_unit_test.cpp60 event.eventMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F()

Completed in 14 milliseconds