Home
last modified time | relevance | path

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

/system/update_engine/common/
Dmock_dynamic_partition_control.h79 MOCK_METHOD(bool, ResetUpdate, (PrefsInterface*), (override));
Ddynamic_partition_control_stub.h54 bool ResetUpdate(PrefsInterface* prefs) override;
Ddynamic_partition_control_stub.cc82 bool DynamicPartitionControlStub::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h144 virtual bool ResetUpdate(PrefsInterface* prefs) = 0;
/system/update_engine/aosp/
Ddynamic_partition_control_android.h66 bool ResetUpdate(PrefsInterface* prefs) override;
Dupdate_attempter_android_integration_test.cc135 dynamic_control->ResetUpdate(&prefs_); in TearDown()
Dupdate_attempter_android.cc303 boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_); in ApplyPayload()
515 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) { in ResetStatus()
Ddynamic_partition_control_android_unittest.cc885 TEST_F(DynamicPartitionControlAndroidTest, ResetUpdate) { in TEST_F() argument
887 ASSERT_TRUE(dynamicControl().ResetUpdate(&prefs)); in TEST_F()
Ddynamic_partition_control_android.cc1309 bool DynamicPartitionControlAndroid::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid