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

/system/connectivity/shill/
H A Ddefault_profile.cc50 const char DefaultProfile::kDefaultId[] = "default";
52 const char DefaultProfile::kStorageId[] = "global";
54 const char DefaultProfile::kStorageArpGateway[] = "ArpGateway";
56 const char DefaultProfile::kStorageCheckPortalList[] = "CheckPortalList";
58 const char DefaultProfile::kStorageConnectionIdSalt[] = "ConnectionIdSalt";
60 const char DefaultProfile::kStorageHostName[] = "HostName";
62 const char DefaultProfile::kStorageIgnoredDNSSearchPaths[] =
65 const char DefaultProfile::kStorageLinkMonitorTechnologies[] =
68 const char DefaultProfile::kStorageName[] = "Name";
70 const char DefaultProfile
83 DefaultProfile::DefaultProfile(ControlInterface* control, function in class:shill::DefaultProfile
[all...]
H A Ddefault_profile.h39 class DefaultProfile : public Profile { class in namespace:shill
43 DefaultProfile(ControlInterface* control,
49 ~DefaultProfile() override;
100 DISALLOW_COPY_AND_ASSIGN(DefaultProfile);

Completed in 69 milliseconds