/system/connectivity/shill/ |
D | profile_unittest.cc | 53 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 …]
|
D | profile.cc | 58 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 …]
|
D | profile.h | 51 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);
|
D | mock_profile.cc | 32 : Profile(control, metrics, manager, Identifier("mock"), base::FilePath(), in MockProfile() 40 : Profile(control, metrics, manager, Identifier(identifier), in MockProfile()
|
D | refptr_types.h | 86 class Profile; variable 87 typedef scoped_refptr<const Profile> ProfileConstRefPtr; 88 typedef scoped_refptr<Profile> ProfileRefPtr;
|
D | manager.cc | 134 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 …]
|
D | default_profile.cc | 89 : Profile( in DefaultProfile() 173 if (Profile::ConfigureService(service)) { in ConfigureService() 216 return Profile::Save(); in Save()
|
D | shill-client.gyp | 21 'dbus_bindings/org.chromium.flimflam.Profile.dbus-xml', 43 '<(xml2cpp_in_dir)/org.chromium.flimflam.Profile.dbus-xml',
|
D | ephemeral_profile.h | 36 class EphemeralProfile : public Profile {
|
D | mock_control.cc | 42 Profile* /*profile*/) { in CreateProfileAdaptor() argument
|
D | nice_mock_control.cc | 47 Profile* /*profile*/) { in CreateProfileAdaptor() argument
|
D | ephemeral_profile.cc | 45 : Profile(control_interface, metrics, manager, Identifier(), in EphemeralProfile()
|
D | mock_profile.h | 29 class MockProfile : public Profile {
|
D | default_profile.h | 39 class DefaultProfile : public Profile {
|
D | control_interface.h | 35 class Profile; variable 100 virtual ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) = 0;
|
/system/connectivity/shill/dbus/ |
D | chromeos_profile_dbus_adaptor.h | 30 class Profile; variable 49 Profile* profile); 77 Profile* profile_;
|
D | chromeos_dbus_control.cc | 176 Profile* profile) { in CreateProfileAdaptor() 178 CreateAdaptor<Profile, ProfileAdaptorInterface, in CreateProfileAdaptor()
|
D | chromeos_profile_dbus_adaptor.cc | 47 Profile* profile) in ChromeosProfileDBusAdaptor()
|
/system/connectivity/shill/bin/ |
D | set_cellular_ppp | 40 IPROFILE=${FLIMFLAM}.Profile 43 PROFILE_PROPERTY=Profile
|
/system/bt/doc/ |
D | supported_features.md | 6 Protocol / Profile | Version | Roles
|
/system/connectivity/shill/wifi/ |
D | mock_wifi_provider.h | 51 MOCK_METHOD1(LoadAndFixupServiceEntries, void(Profile* storage));
|
/system/connectivity/shill/doc/ |
D | profile-api.txt | 25 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/ |
D | binder_control.h | 44 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
|
D | binder_control.cc | 113 ProfileAdaptorInterface* BinderControl::CreateProfileAdaptor(Profile* profile) { in CreateProfileAdaptor()
|
/system/sepolicy/ |
D | bluetooth.te | 49 # Bluetooth Sim Access Profile Socket to the RIL
|