Home
last modified time | relevance | path

Searched refs:GetExpectedPackets (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp_context.h61 virtual size_t GetExpectedPackets() const in GetExpectedPackets() function in OHOS::Sharing::RtcpContext
106 size_t GetExpectedPackets() const override;
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp219 size_t RtcpReceiverContext::GetExpectedPackets() const in GetExpectedPackets() function in OHOS::Sharing::RtcpReceiverContext
226 auto expected = GetExpectedPackets(); in GetExpectedPacketsInterval()
234 return GetExpectedPackets() - packets_; in GetLost()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/
H A Drtcp_unit_test.cpp168 auto ret = context->GetExpectedPackets(); in HWTEST_F()

Completed in 2 milliseconds