Home
last modified time | relevance | path

Searched refs:hash_checks_mandatory (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/payload_consumer/
Ddelta_performer_fuzzer.cc63 .hash_checks_mandatory = true, in FuzzDeltaPerformer()
Ddelta_performer_unittest.cc319 bool hash_checks_mandatory) { in DoMetadataSizeTest() argument
320 install_plan_.hash_checks_mandatory = hash_checks_mandatory; in DoMetadataSizeTest()
336 !hash_checks_mandatory) { in DoMetadataSizeTest()
351 bool hash_checks_mandatory) { in DoMetadataSignatureTest() argument
362 install_plan_.hash_checks_mandatory = hash_checks_mandatory; in DoMetadataSignatureTest()
401 if (!hash_checks_mandatory) { in DoMetadataSignatureTest()
1003 install_plan_.hash_checks_mandatory = true; in TEST_F()
Ddelta_performer_integration_test.cc623 bool hash_checks_mandatory, in ApplyDeltaFile() argument
758 install_plan->hash_checks_mandatory = hash_checks_mandatory; in ApplyDeltaFile()
946 bool hash_checks_mandatory, in DoSmallImageTest() argument
968 hash_checks_mandatory, in DoSmallImageTest()
977 bool hash_checks_mandatory) { in DoOperationHashMismatchTest() argument
991 hash_checks_mandatory, in DoOperationHashMismatchTest()
Dinstall_plan.h134 bool hash_checks_mandatory{false};
Dinstall_plan.cc103 << utils::ToString(hash_checks_mandatory) in Dump()
Ddelta_performer.cc461 if (install_plan_->hash_checks_mandatory) { in ParsePayloadMetadata()
521 if (install_plan_->hash_checks_mandatory) { in ParsePayloadMetadata()
685 if (install_plan_->hash_checks_mandatory) { in Write()
1675 if (install_plan_->hash_checks_mandatory) { in ValidateOperationHash()
/system/update_engine/
Domaha_response_handler_action_unittest.cc345 EXPECT_TRUE(install_plan.hash_checks_mandatory); in TEST_F()
365 EXPECT_FALSE(install_plan.hash_checks_mandatory); in TEST_F()
388 EXPECT_FALSE(install_plan.hash_checks_mandatory); in TEST_F()
408 EXPECT_TRUE(install_plan.hash_checks_mandatory); in TEST_F()
429 EXPECT_TRUE(install_plan.hash_checks_mandatory); in TEST_F()
598 EXPECT_TRUE(install_plan.hash_checks_mandatory); in TEST_F()
Domaha_response_handler_action.cc114 install_plan_.hash_checks_mandatory = AreHashChecksMandatory(response); in PerformAction()
Dupdate_attempter_android.cc223 install_plan_.hash_checks_mandatory = hardware_->IsOfficialBuild(); in ApplyPayload()