Searched refs:ResetUpdate (Results 1 – 9 of 9) sorted by relevance
79 MOCK_METHOD(bool, ResetUpdate, (PrefsInterface*), (override));
54 bool ResetUpdate(PrefsInterface* prefs) override;
82 bool DynamicPartitionControlStub::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlStub
144 virtual bool ResetUpdate(PrefsInterface* prefs) = 0;
66 bool ResetUpdate(PrefsInterface* prefs) override;
135 dynamic_control->ResetUpdate(&prefs_); in TearDown()
303 boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_); in ApplyPayload()515 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) { in ResetStatus()
885 TEST_F(DynamicPartitionControlAndroidTest, ResetUpdate) { in TEST_F() argument887 ASSERT_TRUE(dynamicControl().ResetUpdate(&prefs)); in TEST_F()
1309 bool DynamicPartitionControlAndroid::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate() function in chromeos_update_engine::DynamicPartitionControlAndroid