Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager_unittest.cc1031 const string kProfile2 = base::StringPrintf("~user/%s", kProfile2Id); in TEST_F() local
1032 EXPECT_EQ(Error::kNotFound, TestPushProfile(&manager, kProfile2)); in TEST_F()
1059 EXPECT_EQ(Error::kSuccess, TestPushProfile(&manager, kProfile2)); in TEST_F()
1061 EXPECT_EQ(kProfile2, "~" + service->profile()->GetFriendlyName()); in TEST_F()
1085 EXPECT_EQ(kProfile2, "~" + service->profile()->GetFriendlyName()); in TEST_F()
4552 const char kProfile2[] = "~user/profile2"; in TEST_F() local
4556 TestCreateProfile(manager.get(), kProfile2); in TEST_F()
4565 TestInsertUserProfile(manager.get(), kProfile2, "very-random-string"); in TEST_F()
4568 TestPopProfile(manager.get(), kProfile2); in TEST_F()