Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.h242 bool ShouldDeferDownload(OmahaResponse* output_object);
Domaha_request_action.cc1171 if (ShouldDeferDownload(&output_object)) { in CompleteProcessing()
1253 bool OmahaRequestAction::ShouldDeferDownload(OmahaResponse* output_object) { in ShouldDeferDownload() function in chromeos_update_engine::OmahaRequestAction