Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.h209 bool ShouldDeferDownload(OmahaResponse* output_object);
Domaha_request_action.cc1092 if (ShouldDeferDownload(&output_object)) { in CompleteProcessing()
1174 bool OmahaRequestAction::ShouldDeferDownload(OmahaResponse* output_object) { in ShouldDeferDownload() function in chromeos_update_engine::OmahaRequestAction