Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.h229 bool PersistCohortData(const std::string& prefs_key,
Domaha_request_action.cc1068 PersistCohortData(kPrefsOmahaCohort, app.cohort); in ParseResponse()
1070 PersistCohortData(kPrefsOmahaCohortHint, app.cohorthint); in ParseResponse()
1072 PersistCohortData(kPrefsOmahaCohortName, app.cohortname); in ParseResponse()
1671 bool OmahaRequestAction::PersistCohortData(const string& prefs_key, in PersistCohortData() function in chromeos_update_engine::OmahaRequestAction