Home
last modified time | relevance | path

Searched refs:SetCohortHint (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/client_library/include/update_engine/
Dclient.h71 virtual bool SetCohortHint(const std::string& cohort_hint) = 0;
/system/update_engine/client_library/
Dclient_dbus.cc108 bool DBusUpdateEngineClient::SetCohortHint(const string& cohort_hint) { in SetCohortHint() function in update_engine::internal::DBusUpdateEngineClient
109 return proxy_->SetCohortHint(cohort_hint, nullptr); in SetCohortHint()
Dclient_dbus.h52 bool SetCohortHint(const std::string& cohort_hint) override;
/system/update_engine/
Ddbus_service.cc142 bool DBusUpdateEngineService::SetCohortHint(ErrorPtr* error, in SetCohortHint() function in chromeos_update_engine::DBusUpdateEngineService
144 return common_->SetCohortHint(error, in_cohort_hint); in SetCohortHint()
Dcommon_service.h112 bool SetCohortHint(brillo::ErrorPtr* error,
Ddbus_service.h103 bool SetCohortHint(brillo::ErrorPtr* error,
Dcommon_service.cc218 bool UpdateEngineService::SetCohortHint(ErrorPtr* error, in SetCohortHint() function in chromeos_update_engine::UpdateEngineService
Dupdate_engine_client.cc351 if (!client_->SetCohortHint(FLAGS_cohort_hint)) { in ProcessFlags()