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

/system/connectivity/shill/
H A Dmanager_unittest.cc1010 const char kProfile1[] = "~user/profile1"; local
1015 ASSERT_EQ(Error::kSuccess, TestCreateProfile(&manager, kProfile1));
1019 EXPECT_EQ(Error::kSuccess, TestPushProfile(&manager, kProfile1));
1023 EXPECT_EQ(Error::kAlreadyExists, TestPushProfile(&manager, kProfile1));
1027 EXPECT_EQ(kProfile1, "~" + manager.ActiveProfile()->GetFriendlyName());
1125 EXPECT_EQ(Error::kSuccess, TestPushProfile(&manager, kProfile1));
1145 TestInsertUserProfile(&manager, kProfile1, kUserHash1));
4454 const char kProfile1[] = "~user/profile1"; local
4460 manager.CreateProfile(kProfile1, &profile_rpc_path, &error);
4461 manager.PushProfile(kProfile1,
4551 const char kProfile1[] = "~user/profile1"; local
[all...]

Completed in 9 milliseconds