HomeSort by relevance Sort by last modified time
    Searched refs:prefs_key (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
omaha_request_action.cc 176 // |arg_name| and |prefs_key|, if any. The return value is suitable to
180 const string prefs_key) {
183 if (!prefs->Exists(prefs_key))
186 if (!prefs->GetString(prefs_key, &cohort_value) || cohort_value.empty())
    [all...]
omaha_request_action.h 216 // Persist the new cohort* value received in the XML file in the |prefs_key|
220 bool PersistCohortData(const std::string& prefs_key,
payload_state.cc 1137 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); local
1162 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); local
    [all...]

Completed in 144 milliseconds