Home | History | Annotate | Download | only in shill

Lines Matching full:profile2

1030   const char kProfile2Id[] = "profile2";
3067 MockProfile* profile2 =
3071 AdoptProfile(manager(), profile2); // Passes ownership.
3075 EXPECT_CALL(*profile2, UpdateDevice(device_ref)).WillOnce(Return(false));
4363 scoped_refptr<MockProfile> profile2(
4366 EXPECT_TRUE(manager()->IsProfileBefore(profile0, profile2));
4367 EXPECT_TRUE(manager()->IsProfileBefore(profile1, profile2));
4368 EXPECT_FALSE(manager()->IsProfileBefore(profile2, profile0));
4369 EXPECT_FALSE(manager()->IsProfileBefore(profile2, profile1));
4383 scoped_refptr<MockProfile> profile2(
4389 AdoptProfile(manager(), profile2);
4399 EXPECT_CALL(*profile2, GetConstStorage()).WillOnce(Return(&storage2));
4416 EXPECT_CALL(*profile2, GetRpcIdentifier()).WillOnce(Return(kProfileRpc2));
4552 const char kProfile2[] = "~user/profile2";