Searched refs:GetIPs (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/base/ |
D | network_unittest.cc | 497 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 …]
|
D | network.h | 331 const std::vector<InterfaceAddress>& GetIPs() const { return ips_;} in GetIPs() function
|
D | network.cc | 261 const std::vector<InterfaceAddress>& addresses = network->GetIPs(); in MergeNetworkList()
|