Searched refs:cohort_hint (Results 1 – 4 of 4) sorted by relevance
71 virtual bool SetCohortHint(const std::string& cohort_hint) = 0;72 virtual bool GetCohortHint(std::string* cohort_hint) const = 0;
108 bool DBusUpdateEngineClient::SetCohortHint(const string& cohort_hint) { in SetCohortHint() argument109 return proxy_->SetCohortHint(cohort_hint, nullptr); in SetCohortHint()112 bool DBusUpdateEngineClient::GetCohortHint(string* cohort_hint) const { in GetCohortHint()113 return proxy_->GetCohortHint(cohort_hint, nullptr); in GetCohortHint()
52 bool SetCohortHint(const std::string& cohort_hint) override;53 bool GetCohortHint(std::string* cohort_hint) const override;
231 cohort_hint, "", "Set the current cohort hint to the passed value."); in ProcessFlags()358 string cohort_hint; in ProcessFlags() local359 if (!client_->GetCohortHint(&cohort_hint)) { in ProcessFlags()364 LOG(INFO) << "Current cohort hint: \"" << cohort_hint << "\""; in ProcessFlags()