Searched defs:Profile (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dprofile.h51 class Profile : public base::RefCounted<Profile> { class in namespace:shill
74 Profile(ControlInterface* control_interface,
81 virtual ~Profile();
83 // Set up persistent storage for this Profile.
87 // Set up stub storage for this Profile. The data will NOT be
91 // Remove the persistent storage for this Profile. It is an error to
192 // Returns whether |name| matches this Profile's |name_|.
213 // Returns the persistent store file path for a Profile with the
216 // instantiate a Profile
[all...]
H A Dprofile.cc58 const char Profile::kUserProfileListPathname[] =
61 Profile::Profile(ControlInterface* control_interface, function in class:shill::Profile
83 &Profile::EnumerateAvailableServices);
84 HelpRegisterConstDerivedStrings(kEntriesProperty, &Profile::EnumerateEntries);
87 // Subtle: Profile is only directly instantiated for user
89 // |name.user|. So we want to CHECK here. But Profile is also the
96 // we really are destined to be a user Profile. In the latter
107 Profile::~Profile() {}
[all...]

Completed in 47 milliseconds