Home
last modified time | relevance | path

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

/system/update_engine/cros/
Domaha_response_handler_action.cc198 if (response.powerwash_required) { in PerformAction()
199 install_plan_.powerwash_required = true; in PerformAction()
213 install_plan_.powerwash_required = true; in PerformAction()
Domaha_response.h83 bool powerwash_required = false; member
Domaha_response_handler_action_unittest.cc510 EXPECT_TRUE(install_plan.powerwash_required); in TEST_F()
538 EXPECT_FALSE(install_plan.powerwash_required); in TEST_F()
566 EXPECT_FALSE(install_plan.powerwash_required); in TEST_F()
594 EXPECT_FALSE(install_plan.powerwash_required); in TEST_F()
720 EXPECT_FALSE(install_plan.powerwash_required); in TEST_F()
Domaha_request_action.cc186 string powerwash_required; member
289 .powerwash_required = attrs[kAttrPowerwash], in ParserHandlerStart()
937 output_object->powerwash_required = in ParseParams()
938 ParseBool(app.postinstall_action->powerwash_required); in ParseParams()
Dupdate_attempter.cc852 install_plan_->powerwash_required = powerwash; in Rollback()
1472 (install_plan_->powerwash_required || install_plan_->is_rollback); in GetStatus()
Dupdate_attempter_unittest.cc835 EXPECT_EQ(attempter_.install_plan_->powerwash_required, true); in RollbackTestVerify()
2239 attempter_.install_plan_->powerwash_required = true; in TEST_F()
Domaha_request_action_unittest.cc679 EXPECT_FALSE(response_.powerwash_required); in TEST_F()
800 EXPECT_TRUE(response_.powerwash_required); in TEST_F()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc107 bool powerwash_required,
192 bool powerwash_required, in RunPostinstallAction() argument
204 install_plan.powerwash_required = powerwash_required; in RunPostinstallAction()
Dpostinstall_runner_action.cc92 if (install_plan_.powerwash_required || install_plan_.is_rollback) { in PerformAction()
372 install_plan_.powerwash_required) || in Cleanup()
Dinstall_plan.h148 bool powerwash_required{false};
Dinstall_plan.cc99 {"powerwash_required", utils::ToString(powerwash_required)}, in ToString()
/system/update_engine/common/
Ddynamic_partition_control_stub.cc59 bool DynamicPartitionControlStub::FinishUpdate(bool powerwash_required) { in FinishUpdate() argument
Ddynamic_partition_control_stub.h45 bool FinishUpdate(bool powerwash_required) override;
Ddynamic_partition_control_interface.h108 virtual bool FinishUpdate(bool powerwash_required) = 0;
/system/update_engine/aosp/
Ddynamic_partition_control_android.h57 bool FinishUpdate(bool powerwash_required) override;
Ddynamic_partition_control_android.cc1050 bool DynamicPartitionControlAndroid::FinishUpdate(bool powerwash_required) { in FinishUpdate() argument
1054 return snapshot_->FinishedSnapshotWrites(powerwash_required); in FinishUpdate()
Dupdate_attempter_android.cc246 install_plan_.powerwash_required = in ApplyPayload()