Home
last modified time | relevance | path

Searched refs:OmahaResponse (Results 1 – 15 of 15) sorted by relevance

/system/update_engine/
Domaha_request_action.h64 typedef OmahaResponse OutputObjectType;
166 OmahaResponse* output_object);
209 bool ShouldDeferDownload(OmahaResponse* output_object);
216 OmahaResponse* output_object);
227 OmahaResponse* output_object,
234 OmahaResponse* output_object,
241 OmahaResponse* output_object,
248 OmahaResponse* output_object,
256 void LookupPayloadViaP2P(const OmahaResponse& response);
262 bool ShouldIgnoreUpdate(const OmahaResponse& response,
[all …]
Domaha_response_handler_action_unittest.cc92 bool DoTest(const OmahaResponse& in,
122 bool OmahaResponseHandlerActionTest::DoTest(const OmahaResponse& in, in DoTest()
130 auto feeder_action = std::make_unique<ObjectFeederAction<OmahaResponse>>(); in DoTest()
182 OmahaResponse in; in TEST_F()
208 OmahaResponse in; in TEST_F()
230 OmahaResponse in; in TEST_F()
255 OmahaResponse in; in TEST_F()
280 OmahaResponse in; in TEST_F()
288 OmahaResponse in; in TEST_F()
307 OmahaResponse in; in TEST_F()
[all …]
Dpayload_state_unittest.cc70 OmahaResponse* response) { in SetupPayloadStateWith2Urls()
112 OmahaResponse response; in TEST()
150 OmahaResponse response; in TEST()
201 OmahaResponse response; in TEST()
251 OmahaResponse response; in TEST()
306 OmahaResponse response; in TEST()
353 OmahaResponse response; in TEST()
499 OmahaResponse response; in TEST()
538 OmahaResponse response; in TEST()
575 OmahaResponse response; in TEST()
[all …]
Domaha_response_handler_action.h39 typedef OmahaResponse InputObjectType;
66 bool AreHashChecksMandatory(const OmahaResponse& response);
Domaha_request_action.cc537 OmahaResponse* output_object, in ParsePackage()
584 OmahaResponse::Package out_package; in ParsePackage()
633 void ProcessExclusions(OmahaResponse* output_object, in ProcessExclusions()
671 OmahaResponse* output_object) { in ParseRollbackVersions()
704 OmahaResponse::RollbackKeyVersion version; in ParseRollbackVersions()
716 OmahaResponse* output_object, in ParseResponse()
807 OmahaResponse* output_object, in ParseStatus()
856 OmahaResponse* output_object, in ParseParams()
1022 OmahaResponse output_object; in TransferComplete()
1089 OmahaResponse& output_object = const_cast<OmahaResponse&>(GetOutputObject()); in CompleteProcessing()
[all …]
Domaha_response_handler_action.cc54 const OmahaResponse& response = GetInputObject(); in PerformAction()
254 OmahaResponse::RollbackKeyVersion version = in PerformAction()
296 const OmahaResponse& response) { in AreHashChecksMandatory()
Domaha_request_action_fuzzer.cc45 chromeos_update_engine::OmahaResponse>>(); in LLVMFuzzerTestOneInput()
Domaha_response.h32 struct OmahaResponse { struct
Dpayload_state_interface.h41 virtual void SetResponse(const OmahaResponse& response) = 0;
Dmock_payload_state.h34 MOCK_METHOD1(SetResponse, void(const OmahaResponse& response));
Dpayload_state.h54 void SetResponse(const OmahaResponse& response) override;
448 OmahaResponse response_;
Domaha_request_action_unittest.cc326 ObjectCollectorAction<OmahaResponse>::StaticType()) { in ActionCompleted()
329 static_cast<ObjectCollectorAction<OmahaResponse>*>(action); in ActionCompleted()
330 omaha_response_.reset(new OmahaResponse(collector_action->object())); in ActionCompleted()
340 std::unique_ptr<OmahaResponse> omaha_response_;
424 OmahaResponse* response);
453 OmahaResponse response;
535 std::make_unique<ObjectCollectorAction<OmahaResponse>>(); in TestUpdateCheck()
2408 OmahaResponse* response) { in InstallDateParseHelper()
Dupdate_attempter_unittest.cc630 ObjectCollectorAction<OmahaResponse> collector_action; in TEST_F()
632 OmahaResponse response; in TEST_F()
729 OmahaResponse response; in TEST_F()
Dpayload_state.cc111 void PayloadState::SetResponse(const OmahaResponse& omaha_response) { in SetResponse()
Dupdate_attempter.cc1320 const OmahaResponse& omaha_response = in ActionCompleted()