Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dcommon_service.cc237 string* out_cohort_hint) { in GetCohortHint() argument
239 *out_cohort_hint = ""; in GetCohortHint()
241 !prefs->GetString(kPrefsOmahaCohortHint, out_cohort_hint)) { in GetCohortHint()
H A Ddbus_service.cc138 string* out_cohort_hint) { in GetCohortHint() argument
139 return common_->GetCohortHint(error, out_cohort_hint); in GetCohortHint()
H A Dcommon_service.h116 bool GetCohortHint(brillo::ErrorPtr* error, std::string* out_cohort_hint);
H A Ddbus_service.h107 std::string* out_cohort_hint) override;