Home
last modified time | relevance | path

Searched refs:OnSoftbusStreamReceived (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/onstreamreceived_fuzzer/
H A Donstreamreceived_fuzzer.cpp51 …SoftbusChannelAdapter::GetInstance().OnSoftbusStreamReceived(sessionId, &streamData, &extData, &fr… in OnStreamReceivedFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dsoftbus_channel_adapter.h70 void OnSoftbusStreamReceived(int32_t sessionId, const StreamData *data, const StreamData *ext,
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp103 SoftbusChannelAdapter::GetInstance().OnSoftbusStreamReceived(sessionId, data, ext, frameInfo); in OnStreamReceived()
543 void SoftbusChannelAdapter::OnSoftbusStreamReceived(int32_t sessionId, const StreamData *data, in OnSoftbusStreamReceived() function in OHOS::DistributedHardware::SoftbusChannelAdapter