Searched refs:powerwash_required (Results 1 – 17 of 17) sorted by relevance
192 if (response.powerwash_required) { in PerformAction()193 install_plan_.powerwash_required = true; in PerformAction()207 install_plan_.powerwash_required = true; in PerformAction()
80 bool powerwash_required = false; member
463 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()
49 bool FinishUpdate(bool powerwash_required) override;
872 bool DynamicPartitionControlAndroid::FinishUpdate(bool powerwash_required) { in FinishUpdate() argument876 return snapshot_->FinishedSnapshotWrites(powerwash_required); in FinishUpdate()
889 install_plan_->powerwash_required = powerwash; in Rollback()1517 (install_plan_->powerwash_required || install_plan_->is_rollback); in GetStatus()
244 install_plan_.powerwash_required = in ApplyPayload()
872 EXPECT_EQ(attempter_.install_plan_->powerwash_required, true); in RollbackTestVerify()2329 attempter_.install_plan_->powerwash_required = true; in TEST_F()
914 output_object->powerwash_required = ParseBool(attrs[kAttrPowerwash]); in ParseParams()
662 EXPECT_FALSE(response.powerwash_required); in TEST_F()802 EXPECT_TRUE(response.powerwash_required); in TEST_F()
44 bool FinishUpdate(bool powerwash_required) override;
54 bool DynamicPartitionControlStub::FinishUpdate(bool powerwash_required) { in FinishUpdate() argument
91 virtual bool FinishUpdate(bool powerwash_required) = 0;
102 bool powerwash_required,182 bool powerwash_required, in RunPostinstallAction() argument193 install_plan.powerwash_required = powerwash_required; in RunPostinstallAction()
65 if (install_plan_.powerwash_required || install_plan_.is_rollback) { in PerformAction()345 install_plan_.powerwash_required) || in CompletePostinstall()
138 bool powerwash_required{false};
104 << ", powerwash_required: " << utils::ToString(powerwash_required) in Dump()