Home
last modified time | relevance | path

Searched refs:ResetUpdate (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/common/
Ddynamic_partition_control_stub.h49 bool ResetUpdate(PrefsInterface* prefs) override;
Ddynamic_partition_control_stub.cc66 bool DynamicPartitionControlStub::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h121 virtual bool ResetUpdate(PrefsInterface* prefs) = 0;
/system/update_engine/
Ddynamic_partition_control_android.h55 bool ResetUpdate(PrefsInterface* prefs) override;
Dupdate_attempter_android.cc354 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) { in ResetStatus()
378 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) in ResetStatus()
Ddynamic_partition_control_android_unittest.cc787 TEST_F(DynamicPartitionControlAndroidTest, ResetUpdate) { in TEST_F() argument
789 ASSERT_TRUE(dynamicControl().ResetUpdate(&prefs)); in TEST_F()
Ddynamic_partition_control_android.cc1062 bool DynamicPartitionControlAndroid::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid