Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dconstants.cc105 const char kPrefsUpdateStateSignedSHA256Context[] = variable
H A Dconstants.h105 extern const char kPrefsUpdateStateSignedSHA256Context[];
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1380 prefs->SetString(kPrefsUpdateStateSignedSHA256Context, ""); in ResetUpdateProgress()
1431 prefs_->SetString(kPrefsUpdateStateSignedSHA256Context, in CheckpointUpdateProgress()
1488 if (prefs_->GetString(kPrefsUpdateStateSignedSHA256Context, in PrimeUpdateState()
H A Ddelta_performer_integration_test.cc757 EXPECT_CALL(prefs, SetString(kPrefsUpdateStateSignedSHA256Context, _)) in ApplyDeltaFile()