Home
last modified time | relevance | path

Searched refs:GetIPs (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dnetwork_unittest.cc497 EXPECT_EQ(changed_ip, network_to_change->GetIPs().at(0)); in TEST_F()
540 EXPECT_EQ(2U, (*it)->GetIPs().size()); in TEST_F()
541 EXPECT_NE((*it)->GetIPs().end(), in TEST_F()
542 std::find((*it)->GetIPs().begin(), in TEST_F()
543 (*it)->GetIPs().end(), in TEST_F()
545 EXPECT_NE((*it)->GetIPs().end(), in TEST_F()
546 std::find((*it)->GetIPs().begin(), in TEST_F()
547 (*it)->GetIPs().end(), in TEST_F()
551 EXPECT_EQ((*it)->GetIPs().end(), in TEST_F()
552 std::find((*it)->GetIPs().begin(), in TEST_F()
[all …]
Dnetwork.h331 const std::vector<InterfaceAddress>& GetIPs() const { return ips_;} in GetIPs() function
Dnetwork.cc261 const std::vector<InterfaceAddress>& addresses = network->GetIPs(); in MergeNetworkList()