Searched refs:manager_proxy_mock (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/update_manager/ |
D | real_shill_provider_unittest.cc | 71 ManagerProxyMock* manager_proxy_mock = fake_shill_proxy_->GetManagerProxy(); in SetUp() local 75 manager_property_changed_, *manager_proxy_mock, PropertyChanged); in SetUp() 218 ManagerProxyMock* manager_proxy_mock = fake_shill_proxy_->GetManagerProxy(); in SetManagerReply() local 220 EXPECT_CALL(*manager_proxy_mock, GetProperties(_, _, _)) in SetManagerReply() 234 EXPECT_CALL(*manager_proxy_mock, GetProperties(_, _, _)) in SetManagerReply() 291 ManagerProxyMock* manager_proxy_mock = fake_shill_proxy_->GetManagerProxy(); in TEST_F() local 294 EXPECT_CALL(*manager_proxy_mock, GetProperties(_, _, _)) in TEST_F()
|
/system/update_engine/ |
D | connection_manager_unittest.cc | 93 ManagerProxyMock* manager_proxy_mock = fake_shill_proxy_->GetManagerProxy(); in SetManagerReply() local 95 EXPECT_CALL(*manager_proxy_mock, GetProperties(_, _, _)) in SetManagerReply() 109 EXPECT_CALL(*manager_proxy_mock, GetProperties(_, _, _)) in SetManagerReply()
|