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.h72 MOCK_METHOD(bool, ResetUpdate, (PrefsInterface*), (override));
Ddynamic_partition_control_stub.h52 bool ResetUpdate(PrefsInterface* prefs) override;
Ddynamic_partition_control_stub.cc81 bool DynamicPartitionControlStub::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h143 virtual bool ResetUpdate(PrefsInterface* prefs) = 0;
/system/update_engine/aosp/
Ddynamic_partition_control_android.h65 bool ResetUpdate(PrefsInterface* prefs) override;
Dupdate_attempter_android_integration_test.cc134 dynamic_control->ResetUpdate(&prefs_); in TearDown()
Dupdate_attempter_android.cc273 boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_); in ApplyPayload()
460 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.cc1302 bool DynamicPartitionControlAndroid::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid