Home
last modified time | relevance | path

Searched refs:kCreateNew (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dprofile.h55 kCreateNew, enumerator
Dprofile_unittest.cc430 EXPECT_TRUE(ProfileInitStorage(id, Profile::kCreateNew, true, in TEST_F()
440 EXPECT_FALSE(ProfileInitStorage(id, Profile::kCreateNew, false, in TEST_F()
Dprofile.cc114 if (!already_exists && storage_option != kCreateNew && in InitStorage()
Dmanager.cc345 CHECK(default_profile->InitStorage(Profile::kCreateNew, nullptr)); in InitializeProfiles()
406 if (!profile->InitStorage(Profile::kCreateNew, error)) { in CreateProfile()