Home
last modified time | relevance | path

Searched refs:EVENT_CHANNEL_CLOSED (Results 1 - 25 of 41) sorted by relevance

12

/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_event.h36 EVENT_CHANNEL_CLOSED, member
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_event.h36 EVENT_CHANNEL_CLOSED, member
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Dav_sender_engine_adapter_test.cpp214 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
228 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregionmgr_test.cpp113 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
H A Dav_receiver_engine_adapter_test.cpp175 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/src/
H A Dav_receiver_engine_adapter.cpp146 case EventType::EVENT_CHANNEL_CLOSED: in OnReceiverEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/test/unittest/av_sender_engine_provider/src/
H A Dav_sender_engine_provider_test.cpp101 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine_provider.cpp89 if ((event.type == EventType::EVENT_CHANNEL_OPENED) || (event.type == EventType::EVENT_CHANNEL_CLOSED)) { in OnChannelEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest/av_receiver_engine_provider/src/
H A Dav_receiver_engine_provider_test.cpp101 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine_provider.cpp92 if ((event.type == EventType::EVENT_CHANNEL_OPENED) || (event.type == EventType::EVENT_CHANNEL_CLOSED)) { in OnChannelEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_types.h142 EVENT_CHANNEL_CLOSED = 2, member
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dav_receiver_engine_adapter.cpp158 case EventType::EVENT_CHANNEL_CLOSED: in OnReceiverEvent()
H A Dscreenregionmgr.cpp191 } else if (event.type == EventType::EVENT_CHANNEL_CLOSED) { in OnProviderEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/
H A Dav_trans_control_center.cpp255 case EventType::EVENT_CHANNEL_CLOSED: in OnChannelEvent()
275 if (event.type == EventType::EVENT_CHANNEL_CLOSED) { in HandleChannelEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input_audio/
H A Ddsoftbus_input_audio_plugin.cpp226 case EventType::EVENT_CHANNEL_CLOSED: { in OnChannelEvent()
227 eventsCb_->OnEvent({PluginEventType::EVENT_CHANNEL_CLOSED}); in OnChannelEvent()
/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/src/
H A Dav_sender_engine_adapter.cpp159 case EventType::EVENT_CHANNEL_CLOSED: in OnSenderEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output_audio/
H A Ddsoftbus_output_audio_plugin.cpp232 case EventType::EVENT_CHANNEL_CLOSED: { in OnChannelEvent()
233 eventsCb_->OnEvent({PluginEventType::EVENT_CHANNEL_CLOSED}); in OnChannelEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output/
H A Ddsoftbus_output_plugin.cpp235 case EventType::EVENT_CHANNEL_CLOSED: { in OnChannelEvent()
236 eventsCb_->OnEvent({PluginEventType::EVENT_CHANNEL_CLOSED}); in OnChannelEvent()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/
H A Dav_trans_control_center_test.cpp324 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
467 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input/
H A Ddsoftbus_input_plugin.cpp242 case EventType::EVENT_CHANNEL_CLOSED: { in OnChannelEvent()
243 eventsCb_->OnEvent({PluginEventType::EVENT_CHANNEL_CLOSED}); in OnChannelEvent()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Dav_sender_engine_adapter.cpp248 case EventType::EVENT_CHANNEL_CLOSED: { in OnSenderEvent()
/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.cpp277 event.type = PluginEventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
H A Ddaudio_sink_manager_test.cpp279 AVTransEvent event2 = { EventType::EVENT_CHANNEL_CLOSED, "", ""}; in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/dsoftbus_input_audio_test/
H A Ddsoftbus_input_audio_plugin_test.cpp191 AVTransEvent event2 {EventType::EVENT_CHANNEL_CLOSED, "", ""}; in HWTEST_F() member in OHOS::DistributedHardware::EventType
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/dsoftbus_input_test/
H A Ddsoftbus_input_plugin_test.cpp195 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()

Completed in 12 milliseconds

12