Home
last modified time | relevance | path

Searched refs:Profile (Results 1 – 25 of 37) sorted by relevance

12

/system/connectivity/shill/
Dprofile_unittest.cc53 Profile::Identifier id("rather", "irrelevant"); in ProfileTest()
54 profile_ = new Profile( in ProfileTest()
70 bool ProfileInitStorage(const Profile::Identifier& id, in ProfileInitStorage()
71 Profile::InitStorageOption storage_option, in ProfileInitStorage()
78 new Profile(control_interface(), mock_metrics_.get(), manager(), id, in ProfileInitStorage()
149 EXPECT_FALSE(Profile::IsValidIdentifierToken("")); in TEST_F()
150 EXPECT_FALSE(Profile::IsValidIdentifierToken(" ")); in TEST_F()
151 EXPECT_FALSE(Profile::IsValidIdentifierToken("-")); in TEST_F()
152 EXPECT_FALSE(Profile::IsValidIdentifierToken("~")); in TEST_F()
153 EXPECT_FALSE(Profile::IsValidIdentifierToken("_")); in TEST_F()
[all …]
Dprofile.cc58 const char Profile::kUserProfileListPathname[] =
61 Profile::Profile(ControlInterface* control_interface, in Profile() function in shill::Profile
83 &Profile::EnumerateAvailableServices); in Profile()
84 HelpRegisterConstDerivedStrings(kEntriesProperty, &Profile::EnumerateEntries); in Profile()
107 Profile::~Profile() {} in ~Profile()
109 bool Profile::InitStorage(InitStorageOption storage_option, Error* error) { in InitStorage()
156 void Profile::InitStubStorage() { in InitStubStorage()
160 bool Profile::RemoveStorage(Error* error) { in RemoveStorage()
175 string Profile::GetFriendlyName() { in GetFriendlyName()
179 string Profile::GetRpcIdentifier() { in GetRpcIdentifier()
[all …]
Dprofile.h51 class Profile : public base::RefCounted<Profile> {
74 Profile(ControlInterface* control_interface,
81 virtual ~Profile();
245 Strings(Profile::*get)(Error* error));
265 DISALLOW_COPY_AND_ASSIGN(Profile);
Dmock_profile.cc32 : Profile(control, metrics, manager, Identifier("mock"), base::FilePath(), in MockProfile()
40 : Profile(control, metrics, manager, Identifier(identifier), in MockProfile()
Drefptr_types.h86 class Profile; variable
87 typedef scoped_refptr<const Profile> ProfileConstRefPtr;
88 typedef scoped_refptr<Profile> ProfileRefPtr;
Dmanager.cc134 user_profile_list_path_(FilePath(Profile::kUserProfileListPathname)), in Manager()
344 if (!default_profile->InitStorage(Profile::kCreateOrOpenExisting, nullptr)) in InitializeProfiles()
345 CHECK(default_profile->InitStorage(Profile::kCreateNew, nullptr)); in InitializeProfiles()
356 vector<Profile::Identifier> identifiers = in InitializeProfiles()
357 Profile::LoadUserProfileList(user_profile_list_path_); in InitializeProfiles()
362 Profile::Identifier default_profile_id; in InitializeProfiles()
363 CHECK(Profile::ParseIdentifier( in InitializeProfiles()
376 Profile::Identifier ident; in CreateProfile()
377 if (!Profile::ParseIdentifier(name, &ident)) { in CreateProfile()
398 profile = new Profile(control_interface_, in CreateProfile()
[all …]
Ddefault_profile.cc89 : Profile( in DefaultProfile()
173 if (Profile::ConfigureService(service)) { in ConfigureService()
216 return Profile::Save(); in Save()
Dshill-client.gyp21 'dbus_bindings/org.chromium.flimflam.Profile.dbus-xml',
43 '<(xml2cpp_in_dir)/org.chromium.flimflam.Profile.dbus-xml',
Dephemeral_profile.h36 class EphemeralProfile : public Profile {
Dmock_control.cc42 Profile* /*profile*/) { in CreateProfileAdaptor() argument
Dnice_mock_control.cc47 Profile* /*profile*/) { in CreateProfileAdaptor() argument
Dephemeral_profile.cc45 : Profile(control_interface, metrics, manager, Identifier(), in EphemeralProfile()
Dmock_profile.h29 class MockProfile : public Profile {
Ddefault_profile.h39 class DefaultProfile : public Profile {
Dcontrol_interface.h35 class Profile; variable
100 virtual ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) = 0;
/system/connectivity/shill/dbus/
Dchromeos_profile_dbus_adaptor.h30 class Profile; variable
49 Profile* profile);
77 Profile* profile_;
Dchromeos_dbus_control.cc176 Profile* profile) { in CreateProfileAdaptor()
178 CreateAdaptor<Profile, ProfileAdaptorInterface, in CreateProfileAdaptor()
Dchromeos_profile_dbus_adaptor.cc47 Profile* profile) in ChromeosProfileDBusAdaptor()
/system/connectivity/shill/bin/
Dset_cellular_ppp40 IPROFILE=${FLIMFLAM}.Profile
43 PROFILE_PROPERTY=Profile
/system/bt/doc/
Dsupported_features.md6 Protocol / Profile | Version | Roles
/system/connectivity/shill/wifi/
Dmock_wifi_provider.h51 MOCK_METHOD1(LoadAndFixupServiceEntries, void(Profile* storage));
/system/connectivity/shill/doc/
Dprofile-api.txt25 not report a "Profile" property. When saved, by default they end
28 If the "Profile" property is set on a servie, it will be re-parented
39 Profile hierarchy
43 Interface org.chromium.flimflam.Profile
/system/connectivity/shill/binder/
Dbinder_control.h44 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
Dbinder_control.cc113 ProfileAdaptorInterface* BinderControl::CreateProfileAdaptor(Profile* profile) { in CreateProfileAdaptor()
/system/sepolicy/
Dbluetooth.te49 # Bluetooth Sim Access Profile Socket to the RIL

12