Home
last modified time | relevance | path

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

/system/update_engine/common/
Ddynamic_partition_control_stub.cc71 bool DynamicPartitionControlStub::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
Dmock_dynamic_partition_control.h66 MOCK_METHOD(bool, ResetUpdate, (PrefsInterface*), (override));
Ddynamic_partition_control_stub.h50 bool ResetUpdate(PrefsInterface* prefs) override;
Ddynamic_partition_control_interface.h138 virtual bool ResetUpdate(PrefsInterface* prefs) = 0;
/system/update_engine/aosp/
Ddynamic_partition_control_android.h63 bool ResetUpdate(PrefsInterface* prefs) override;
Dupdate_attempter_android.cc375 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) { in ResetStatus()
402 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) in ResetStatus()
Ddynamic_partition_control_android_unittest.cc882 TEST_F(DynamicPartitionControlAndroidTest, ResetUpdate) { in TEST_F() argument
884 ASSERT_TRUE(dynamicControl().ResetUpdate(&prefs)); in TEST_F()
Ddynamic_partition_control_android.cc1279 bool DynamicPartitionControlAndroid::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid