Lines Matching refs:mock_profile
552 scoped_refptr<MockProfile> mock_profile( in TEST_F() local
554 wifi_service->set_profile(mock_profile); in TEST_F()
1083 scoped_refptr<MockProfile> mock_profile( in TEST_F() local
1085 service->set_profile(mock_profile); in TEST_F()
1087 EXPECT_CALL(*mock_profile, GetConstStorage()).Times(0); in TEST_F()
1092 EXPECT_CALL(*mock_profile, UpdateService(_)).Times(0); in TEST_F()
1098 Mock::VerifyAndClearExpectations(mock_profile.get()); in TEST_F()
1104 service->set_profile(mock_profile); in TEST_F()
1105 EXPECT_CALL(*mock_profile, GetConstStorage()).Times(0); in TEST_F()
2033 scoped_refptr<MockProfile> mock_profile( in TEST_F() local
2035 service->set_profile(mock_profile); in TEST_F()