Searched refs:best_connection (Results 1 – 7 of 7) sorted by relevance
518 if (ep1_ch1()->best_connection() && in Test()519 ep2_ch1()->best_connection()) { in Test()632 EXPECT_TRUE(ep1_ch1()->best_connection() && in TestSignalRoleConflict()633 ep2_ch1()->best_connection()); in TestSignalRoleConflict()722 return (ch && ch->best_connection()) ? in LocalCandidate()723 &ch->best_connection()->local_candidate() : NULL; in LocalCandidate()727 return (ch && ch->best_connection()) ? in RemoteCandidate()728 &ch->best_connection()->remote_candidate() : NULL; in RemoteCandidate()1135 if (info.best_connection) { in TEST_F()1170 const cricket::Connection* best_connection = NULL; in TEST_F() local[all …]
85 : best_connection(false), in ConnectionInfo()99 bool best_connection; // Is this the best connection we have? member
105 const Connection* best_connection() const { return best_connection_; } in best_connection() function
934 info.best_connection = (best_connection_ == connection); in GetStats()
614 {StatsReport::kStatsValueNameActiveConnection, info.best_connection}, in AddConnectionInfoReport()762 if (info.best_connection) { in ExtractSessionInfo()
2126 if (!it_info->best_connection) { in ReportBestConnectionState()
829 if (it->best_connection) { in ChannelWritable_w()