Home | History | Annotate | Download | only in wifi

Lines Matching full:mock_profile

45 #include "shill/mock_profile.h"
552 scoped_refptr<MockProfile> mock_profile(
554 wifi_service->set_profile(mock_profile);
1083 scoped_refptr<MockProfile> mock_profile(
1085 service->set_profile(mock_profile);
1087 EXPECT_CALL(*mock_profile, GetConstStorage()).Times(0);
1092 EXPECT_CALL(*mock_profile, UpdateService(_)).Times(0);
1098 Mock::VerifyAndClearExpectations(mock_profile.get());
1104 service->set_profile(mock_profile);
1105 EXPECT_CALL(*mock_profile, GetConstStorage()).Times(0);
2033 scoped_refptr<MockProfile> mock_profile(
2035 service->set_profile(mock_profile);