Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc171 MockDownloadActionDelegate download_delegate; in TestWithData() local
174 download_action.set_delegate(&download_delegate); in TestWithData()
176 EXPECT_CALL(download_delegate, in TestWithData()
178 EXPECT_CALL(download_delegate, BytesReceived(_, _, _)).Times(AtLeast(1)); in TestWithData()
285 MockDownloadActionDelegate download_delegate; in TestTerminateEarly() local
287 download_action.set_delegate(&download_delegate); in TestTerminateEarly()
288 EXPECT_CALL(download_delegate, BytesReceived(_, _, _)).Times(0); in TestTerminateEarly()
Ddelta_performer.h80 DownloadActionDelegate* download_delegate, in DeltaPerformer() argument
85 download_delegate_(download_delegate), in DeltaPerformer()