Home
last modified time | relevance | path

Searched refs:mock_profile (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_service_unittest.cc552 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
[all …]
/system/connectivity/shill/
Dservice_unittest.cc833 MockProfileRefPtr mock_profile( in TEST_F() local
836 service_->set_profile(mock_profile); in TEST_F()
839 EXPECT_CALL(*mock_profile, GetConstStorage()) in TEST_F()
841 EXPECT_CALL(*mock_profile, UpdateService(IsRefPtrTo(service_))); in TEST_F()
850 service_->set_profile(mock_profile); in TEST_F()
853 EXPECT_CALL(*mock_profile, GetConstStorage()).WillOnce(Return(nullptr)); in TEST_F()
2002 MockProfileRefPtr mock_profile( in TEST_F() local
2005 service_->set_profile(mock_profile); in TEST_F()
2008 EXPECT_CALL(*mock_profile, UpdateService(_)); in TEST_F()
2009 EXPECT_CALL(*mock_profile, GetConstStorage()) in TEST_F()
Dshill.gyp768 'mock_profile.cc',
Dmanager_unittest.cc868 scoped_refptr<MockProfile> mock_profile( in TEST_F() local
871 EXPECT_CALL(*mock_profile, GetRpcIdentifier()) in TEST_F()
873 AdoptProfile(manager(), mock_profile); in TEST_F()
877 EXPECT_EQ(mock_profile.get(), profile.get()); in TEST_F()