Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmock_wifi_provider.h51 MOCK_METHOD1(LoadAndFixupServiceEntries, void(Profile* storage));
Dwifi_provider.h120 virtual void LoadAndFixupServiceEntries(Profile* profile);
Dwifi_provider_unittest.cc197 void LoadAndFixupServiceEntries(Profile* profile) { in LoadAndFixupServiceEntries() function in shill::WiFiProviderTest
198 provider_.LoadAndFixupServiceEntries(profile); in LoadAndFixupServiceEntries()
424 LoadAndFixupServiceEntries(default_profile_.get()); in LoadConnectCountByFrequency()
1593 LoadAndFixupServiceEntries(default_profile_.get()); in TEST_F()
1613 LoadAndFixupServiceEntries(user_profile_.get()); in TEST_F()
1638 LoadAndFixupServiceEntries(default_profile_.get()); in TEST_F()
1804 LoadAndFixupServiceEntries(default_profile_.get()); in TEST_F()
Dwifi_provider.cc374 void WiFiProvider::LoadAndFixupServiceEntries(Profile* profile) { in LoadAndFixupServiceEntries() function in shill::WiFiProvider
/system/connectivity/shill/
Dmanager.cc1010 wifi_provider_->LoadAndFixupServiceEntries(profile); in OnProfileStorageInitialized()