Home
last modified time | relevance | path

Searched refs:VerifyPayload (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_consumer/
Ddelta_performer.h122 ErrorCode VerifyPayload(const std::string& update_check_response_hash,
Ddownload_action.cc304 code = delta_performer_->VerifyPayload(install_plan_.payload_hash, in TransferComplete()
Ddelta_performer_integration_test.cc856 EXPECT_EQ(expected_result, performer->VerifyPayload( in VerifyPayloadResult()
906 void VerifyPayload(DeltaPerformer* performer, in VerifyPayload() function
943 VerifyPayload(performer, &state, signature_test, minor_version); in DoSmallImageTest()
Ddelta_performer.cc1519 ErrorCode DeltaPerformer::VerifyPayload( in VerifyPayload() function in chromeos_update_engine::DeltaPerformer