Home
last modified time | relevance | path

Searched refs:NotifyIPConfigChanges (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dmock_service.h88 MOCK_METHOD0(NotifyIPConfigChanges, void());
Dservice.h339 virtual void NotifyIPConfigChanges();
Dservice.cc824 NotifyIPConfigChanges(); in SetConnection()
827 void Service::NotifyIPConfigChanges() { in NotifyIPConfigChanges() function in shill::Service
Ddevice_unittest.cc2437 EXPECT_CALL(*service_.get(), NotifyIPConfigChanges()).Times(0); in TEST_F()
2473 EXPECT_CALL(*service_.get(), NotifyIPConfigChanges()).Times(1); in TEST_F()
2519 EXPECT_CALL(*service_.get(), NotifyIPConfigChanges()).Times(1); in TEST_F()
Ddevice.cc1534 selected_service_->NotifyIPConfigChanges(); in SwitchDNSServers()