Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action.h220 bool PersistCohortData(const std::string& prefs_key,
Domaha_request_action.cc923 PersistCohortData(kPrefsOmahaCohort, parser_data->app_cohort); in ParseResponse()
925 PersistCohortData(kPrefsOmahaCohortHint, parser_data->app_cohorthint); in ParseResponse()
927 PersistCohortData(kPrefsOmahaCohortName, parser_data->app_cohortname); in ParseResponse()
1515 bool OmahaRequestAction::PersistCohortData( in PersistCohortData() function in chromeos_update_engine::OmahaRequestAction