Searched refs:output_object (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/ |
D | omaha_request_action.cc | 783 OmahaResponse* output_object, in ParsePackage() argument 868 output_object->packages.push_back(std::move(out_package)); in ParsePackage() 877 OmahaResponse* output_object, in ParseResponse() argument 899 &output_object->poll_interval); in ParseResponse() 905 if (ParseInstallDate(parser_data, output_object) && in ParseResponse() 910 int remainder = output_object->install_date_days % 7; in ParseResponse() 912 output_object->install_date_days - remainder; in ParseResponse() 932 if (!ParseStatus(parser_data, output_object, completer)) in ParseResponse() 935 if (!ParseParams(parser_data, output_object, completer)) in ParseResponse() 941 if (!ParsePackage(&app, output_object, completer)) in ParseResponse() [all …]
|
D | omaha_request_action.h | 203 OmahaResponse* output_object); 242 bool ShouldDeferDownload(OmahaResponse* output_object); 249 OmahaResponse* output_object); 260 OmahaResponse* output_object, 267 OmahaResponse* output_object, 274 OmahaResponse* output_object, 281 OmahaResponse* output_object,
|