HomeSort by relevance Sort by last modified time
    Searched refs:output_object (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
omaha_request_action.cc 732 OmahaResponse* output_object,
753 &output_object->poll_interval);
759 if (ParseInstallDate(parser_data, output_object) &&
761 // Since output_object->install_date_days is never negative, the
764 int remainder = output_object->install_date_days % 7;
766 output_object->install_date_days - remainder;
786 if (!ParseStatus(parser_data, output_object, completer))
791 if (!ParseUrls(parser_data, output_object, completer))
794 if (!ParsePackage(parser_data, output_object, completer))
797 if (!ParseParams(parser_data, output_object, completer)
998 OmahaResponse output_object; local
1059 OmahaResponse& output_object = const_cast<OmahaResponse&>(GetOutputObject()); local
    [all...]
omaha_request_action.h 199 // |install_date_days| field of |output_object| to the value of the
203 OmahaResponse* output_object);
242 bool ShouldDeferDownload(OmahaResponse* output_object);
249 OmahaResponse* output_object);
256 // helper methods below and populates the |output_object| with the relevant
260 OmahaResponse* output_object,
264 // |output_object| if valid. Returns true if we should continue the parsing.
267 OmahaResponse* output_object,
271 // |output_object| if valid. Returns true if we should continue the parsing.
274 OmahaResponse* output_object,
    [all...]

Completed in 159 milliseconds