/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_event.h | 36 EVENT_CHANNEL_CLOSED, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/ |
H A D | av_sender_engine_adapter_test.cpp | 214 event.type = EventType::EVENT_CHANNEL_CLOSED; 228 event.type = EventType::EVENT_CHANNEL_CLOSED;
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_event.h | 36 EVENT_CHANNEL_CLOSED, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/ |
H A D | screenregionmgr_test.cpp | 113 event.type = EventType::EVENT_CHANNEL_CLOSED;
|
H A D | av_receiver_engine_adapter_test.cpp | 175 event.type = EventType::EVENT_CHANNEL_CLOSED;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ |
H A D | av_trans_control_center.cpp | 255 case EventType::EVENT_CHANNEL_CLOSED: in OnChannelEvent() 275 if (event.type == EventType::EVENT_CHANNEL_CLOSED) { in HandleChannelEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/ |
H A D | av_receiver_engine_provider.cpp | 92 …vent.type == EventType::EVENT_CHANNEL_OPENED) || (event.type == EventType::EVENT_CHANNEL_CLOSED)) { in OnChannelEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/ |
H A D | av_sender_engine_provider.cpp | 89 …vent.type == EventType::EVENT_CHANNEL_OPENED) || (event.type == EventType::EVENT_CHANNEL_CLOSED)) { in OnChannelEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input_audio/ |
H A D | dsoftbus_input_audio_plugin.cpp | 226 case EventType::EVENT_CHANNEL_CLOSED: { in OnChannelEvent() 227 eventsCb_->OnEvent({PluginEventType::EVENT_CHANNEL_CLOSED}); in OnChannelEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | av_trans_types.h | 142 EVENT_CHANNEL_CLOSED = 2, enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest/av_receiver_engine_provider/src/ |
H A D | av_receiver_engine_provider_test.cpp | 101 event.type = EventType::EVENT_CHANNEL_CLOSED;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/test/unittest/av_sender_engine_provider/src/ |
H A D | av_sender_engine_provider_test.cpp | 101 event.type = EventType::EVENT_CHANNEL_CLOSED;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input/ |
H A D | dsoftbus_input_plugin.cpp | 242 case EventType::EVENT_CHANNEL_CLOSED: { in OnChannelEvent() 243 eventsCb_->OnEvent({PluginEventType::EVENT_CHANNEL_CLOSED}); in OnChannelEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output/ |
H A D | dsoftbus_output_plugin.cpp | 235 case EventType::EVENT_CHANNEL_CLOSED: { in OnChannelEvent() 236 eventsCb_->OnEvent({PluginEventType::EVENT_CHANNEL_CLOSED}); in OnChannelEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output_audio/ |
H A D | dsoftbus_output_audio_plugin.cpp | 232 case EventType::EVENT_CHANNEL_CLOSED: { in OnChannelEvent() 233 eventsCb_->OnEvent({PluginEventType::EVENT_CHANNEL_CLOSED}); in OnChannelEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/src/ |
H A D | av_receiver_engine_adapter.cpp | 146 case EventType::EVENT_CHANNEL_CLOSED: in OnReceiverEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/ |
H A D | av_receiver_engine_adapter.cpp | 158 case EventType::EVENT_CHANNEL_CLOSED: in OnReceiverEvent()
|
H A D | screenregionmgr.cpp | 191 } else if (event.type == EventType::EVENT_CHANNEL_CLOSED) { in OnProviderEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/src/ |
H A D | av_sender_engine_adapter.cpp | 159 case EventType::EVENT_CHANNEL_CLOSED: in OnSenderEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/ |
H A D | av_trans_control_center_test.cpp | 324 event.type = EventType::EVENT_CHANNEL_CLOSED; 467 event.type = EventType::EVENT_CHANNEL_CLOSED;
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | av_sender_engine_adapter.cpp | 248 case EventType::EVENT_CHANNEL_CLOSED: { in OnSenderEvent()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/dsoftbus_input_audio_test/ |
H A D | dsoftbus_input_audio_plugin_test.cpp | 191 AVTransEvent event2 {EventType::EVENT_CHANNEL_CLOSED, "", ""};
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/dsoftbus_input_test/ |
H A D | dsoftbus_input_plugin_test.cpp | 195 event.type = EventType::EVENT_CHANNEL_CLOSED;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dsoftbus_output_audio_test/ |
H A D | dsoftbus_output_audio_plugin_test.cpp | 165 event.type = EventType::EVENT_CHANNEL_CLOSED;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dsoftbus_output_test/ |
H A D | dsoftbus_output_plugin_test.cpp | 167 event.type = EventType::EVENT_CHANNEL_CLOSED;
|