Home
last modified time | relevance | path

Searched refs:kPrefsRollbackHappened (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dconstants.cc75 const char kPrefsRollbackHappened[] = "rollback-happened"; variable
Dconstants.h76 extern const char kPrefsRollbackHappened[];
/system/update_engine/
Dpayload_state.cc1130 powerwash_safe_prefs_->GetBoolean(kPrefsRollbackHappened, &rollback_happened); in LoadRollbackHappened()
1139 powerwash_safe_prefs_->SetBoolean(kPrefsRollbackHappened, in SetRollbackHappened()
1142 powerwash_safe_prefs_->Delete(kPrefsRollbackHappened); in SetRollbackHappened()
Dpayload_state_unittest.cc994 SetBoolean(kPrefsRollbackHappened, true)); in TEST()
999 EXPECT_CALL(*mock_powerwash_safe_prefs, Delete(kPrefsRollbackHappened)); in TEST()
1004 EXPECT_CALL(*mock_powerwash_safe_prefs, GetBoolean(kPrefsRollbackHappened, _)) in TEST()
1007 SetBoolean(kPrefsRollbackHappened, true)); in TEST()