Home
last modified time | relevance | path

Searched refs:powerwash_required (Results 1 – 17 of 17) sorted by relevance

/system/update_engine/
Domaha_response_handler_action.cc192 if (response.powerwash_required) { in PerformAction()
193 install_plan_.powerwash_required = true; in PerformAction()
207 install_plan_.powerwash_required = true; in PerformAction()
Domaha_response.h80 bool powerwash_required = false; member
Domaha_response_handler_action_unittest.cc463 EXPECT_TRUE(install_plan.powerwash_required); in TEST_F()
497 EXPECT_FALSE(install_plan.powerwash_required); in TEST_F()
531 EXPECT_FALSE(install_plan.powerwash_required); in TEST_F()
564 EXPECT_FALSE(install_plan.powerwash_required); in TEST_F()
Ddynamic_partition_control_android.h49 bool FinishUpdate(bool powerwash_required) override;
Ddynamic_partition_control_android.cc872 bool DynamicPartitionControlAndroid::FinishUpdate(bool powerwash_required) { in FinishUpdate() argument
876 return snapshot_->FinishedSnapshotWrites(powerwash_required); in FinishUpdate()
Dupdate_attempter.cc889 install_plan_->powerwash_required = powerwash; in Rollback()
1517 (install_plan_->powerwash_required || install_plan_->is_rollback); in GetStatus()
Dupdate_attempter_android.cc244 install_plan_.powerwash_required = in ApplyPayload()
Dupdate_attempter_unittest.cc872 EXPECT_EQ(attempter_.install_plan_->powerwash_required, true); in RollbackTestVerify()
2329 attempter_.install_plan_->powerwash_required = true; in TEST_F()
Domaha_request_action.cc914 output_object->powerwash_required = ParseBool(attrs[kAttrPowerwash]); in ParseParams()
Domaha_request_action_unittest.cc662 EXPECT_FALSE(response.powerwash_required); in TEST_F()
802 EXPECT_TRUE(response.powerwash_required); in TEST_F()
/system/update_engine/common/
Ddynamic_partition_control_stub.h44 bool FinishUpdate(bool powerwash_required) override;
Ddynamic_partition_control_stub.cc54 bool DynamicPartitionControlStub::FinishUpdate(bool powerwash_required) { in FinishUpdate() argument
Ddynamic_partition_control_interface.h91 virtual bool FinishUpdate(bool powerwash_required) = 0;
/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc102 bool powerwash_required,
182 bool powerwash_required, in RunPostinstallAction() argument
193 install_plan.powerwash_required = powerwash_required; in RunPostinstallAction()
Dpostinstall_runner_action.cc65 if (install_plan_.powerwash_required || install_plan_.is_rollback) { in PerformAction()
345 install_plan_.powerwash_required) || in CompletePostinstall()
Dinstall_plan.h138 bool powerwash_required{false};
Dinstall_plan.cc104 << ", powerwash_required: " << utils::ToString(powerwash_required) in Dump()