Home
last modified time | relevance | path

Searched refs:OpenSoftbusChannel (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dsoftbus_output_audio_test/
H A Ddsoftbus_output_audio_plugin_test.cpp178 Status ret = plugin->OpenSoftbusChannel();
182 ret = plugin->OpenSoftbusChannel();
186 ret = plugin->OpenSoftbusChannel();
190 ret = plugin->OpenSoftbusChannel();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output/
H A Ddsoftbus_output_plugin.cpp128 Status ret = OpenSoftbusChannel(); in Start()
195 Status DsoftbusOutputPlugin::OpenSoftbusChannel() in OpenSoftbusChannel() function in OHOS::DistributedHardware::DsoftbusOutputPlugin
203 …ret = SoftbusChannelAdapter::GetInstance().OpenSoftbusChannel(sessionName_, peerSessName, peerDevI… in OpenSoftbusChannel()
H A Ddsoftbus_output_plugin.h76 Status OpenSoftbusChannel();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output_audio/
H A Ddsoftbus_output_audio_plugin.cpp131 Status ret = OpenSoftbusChannel(); in Start()
192 Status DsoftbusOutputAudioPlugin::OpenSoftbusChannel() in OpenSoftbusChannel() function in OHOS::DistributedHardware::DsoftbusOutputAudioPlugin
200 …ret = SoftbusChannelAdapter::GetInstance().OpenSoftbusChannel(sessionName_, peerSessName, peerDevI… in OpenSoftbusChannel()
H A Ddsoftbus_output_audio_plugin.h72 Status OpenSoftbusChannel();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dsoftbus_output_test/
H A Ddsoftbus_output_plugin_test.cpp202 Status ret = plugin->OpenSoftbusChannel();
206 ret = plugin->OpenSoftbusChannel();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h46 int32_t OpenSoftbusChannel(const std::string &mySessName, const std::string &peerSessName,
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/
H A Dav_trans_control_center.cpp169 … ret = SoftbusChannelAdapter::GetInstance().OpenSoftbusChannel(AV_SYNC_SENDER_CONTROL_SESSION_NAME, in CreateControlChannel()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp504 …auto ret = SoftbusChannelAdapter::GetInstance().OpenSoftbusChannel(mySessName, peerSessName, peerD…
508 …ret = SoftbusChannelAdapter::GetInstance().OpenSoftbusChannel(mySessName, peerSessName, peerDevId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp144 …ret = SoftbusChannelAdapter::GetInstance().OpenSoftbusChannel(sessionName_, peerSessName, peerDevI… in CreateControlChannel()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp261 int32_t SoftbusChannelAdapter::OpenSoftbusChannel(const std::string &mySessName, const std::string … in OpenSoftbusChannel() function in OHOS::DistributedHardware::SoftbusChannelAdapter
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp145 …ret = SoftbusChannelAdapter::GetInstance().OpenSoftbusChannel(sessionName_, peerSessName, peerDevI… in CreateControlChannel()