Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dipconfig_unittest.cc83 MOCK_METHOD1(OnIPConfigRefreshed, void(const IPConfigRefPtr& ipconfig));
188 Bind(&IPConfigTest::OnIPConfigRefreshed, Unretained(this))); in TEST_F()
194 EXPECT_CALL(*this, OnIPConfigRefreshed(ipconfig_)).Times(0); in TEST_F()
201 EXPECT_CALL(*this, OnIPConfigRefreshed(ipconfig_)).Times(0); in TEST_F()
208 EXPECT_CALL(*this, OnIPConfigRefreshed(ipconfig_)); in TEST_F()
215 EXPECT_CALL(*this, OnIPConfigRefreshed(ipconfig_)).Times(0); in TEST_F()
Ddevice.h504 void OnIPConfigRefreshed(const IPConfigRefPtr& ipconfig);
Ddevice.cc771 ipconfig_->RegisterRefreshCallback(Bind(&Device::OnIPConfigRefreshed, in AcquireIPConfigWithLeaseName()
1068 void Device::OnIPConfigRefreshed(const IPConfigRefPtr& ipconfig) { in OnIPConfigRefreshed() function in shill::Device