Searched refs:kProfile0 (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Dmanager_unittest.cc1009 const char kProfile0[] = "~user/profile0"; local
1014 ASSERT_EQ(Error::kSuccess, TestCreateProfile(&manager, kProfile0));
1018 EXPECT_EQ(Error::kSuccess, TestPushProfile(&manager, kProfile0));
1022 EXPECT_EQ(Error::kAlreadyExists, TestPushProfile(&manager, kProfile0));
1078 EXPECT_EQ(Error::kNotSupported, TestPopProfile(&manager, kProfile0));
1112 EXPECT_EQ(Error::kSuccess, TestPushProfile(&manager, kProfile0));
1124 EXPECT_EQ(Error::kSuccess, TestPushProfile(&manager, kProfile0));
1143 TestInsertUserProfile(&manager, kProfile0, kUserHash0));
1161 const char kProfile0[] = "profile0"; local
1164 FilePath(storage_path()), Profile::Identifier(kProfile0)));
1272 const char kProfile0[] = "profile0"; local
4453 const char kProfile0[] = "~user/profile0"; local
4550 const char kProfile0[] = "~user/profile0"; local
[all...]

Completed in 399 milliseconds