Home
last modified time | relevance | path

Searched refs:PersistCohortData (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Domaha_request_action.h183 bool PersistCohortData(const std::string& prefs_key,
Domaha_request_action.cc764 PersistCohortData(kPrefsOmahaCohort, app.cohort.value()); in ParseResponse()
766 PersistCohortData(kPrefsOmahaCohortHint, app.cohorthint.value()); in ParseResponse()
768 PersistCohortData(kPrefsOmahaCohortName, app.cohortname.value()); in ParseResponse()
1400 bool OmahaRequestAction::PersistCohortData(const string& prefs_key, in PersistCohortData() function in chromeos_update_engine::OmahaRequestAction