Home
last modified time | relevance | path

Searched refs:ProfileRefPtr (Results 1 – 22 of 22) sorted by relevance

/system/connectivity/shill/
Dmock_manager.h66 bool(const ProfileRefPtr& profile,
70 ServiceRefPtr(const ProfileRefPtr& profile,
74 ServiceRefPtr(const ProfileRefPtr& profile,
83 bool(const ProfileRefPtr& a,
84 const ProfileRefPtr& b));
Dprovider_interface.h35 virtual void CreateServicesFromProfile(const ProfileRefPtr& profile) = 0;
62 const ProfileRefPtr& profile,
Dmanager.h140 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 …]
Dprofile_unittest.cc77 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()
Dmanager.cc389 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 …]
Drefptr_types.h88 typedef scoped_refptr<Profile> ProfileRefPtr; typedef
Dservice.h461 const ProfileRefPtr& profile() const;
467 void SetProfile(const ProfileRefPtr& p);
471 void set_profile(const ProfileRefPtr& p);
874 ProfileRefPtr profile_;
Dprofile.h190 const std::vector<ProfileRefPtr>& profiles);
Dprofile.cc360 const vector<ProfileRefPtr>& profiles) { in SaveUserProfileList()
Dservice.cc1184 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()
Dmanager_unittest.cc207 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/
Dethernet_eap_provider.h49 void CreateServicesFromProfile(const ProfileRefPtr& profile) override;
56 const ProfileRefPtr& profile,
Dethernet_eap_provider.cc40 const ProfileRefPtr& profile) { in CreateServicesFromProfile()
67 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
/system/connectivity/shill/vpn/
Dvpn_provider.h50 void CreateServicesFromProfile(const ProfileRefPtr& profile) override;
57 const ProfileRefPtr& profile,
Dvpn_provider.cc191 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/
Dwimax_provider.h53 void CreateServicesFromProfile(const ProfileRefPtr& profile) override;
60 const ProfileRefPtr& profile,
Dwimax_provider.cc258 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/
Dmock_wifi_provider.h34 MOCK_METHOD1(CreateServicesFromProfile, void(const ProfileRefPtr& profile));
Dwifi_provider.h77 void CreateServicesFromProfile(const ProfileRefPtr& profile) override;
84 const ProfileRefPtr& profile,
Dwifi_provider.cc119 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/
Dcellular_service_unittest.cc233 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()
Dcellular_capability_classic_unittest.cc405 ProfileRefPtr profile(new NiceMock<MockProfile>( in TEST_F()