Home
last modified time | relevance | path

Searched refs:OnIPConfigUpdated (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/
Dipconfig_unittest.cc80 MOCK_METHOD2(OnIPConfigUpdated,
184 Bind(&IPConfigTest::OnIPConfigUpdated, Unretained(this))); in TEST_F()
192 EXPECT_CALL(*this, OnIPConfigUpdated(ipconfig_, true)); in TEST_F()
199 EXPECT_CALL(*this, OnIPConfigUpdated(ipconfig_, true)).Times(0); in TEST_F()
206 EXPECT_CALL(*this, OnIPConfigUpdated(ipconfig_, true)).Times(0); in TEST_F()
213 EXPECT_CALL(*this, OnIPConfigUpdated(ipconfig_, true)).Times(0); in TEST_F()
Dvirtual_device.cc81 OnIPConfigUpdated(ipconfig(), true); in UpdateIPConfig()
Ddevice.cc767 ipconfig_->RegisterUpdateCallback(Bind(&Device::OnIPConfigUpdated, in AcquireIPConfigWithLeaseName()
814 dispatcher_->PostTask(Bind(&Device::OnIPConfigUpdated, in AssignIPConfig()
875 OnIPConfigUpdated(ipconfig_, true); in ConfigureStaticIPTask()
993 void Device::OnIPConfigUpdated(const IPConfigRefPtr& ipconfig, in OnIPConfigUpdated() function in shill::Device
Ddevice_unittest.cc202 void OnIPConfigUpdated(const IPConfigRefPtr& ipconfig) { in OnIPConfigUpdated() function in shill::DeviceTest
203 device_->OnIPConfigUpdated(ipconfig, true); in OnIPConfigUpdated()
828 OnIPConfigUpdated(ipconfig.get()); in TEST_F()
837 OnIPConfigUpdated(ipconfig.get()); in TEST_F()
1703 OnIPConfigUpdated(ipconfig.get()); in TEST_F()
1765 OnIPConfigUpdated(ipconfig.get()); in TEST_F()
1773 OnIPConfigUpdated(ipconfig.get()); in TEST_F()
Ddevice.h493 virtual void OnIPConfigUpdated(const IPConfigRefPtr& ipconfig,
/system/connectivity/shill/wifi/
Dwifi.h578 void OnIPConfigUpdated(const IPConfigRefPtr& ipconfig,
Dwifi.cc2919 void WiFi::OnIPConfigUpdated(const IPConfigRefPtr& ipconfig, in OnIPConfigUpdated() function in shill::WiFi
2921 Device::OnIPConfigUpdated(ipconfig, new_lease_acquired); in OnIPConfigUpdated()
Dwifi_unittest.cc1045 wifi_->OnIPConfigUpdated(dhcp_config_, true); in ReportIPConfigComplete()
1048 wifi_->OnIPConfigUpdated(dhcp_config_, false); in ReportIPConfigCompleteGatewayArpReceived()