/system/connectivity/shill/ |
D | mock_manager.h | 66 bool(const ProfileRefPtr& profile, 70 ServiceRefPtr(const ProfileRefPtr& profile, 74 ServiceRefPtr(const ProfileRefPtr& profile, 83 bool(const ProfileRefPtr& a, 84 const ProfileRefPtr& b));
|
D | provider_interface.h | 35 virtual void CreateServicesFromProfile(const ProfileRefPtr& profile) = 0; 62 const ProfileRefPtr& profile,
|
D | manager.h | 140 const ProfileRefPtr& ActiveProfile() const; 141 bool IsActiveProfile(const ProfileRefPtr& profile) const; 143 const ProfileRefPtr& destination); 144 ProfileRefPtr LookupProfileByRpcIdentifier(const std::string& profile_rpcid); 283 virtual bool HandleProfileEntryDeletion(const ProfileRefPtr& profile, 293 const ProfileRefPtr& profile, 300 const ProfileRefPtr& profile, 324 virtual bool IsProfileBefore(const ProfileRefPtr& a, 325 const ProfileRefPtr& b) const; 734 ProfileRefPtr profile, [all …]
|
D | profile_unittest.cc | 77 ProfileRefPtr profile( in ProfileInitStorage() 90 ProfileRefPtr profile_; 204 ProfileRefPtr profile(new Profile( in TEST_F() 218 ProfileRefPtr profile(new Profile( in TEST_F() 375 vector<ProfileRefPtr> profiles; in TEST_F() 410 ProfileRefPtr profile(new Profile( in TEST_F()
|
D | manager.cc | 389 ProfileRefPtr profile; in CreateProfile() 439 ProfileRefPtr profile; in PushProfileInternal() 541 ProfileRefPtr active_profile = profiles_.back(); in PopProfileInternal() 598 ProfileRefPtr active_profile = profiles_.back(); in PopProfile() 645 ProfileRefPtr profile; in RemoveProfile() 832 bool Manager::HandleProfileEntryDeletion(const ProfileRefPtr& profile, in HandleProfileEntryDeletion() 868 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in GetServiceWithStorageIdentifier() 882 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile() 974 bool Manager::IsProfileBefore(const ProfileRefPtr& a, in IsProfileBefore() 975 const ProfileRefPtr& b) const { in IsProfileBefore() [all …]
|
D | refptr_types.h | 88 typedef scoped_refptr<Profile> ProfileRefPtr; typedef
|
D | service.h | 461 const ProfileRefPtr& profile() const; 467 void SetProfile(const ProfileRefPtr& p); 471 void set_profile(const ProfileRefPtr& p); 874 ProfileRefPtr profile_;
|
D | profile.h | 190 const std::vector<ProfileRefPtr>& profiles);
|
D | profile.cc | 360 const vector<ProfileRefPtr>& profiles) { in SaveUserProfileList()
|
D | service.cc | 1184 const ProfileRefPtr& Service::profile() const { return profile_; } in profile() 1186 void Service::set_profile(const ProfileRefPtr& p) { profile_ = p; } in set_profile() 1188 void Service::SetProfile(const ProfileRefPtr& p) { in SetProfile()
|
D | manager_unittest.cc | 207 void AdoptProfile(Manager* manager, ProfileRefPtr profile) { in AdoptProfile() 215 ProfileRefPtr GetEphemeralProfile(Manager* manager) { in GetEphemeralProfile() 219 vector<ProfileRefPtr>& GetProfiles(Manager* manager) { in GetProfiles() 651 ProfileRefPtr profile(CreateProfileForManager(&manager)); in TEST_F() 701 ProfileRefPtr profile(CreateProfileForManager(&manager)); in TEST_F() 731 ProfileRefPtr profile(CreateProfileForManager(&manager)); in TEST_F() 839 ProfileRefPtr profile(new Profile( in TEST_F() 851 ProfileRefPtr profile( in TEST_F() 876 ProfileRefPtr profile = manager()->LookupProfileByRpcIdentifier(kProfileName); in TEST_F() 988 vector<ProfileRefPtr>& profiles = GetProfiles(&manager); in TEST_F()
|
/system/connectivity/shill/ethernet/ |
D | ethernet_eap_provider.h | 49 void CreateServicesFromProfile(const ProfileRefPtr& profile) override; 56 const ProfileRefPtr& profile,
|
D | ethernet_eap_provider.cc | 40 const ProfileRefPtr& profile) { in CreateServicesFromProfile() 67 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
|
/system/connectivity/shill/vpn/ |
D | vpn_provider.h | 50 void CreateServicesFromProfile(const ProfileRefPtr& profile) override; 57 const ProfileRefPtr& profile,
|
D | vpn_provider.cc | 191 void VPNProvider::CreateServicesFromProfile(const ProfileRefPtr& profile) { in CreateServicesFromProfile() 324 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
|
/system/connectivity/shill/wimax/ |
D | wimax_provider.h | 53 void CreateServicesFromProfile(const ProfileRefPtr& profile) override; 60 const ProfileRefPtr& profile,
|
D | wimax_provider.cc | 258 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile() 271 void WiMaxProvider::CreateServicesFromProfile(const ProfileRefPtr& profile) { in CreateServicesFromProfile()
|
/system/connectivity/shill/wifi/ |
D | mock_wifi_provider.h | 34 MOCK_METHOD1(CreateServicesFromProfile, void(const ProfileRefPtr& profile));
|
D | wifi_provider.h | 77 void CreateServicesFromProfile(const ProfileRefPtr& profile) override; 84 const ProfileRefPtr& profile,
|
D | wifi_provider.cc | 119 void WiFiProvider::CreateServicesFromProfile(const ProfileRefPtr& profile) { in CreateServicesFromProfile() 221 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
|
/system/connectivity/shill/cellular/ |
D | cellular_service_unittest.cc | 233 ProfileRefPtr profile(new NiceMock<MockProfile>( in TEST_F() 264 ProfileRefPtr profile(new NiceMock<MockProfile>( in TEST_F() 302 ProfileRefPtr profile(new NiceMock<MockProfile>( in TEST_F() 526 ProfileRefPtr profile(new NiceMock<MockProfile>(nullptr, nullptr, nullptr)); in TEST_F()
|
D | cellular_capability_classic_unittest.cc | 405 ProfileRefPtr profile(new NiceMock<MockProfile>( in TEST_F()
|