Searched refs:NotifyIPConfigChanges (Results 1 – 5 of 5) sorted by relevance
88 MOCK_METHOD0(NotifyIPConfigChanges, void());
339 virtual void NotifyIPConfigChanges();
824 NotifyIPConfigChanges(); in SetConnection()827 void Service::NotifyIPConfigChanges() { in NotifyIPConfigChanges() function in shill::Service
2437 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()
1534 selected_service_->NotifyIPConfigChanges(); in SwitchDNSServers()