Searched refs:transport_id (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | statscollector.cc | 309 const StatsReport::Id& transport_id, in ExtractStatsFromList() argument 316 StatsReport* report = collector->PrepareReport(true, ssrc, transport_id, in ExtractStatsFromList() 322 report = collector->PrepareReport(false, ssrc, transport_id, direction); in ExtractStatsFromList() 496 const StatsReport::Id& transport_id, in PrepareReport() argument 531 report->AddId(StatsReport::kStatsValueNameTransportId, transport_id); in PrepareReport() 788 StatsReport::Id transport_id(GetTransportIdFromProxy( in ExtractVoiceInfo() local 790 if (!transport_id.get()) { in ExtractVoiceInfo() 796 ExtractStatsFromList(voice_info.receivers, transport_id, this, in ExtractVoiceInfo() 798 ExtractStatsFromList(voice_info.senders, transport_id, this, in ExtractVoiceInfo() 821 StatsReport::Id transport_id(GetTransportIdFromProxy( in ExtractVideoInfo() local [all …]
|
D | statscollector.h | 95 const StatsReport::Id& transport_id,
|
D | statscollector_unittest.cc | 1079 std::string transport_id = ExtractStatsValue( in TEST_F() local 1083 ASSERT_NE(kNotFound, transport_id); in TEST_F() 1088 size_t index = transport_id.find('-'); in TEST_F() 1090 std::string content = transport_id.substr(index + 1); in TEST_F() 1095 ASSERT_EQ(transport_id, id->ToString()); in TEST_F()
|