Home
last modified time | relevance | path

Searched refs:SetOnRtpNotify (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/rtp/mock/
H A Dmock_rtp_unpack.h34 MOCK_METHOD(void, SetOnRtpNotify, (const OnRtpNotify &cb));
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_unpack.h55 virtual void SetOnRtpNotify(const OnRtpNotify &cb) = 0;
H A Drtp_unpack_impl.h34 void SetOnRtpNotify(const OnRtpNotify &cb) override;
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_unpack_impl.cpp72 void RtpUnpackImpl::SetOnRtpNotify(const OnRtpNotify &cb) in SetOnRtpNotify() function in OHOS::Sharing::RtpUnpackImpl
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_rtp_consumer.cpp203 rtpUnpacker_->SetOnRtpNotify(std::bind(&WfdRtpConsumer::OnRtpUnpackNotify, this, std::placeholders::_1)); in InitRtpUnpacker()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp1250 rtpUnpack->SetOnRtpNotify(f); in HWTEST_F()

Completed in 5 milliseconds