Home
last modified time | relevance | path

Searched refs:GetPooledIceCredentials (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/p2p/base/
H A Dport_allocator.cc317 std::vector<IceParameters> PortAllocator::GetPooledIceCredentials() { in GetPooledIceCredentials() function in cricket::PortAllocator
H A Dport_allocator.h607 std::vector<IceParameters> GetPooledIceCredentials();
H A Dport_allocator_unittest.cc304 auto credentials = allocator_->GetPooledIceCredentials(); in TEST_F()
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_ice_unittest.cc1506 auto credentials = pc->port_allocator_->GetPooledIceCredentials(); in TEST_P()
1527 auto credentials = pc->port_allocator_->GetPooledIceCredentials(); in TEST_P()
H A Dsdp_offer_answer.cc3896 [this] { return port_allocator()->GetPooledIceCredentials(); }); in GetOptionsForOffer()
4159 [this] { return port_allocator()->GetPooledIceCredentials(); }); in GetOptionsForAnswer()