Searched refs:OmahaResponse (Results 1 – 15 of 15) sorted by relevance
/system/update_engine/ |
D | omaha_request_action.h | 64 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 …]
|
D | omaha_response_handler_action_unittest.cc | 92 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 …]
|
D | payload_state_unittest.cc | 70 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 …]
|
D | omaha_response_handler_action.h | 39 typedef OmahaResponse InputObjectType; 66 bool AreHashChecksMandatory(const OmahaResponse& response);
|
D | omaha_request_action.cc | 537 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 …]
|
D | omaha_response_handler_action.cc | 54 const OmahaResponse& response = GetInputObject(); in PerformAction() 254 OmahaResponse::RollbackKeyVersion version = in PerformAction() 296 const OmahaResponse& response) { in AreHashChecksMandatory()
|
D | omaha_request_action_fuzzer.cc | 45 chromeos_update_engine::OmahaResponse>>(); in LLVMFuzzerTestOneInput()
|
D | omaha_response.h | 32 struct OmahaResponse { struct
|
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 | 54 void SetResponse(const OmahaResponse& response) override; 448 OmahaResponse response_;
|
D | omaha_request_action_unittest.cc | 326 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()
|
D | update_attempter_unittest.cc | 630 ObjectCollectorAction<OmahaResponse> collector_action; in TEST_F() 632 OmahaResponse response; in TEST_F() 729 OmahaResponse response; in TEST_F()
|
D | payload_state.cc | 111 void PayloadState::SetResponse(const OmahaResponse& omaha_response) { in SetResponse()
|
D | update_attempter.cc | 1320 const OmahaResponse& omaha_response = in ActionCompleted()
|