Searched refs:DefaultProfile (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/ |
D | default_profile_unittest.cc | 68 : profile_(new DefaultProfile(control_interface(), in DefaultProfileTest() 72 DefaultProfile::kDefaultId, in DefaultProfileTest() 88 scoped_refptr<DefaultProfile> profile_; 135 EXPECT_CALL(*storage.get(), SetBool(DefaultProfile::kStorageId, in TEST_F() 136 DefaultProfile::kStorageArpGateway, in TEST_F() 139 EXPECT_CALL(*storage.get(), SetString(DefaultProfile::kStorageId, in TEST_F() 140 DefaultProfile::kStorageName, in TEST_F() 141 DefaultProfile::kDefaultId)) in TEST_F() 143 EXPECT_CALL(*storage.get(), SetString(DefaultProfile::kStorageId, in TEST_F() 144 DefaultProfile::kStorageHostName, in TEST_F() [all …]
|
D | default_profile.cc | 50 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::kStorageNoAutoConnectTechnologies[] = [all …]
|
D | default_profile.h | 39 class DefaultProfile : public Profile { 43 DefaultProfile(ControlInterface* control, 49 ~DefaultProfile() override; 100 DISALLOW_COPY_AND_ASSIGN(DefaultProfile);
|
D | manager.cc | 335 scoped_refptr<DefaultProfile> in InitializeProfiles() 336 default_profile(new DefaultProfile(control_interface_, in InitializeProfiles() 340 DefaultProfile::kDefaultId, in InitializeProfiles() 364 DefaultProfile::kDefaultId, &default_profile_id)); in InitializeProfiles() 391 profile = new DefaultProfile(control_interface_, in CreateProfile() 452 scoped_refptr<DefaultProfile> in PushProfileInternal() 453 default_profile(new DefaultProfile(control_interface_, in PushProfileInternal() 647 profile = new DefaultProfile(control_interface_, in RemoveProfile() 1495 void Manager::LoadProperties(const scoped_refptr<DefaultProfile>& profile) { in LoadProperties()
|
D | manager.h | 58 class DefaultProfile; variable 690 void LoadProperties(const scoped_refptr<DefaultProfile>& profile);
|