Searched refs:LoadAndFixupServiceEntries (Results 1 – 5 of 5) sorted by relevance
51 MOCK_METHOD1(LoadAndFixupServiceEntries, void(Profile* storage));
120 virtual void LoadAndFixupServiceEntries(Profile* profile);
197 void LoadAndFixupServiceEntries(Profile* profile) { in LoadAndFixupServiceEntries() function in shill::WiFiProviderTest198 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()
374 void WiFiProvider::LoadAndFixupServiceEntries(Profile* profile) { in LoadAndFixupServiceEntries() function in shill::WiFiProvider
1010 wifi_provider_->LoadAndFixupServiceEntries(profile); in OnProfileStorageInitialized()