Searched refs:SetCohortHint (Results 1 – 8 of 8) sorted by relevance
71 virtual bool SetCohortHint(const std::string& cohort_hint) = 0;
108 bool DBusUpdateEngineClient::SetCohortHint(const string& cohort_hint) { in SetCohortHint() function in update_engine::internal::DBusUpdateEngineClient109 return proxy_->SetCohortHint(cohort_hint, nullptr); in SetCohortHint()
52 bool SetCohortHint(const std::string& cohort_hint) override;
142 bool DBusUpdateEngineService::SetCohortHint(ErrorPtr* error, in SetCohortHint() function in chromeos_update_engine::DBusUpdateEngineService144 return common_->SetCohortHint(error, in_cohort_hint); in SetCohortHint()
112 bool SetCohortHint(brillo::ErrorPtr* error,
103 bool SetCohortHint(brillo::ErrorPtr* error,
218 bool UpdateEngineService::SetCohortHint(ErrorPtr* error, in SetCohortHint() function in chromeos_update_engine::UpdateEngineService
351 if (!client_->SetCohortHint(FLAGS_cohort_hint)) { in ProcessFlags()