Home
last modified time | relevance | path

Searched defs:GetDataChannelStats (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_internal.h149 virtual std::vector<DataChannelStats> GetDataChannelStats() const { in GetDataChannelStats() function
H A Ddata_channel_controller.cc212 std::vector<DataChannelStats> DataChannelController::GetDataChannelStats() in GetDataChannelStats() function in webrtc::DataChannelController
H A Dpeer_connection.cc2289 std::vector<DataChannelStats> PeerConnection::GetDataChannelStats() const { in GetDataChannelStats() function in webrtc::PeerConnection
/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_peer_connection_for_stats.h360 std::vector<DataChannelStats> GetDataChannelStats() const override { in GetDataChannelStats() function