Searched refs:kOpenExisting (Results 1 – 4 of 4) sorted by relevance
/system/connectivity/shill/ |
D | profile_unittest.cc | 426 EXPECT_FALSE(ProfileInitStorage(id, Profile::kOpenExisting, false, in TEST_F() 436 EXPECT_TRUE(ProfileInitStorage(id, Profile::kOpenExisting, false, in TEST_F() 450 ASSERT_FALSE(ProfileInitStorage(id2, Profile::kOpenExisting, false, in TEST_F() 469 EXPECT_FALSE(ProfileInitStorage(id, Profile::kOpenExisting, false, in TEST_F() 475 ASSERT_FALSE(ProfileInitStorage(id, Profile::kOpenExisting, false, in TEST_F()
|
D | profile.h | 54 kOpenExisting, enumerator
|
D | profile.cc | 121 } else if (already_exists && storage_option != kOpenExisting && in InitStorage()
|
D | manager.cc | 459 if (!default_profile->InitStorage(Profile::kOpenExisting, nullptr)) { in PushProfileInternal() 475 if (!profile->InitStorage(Profile::kOpenExisting, error)) { in PushProfileInternal()
|