Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state_unittest.cc1665 StrictMock<MockExcluder> mock_excluder; in TEST() local
1667 .WillOnce(Return(&mock_excluder)); in TEST()
1695 StrictMock<MockExcluder> mock_excluder; in TEST() local
1697 .WillOnce(Return(&mock_excluder)); in TEST()
1710 EXPECT_CALL(mock_excluder, Exclude(_)).Times(0); in TEST()
1717 StrictMock<MockExcluder> mock_excluder; in TEST() local
1719 .WillOnce(Return(&mock_excluder)); in TEST()
1732 EXPECT_CALL(mock_excluder, Exclude(utils::GetExclusionName("http://test1a"))) in TEST()
1740 StrictMock<MockExcluder> mock_excluder; in TEST() local
1742 .WillOnce(Return(&mock_excluder)); in TEST()
[all …]