Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.h113 typedef OmahaResponse OutputObjectType;
212 OmahaResponse* output_object);
251 bool ShouldDeferDownload(OmahaResponse* output_object);
258 OmahaResponse* output_object);
269 OmahaResponse* output_object,
276 OmahaResponse* output_object,
283 OmahaResponse* output_object,
290 OmahaResponse* output_object,
298 void LookupPayloadViaP2P(const OmahaResponse& response);
304 bool ShouldIgnoreUpdate(const OmahaResponse& response,
[all …]
Domaha_response_handler_action_unittest.cc91 bool DoTest(const OmahaResponse& in,
121 bool OmahaResponseHandlerActionTest::DoTest(const OmahaResponse& in, in DoTest()
129 auto feeder_action = std::make_unique<ObjectFeederAction<OmahaResponse>>(); in DoTest()
181 OmahaResponse in; in TEST_F()
207 OmahaResponse in; in TEST_F()
229 OmahaResponse in; in TEST_F()
254 OmahaResponse in; in TEST_F()
279 OmahaResponse in; in TEST_F()
287 OmahaResponse in; in TEST_F()
306 OmahaResponse in; in TEST_F()
[all …]
Domaha_request_action_unittest.cc280 ObjectCollectorAction<OmahaResponse>::StaticType()) { in ActionCompleted()
283 static_cast<ObjectCollectorAction<OmahaResponse>*>(action); in ActionCompleted()
284 omaha_response_.reset(new OmahaResponse(collector_action->object())); in ActionCompleted()
294 std::unique_ptr<OmahaResponse> omaha_response_;
348 OmahaResponse* out_response,
360 OmahaResponse* out_response,
366 OmahaResponse* out_response);
378 OmahaResponse* response);
415 OmahaResponse* out_response, in TestUpdateCheck()
456 std::make_unique<ObjectCollectorAction<OmahaResponse>>(); in TestUpdateCheck()
[all …]
Dpayload_state_unittest.cc67 OmahaResponse* response) { in SetupPayloadStateWith2Urls()
109 OmahaResponse response; in TEST()
147 OmahaResponse response; in TEST()
198 OmahaResponse response; in TEST()
248 OmahaResponse response; in TEST()
303 OmahaResponse response; in TEST()
350 OmahaResponse response; in TEST()
496 OmahaResponse response; in TEST()
535 OmahaResponse response; in TEST()
572 OmahaResponse response; in TEST()
[all …]
Domaha_response_handler_action.h39 typedef OmahaResponse InputObjectType;
66 bool AreHashChecksMandatory(const OmahaResponse& response);
Domaha_request_action.cc911 OmahaResponse* output_object, in ParsePackage()
957 OmahaResponse::Package out_package; in ParsePackage()
1006 OmahaResponse* output_object) { in ParseRollbackVersions()
1020 OmahaResponse* output_object, in ParseResponse()
1104 OmahaResponse* output_object, in ParseStatus()
1145 OmahaResponse* output_object, in ParseParams()
1295 OmahaResponse output_object; in TransferComplete()
1360 OmahaResponse& output_object = const_cast<OmahaResponse&>(GetOutputObject()); in CompleteProcessing()
1392 void OmahaRequestAction::LookupPayloadViaP2P(const OmahaResponse& response) { in LookupPayloadViaP2P()
1445 bool OmahaRequestAction::ShouldDeferDownload(OmahaResponse* output_object) { in ShouldDeferDownload()
[all …]
Domaha_request_action_fuzzer.cc44 chromeos_update_engine::OmahaResponse>>(); in LLVMFuzzerTestOneInput()
Domaha_response.h32 struct OmahaResponse { struct
Domaha_response_handler_action.cc52 const OmahaResponse& response = GetInputObject(); in PerformAction()
214 const OmahaResponse& response) { in AreHashChecksMandatory()
Dpayload_state_interface.h41 virtual void SetResponse(const OmahaResponse& response) = 0;
Dmock_payload_state.h34 MOCK_METHOD1(SetResponse, void(const OmahaResponse& response));
Dpayload_state.h53 void SetResponse(const OmahaResponse& response) override;
432 OmahaResponse response_;
Dupdate_attempter_unittest.cc341 ObjectCollectorAction<OmahaResponse> collector_action; in TEST_F()
343 OmahaResponse response; in TEST_F()
439 OmahaResponse response; in TEST_F()
Dpayload_state.cc107 void PayloadState::SetResponse(const OmahaResponse& omaha_response) { in SetResponse()
Dupdate_attempter.cc1138 const OmahaResponse& omaha_response = in ActionCompleted()