Searched refs:OmahaResponse (Results 1 – 15 of 15) sorted by relevance
/system/update_engine/ |
D | omaha_request_action.h | 113 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 …]
|
D | omaha_response_handler_action_unittest.cc | 91 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 …]
|
D | omaha_request_action_unittest.cc | 280 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 …]
|
D | payload_state_unittest.cc | 67 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 …]
|
D | omaha_response_handler_action.h | 39 typedef OmahaResponse InputObjectType; 66 bool AreHashChecksMandatory(const OmahaResponse& response);
|
D | omaha_request_action.cc | 911 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 …]
|
D | omaha_request_action_fuzzer.cc | 44 chromeos_update_engine::OmahaResponse>>(); in LLVMFuzzerTestOneInput()
|
D | omaha_response.h | 32 struct OmahaResponse { struct
|
D | omaha_response_handler_action.cc | 52 const OmahaResponse& response = GetInputObject(); in PerformAction() 214 const OmahaResponse& response) { in AreHashChecksMandatory()
|
D | payload_state_interface.h | 41 virtual void SetResponse(const OmahaResponse& response) = 0;
|
D | mock_payload_state.h | 34 MOCK_METHOD1(SetResponse, void(const OmahaResponse& response));
|
D | payload_state.h | 53 void SetResponse(const OmahaResponse& response) override; 432 OmahaResponse response_;
|
D | update_attempter_unittest.cc | 341 ObjectCollectorAction<OmahaResponse> collector_action; in TEST_F() 343 OmahaResponse response; in TEST_F() 439 OmahaResponse response; in TEST_F()
|
D | payload_state.cc | 107 void PayloadState::SetResponse(const OmahaResponse& omaha_response) { in SetResponse()
|
D | update_attempter.cc | 1138 const OmahaResponse& omaha_response = in ActionCompleted()
|