Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dprofile_unittest.cc426 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()
Dprofile.h54 kOpenExisting, enumerator
Dprofile.cc121 } else if (already_exists && storage_option != kOpenExisting && in InitStorage()
Dmanager.cc459 if (!default_profile->InitStorage(Profile::kOpenExisting, nullptr)) { in PushProfileInternal()
475 if (!profile->InitStorage(Profile::kOpenExisting, error)) { in PushProfileInternal()