Home
last modified time | relevance | path

Searched defs:channelMsg (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/agent/sinkagent/
H A Dsink_agent.cpp80 auto channelMsg = std::make_shared<ChannelEventMsg>(); in NotifyConsumer() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H A Dsrc_agent.cpp79 auto channelMsg = std::make_shared<ChannelEventMsg>(); in NotifyProducer() local
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/channel/
H A Dmedia_channel_unit_test.cpp1611 auto channelMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F() local
1627 auto channelMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F() local
1736 auto channelMsg = std::make_shared<ChannelEventMsg>(); in HWTEST_F() local
1769 auto channelMsg in HWTEST_F() local
1788 auto channelMsg = std::make_shared<ChannelEventMsg>(); HWTEST_F() local
1821 auto channelMsg = std::make_shared<ChannelEventMsg>(); HWTEST_F() local
1837 auto channelMsg = std::make_shared<ChannelEventMsg>(); HWTEST_F() local
1853 auto channelMsg = std::make_shared<ChannelEventMsg>(); HWTEST_F() local
1886 auto channelMsg = std::make_shared<ChannelEventMsg>(); HWTEST_F() local
1906 auto channelMsg = std::make_shared<ChannelEventMsg>(); HWTEST_F() local
1926 auto channelMsg = std::make_shared<ChannelEventMsg>(); HWTEST_F() local
1945 auto channelMsg = std::make_shared<ChannelEventMsg>(); HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext.cpp252 auto channelMsg = std::make_shared<ChannelEventMsg>(); in HandleCreateAgent() local
/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.cpp398 auto channelMsg = std::static_pointer_cast<ChannelEventMsg>(statusMsg->msg); in NotifyPrivateEvent() local
462 auto channelMsg = std::make_shared<ChannelEventMsg>(); in SendChannelEvent() local
490 auto channelMsg = std::make_shared<ChannelAppendSurfaceEventMsg>(); SendChannelAppendSurfaceEvent() local
520 auto channelMsg = std::make_shared<ChannelRemoveSurfaceEventMsg>(); SendChannelRemoveSurfaceEvent() local
549 auto channelMsg = std::make_shared<ChannelSetSceneTypeEventMsg>(); SendChannelSceneTypeEvent() local
579 auto channelMsg = std::make_shared<ChannelSetKeyRedirectEventMsg>(); SendChannelKeyRedirectEvent() local
609 auto channelMsg = std::make_shared<ChannelSetVolumeEventMsg>(); SendChannelSetVolumeEvent() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dmedia_channel.cpp313 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); in HandleEvent() local
366 auto channelMsg = ConvertEventMsg<ChannelAppendSurfaceEventMsg>(event); in HandleAppendSurface() local
404 auto channelMsg = ConvertEventMsg<ChannelRemoveSurfaceEventMsg>(event); HandleRemoveSurface() local
430 auto channelMsg = ConvertEventMsg<ChannelSetSceneTypeEventMsg>(event); HandleSetSceneType() local
451 auto channelMsg = ConvertEventMsg<ChannelSetKeyRedirectEventMsg>(event); HandleSetKeyRedirect() local
469 auto channelMsg = ConvertEventMsg<ChannelSetVolumeEventMsg>(event); HandleSetVolume() local
488 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleStartPlay() local
514 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleStopPlay() local
540 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleCreateConsumer() local
570 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleDestroyConsumer() local
606 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleStartConsumer() local
633 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleStopConsumer() local
667 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandlePauseConsumer() local
690 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleResumeConsumer() local
713 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleCreateProducer() local
742 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleDestroyProducer() local
789 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleStartProducer() local
826 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleStopProducer() local
860 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandlePauseProducer() local
890 auto channelMsg = ConvertEventMsg<ChannelEventMsg>(event); HandleResumeProducer() local
[all...]

Completed in 7 milliseconds