Searched refs:SendBytesData (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
H A D | softbus_channel_adapter.h | 50 …int32_t SendBytesData(const std::string &sessName, const std::string &peerDevId, const std::string…
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ |
H A D | av_trans_control_center.cpp | 227 …return SoftbusChannelAdapter::GetInstance().SendBytesData(sessionName_, message->dstDevId_, msgDat… in SendMessage()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/ |
H A D | daudio_input_test.cpp | 519 auto ret = SoftbusChannelAdapter::GetInstance().SendBytesData(sessName, peerDevId, data); 524 ret = SoftbusChannelAdapter::GetInstance().SendBytesData(sessName, peerDevId, data);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/ |
H A D | av_receiver_engine.cpp | 538 …return SoftbusChannelAdapter::GetInstance().SendBytesData(sessionName_, message->dstDevId_, msgDat… in SendMessage()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | softbus_channel_adapter.cpp | 333 int32_t SoftbusChannelAdapter::SendBytesData(const std::string& sessName, const std::string &peerDe… in SendBytesData() function in OHOS::DistributedHardware::SoftbusChannelAdapter
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/ |
H A D | av_sender_engine.cpp | 589 …return SoftbusChannelAdapter::GetInstance().SendBytesData(sessionName_, message->dstDevId_, msgDat… in SendMessage()
|