Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos_unittest.cc169 download_action->SetTestFileWriter(&writer); in TestWithData()
283 download_action->SetTestFileWriter(&mock_file_writer); in TEST()
372 download_action->SetTestFileWriter(&writer); in TestTerminateEarly()
483 download_action->SetTestFileWriter(&writer); in TEST()
566 download_action->SetTestFileWriter(&writer); in StartDownload()
H A Ddownload_action_chromeos.h67 void SetTestFileWriter(FileWriter* writer) { writer_ = writer; } in SetTestFileWriter() function
/aosp12/system/update_engine/common/
H A Ddownload_action.h91 void SetTestFileWriter(std::unique_ptr<DeltaPerformer> writer) { in SetTestFileWriter() function
/aosp12/system/update_engine/
H A Ddownload_action_android_unittest.cc171 download_action->SetTestFileWriter(std::move(delta_performer)); in TEST_F()