Home | History | Annotate | Download | only in wifi

Lines Matching refs:Profile

42 #include "shill/profile.h"
119 void WiFiProvider::CreateServicesFromProfile(const ProfileRefPtr& profile) {
120 const StoreInterface* storage = profile->GetConstStorage();
151 // will be loaded from the profile into the service via ConfigureService().
159 // of opening the profile, we should initiate a WiFi scan, which will
169 // Only report service source metrics when a user profile is pushed.
171 // default profile and user profiles.
172 if (!profile->IsDefault()) {
221 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) {
226 if (!GetServiceParametersFromStorage(profile->GetConstStorage(),
325 // Keep services around if they are in a profile or have remaining
374 void WiFiProvider::LoadAndFixupServiceEntries(Profile* profile) {
375 CHECK(profile);
376 StoreInterface* storage = profile->GetStorage();
377 bool is_default_profile = profile->IsDefault();
392 // default profile except for autotests where a test_profile is pushed. This
529 s->profile()->IsDefault();
543 !s->profile()->IsDefault();