Searched refs:selected_connection (Results 1 – 9 of 9) sorted by relevance
632 if (ep1_ch1()->selected_connection() && ep2_ch1()->selected_connection()) { in Test()737 EXPECT_TRUE(ep1_ch1()->selected_connection() && in TestSignalRoleConflict()738 ep2_ch1()->selected_connection()); in TestSignalRoleConflict()888 return (ch && ch->selected_connection()) in LocalCandidate()889 ? &ch->selected_connection()->local_candidate() in LocalCandidate()893 return (ch && ch->selected_connection()) in RemoteCandidate()894 ? &ch->selected_connection()->remote_candidate() in RemoteCandidate()1486 ASSERT_TRUE_WAIT(ep2_ch1()->selected_connection() != nullptr, kMediumTimeout); in TEST_F()1493 const Connection* selected_connection = nullptr; in TEST_F() local1495 (selected_connection = ep1_ch1()->selected_connection()) != nullptr, in TEST_F()[all …]
109 virtual void SetSelectedConnection(const Connection* selected_connection) = 0;
68 const Connection* selected_connection() const override { return nullptr; } in selected_connection() function
32 void SetSelectedConnection(const Connection* selected_connection) override;
271 virtual const Connection* selected_connection() const = 0;
73 const Connection* selected_connection) { in SetSelectedConnection() argument74 selected_connection_ = selected_connection; in SetSelectedConnection()
216 const Connection* selected_connection() const override { return nullptr; } in selected_connection() function
141 const Connection* selected_connection() const override;
794 const Connection* P2PTransportChannel::selected_connection() const { in selected_connection() function in cricket::P2PTransportChannel