Searched refs:ResetUpdate (Results 1 – 9 of 9) sorted by relevance
72 MOCK_METHOD(bool, ResetUpdate, (PrefsInterface*), (override));
52 bool ResetUpdate(PrefsInterface* prefs) override;
81 bool DynamicPartitionControlStub::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
143 virtual bool ResetUpdate(PrefsInterface* prefs) = 0;
65 bool ResetUpdate(PrefsInterface* prefs) override;
134 dynamic_control->ResetUpdate(&prefs_); in TearDown()
273 boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_); in ApplyPayload()460 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) { in ResetStatus()
882 TEST_F(DynamicPartitionControlAndroidTest, ResetUpdate) { in TEST_F() argument884 ASSERT_TRUE(dynamicControl().ResetUpdate(&prefs)); in TEST_F()
1302 bool DynamicPartitionControlAndroid::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid