Searched defs:OnIPConfigUpdated (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/
H A Ddevice_unittest.cc202 void OnIPConfigUpdated(const IPConfigRefPtr& ipconfig) { function in class:shill::DeviceTest
203 device_->OnIPConfigUpdated(ipconfig, true);
828 OnIPConfigUpdated(ipconfig.get());
837 OnIPConfigUpdated(ipconfig.get());
1703 OnIPConfigUpdated(ipconfig.get());
1765 OnIPConfigUpdated(ipconfig.get());
1773 OnIPConfigUpdated(ipconfig.get());
H A Ddevice.cc767 ipconfig_->RegisterUpdateCallback(Bind(&Device::OnIPConfigUpdated,
814 dispatcher_->PostTask(Bind(&Device::OnIPConfigUpdated,
875 OnIPConfigUpdated(ipconfig_, true);
880 // OnIPConfigUpdated() when it completes.
993 void Device::OnIPConfigUpdated(const IPConfigRefPtr& ipconfig, function in class:shill::Device
/system/connectivity/shill/wifi/
H A Dwifi.cc2919 void WiFi::OnIPConfigUpdated(const IPConfigRefPtr& ipconfig, function in class:shill::WiFi
2921 Device::OnIPConfigUpdated(ipconfig, new_lease_acquired);

Completed in 81 milliseconds