Searched refs:GetCohortHint (Results 1 – 8 of 8) sorted by relevance
72 virtual bool GetCohortHint(std::string* cohort_hint) const = 0;
137 bool DBusUpdateEngineService::GetCohortHint(ErrorPtr* error, in GetCohortHint() function in chromeos_update_engine::DBusUpdateEngineService139 return common_->GetCohortHint(error, out_cohort_hint); in GetCohortHint()
116 bool GetCohortHint(brillo::ErrorPtr* error, std::string* out_cohort_hint);
106 bool GetCohortHint(brillo::ErrorPtr* error,
236 bool UpdateEngineService::GetCohortHint(ErrorPtr* error, in GetCohortHint() function in chromeos_update_engine::UpdateEngineService
359 if (!client_->GetCohortHint(&cohort_hint)) { in ProcessFlags()
112 bool DBusUpdateEngineClient::GetCohortHint(string* cohort_hint) const { in GetCohortHint() function in update_engine::internal::DBusUpdateEngineClient113 return proxy_->GetCohortHint(cohort_hint, nullptr); in GetCohortHint()
53 bool GetCohortHint(std::string* cohort_hint) const override;