Home
last modified time | relevance | path

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

/system/update_engine/client_library/include/update_engine/
Dclient.h72 virtual bool GetCohortHint(std::string* cohort_hint) const = 0;
/system/update_engine/cros/
Ddbus_service.cc137 bool DBusUpdateEngineService::GetCohortHint(ErrorPtr* error, in GetCohortHint() function in chromeos_update_engine::DBusUpdateEngineService
139 return common_->GetCohortHint(error, out_cohort_hint); in GetCohortHint()
Dcommon_service.h116 bool GetCohortHint(brillo::ErrorPtr* error, std::string* out_cohort_hint);
Ddbus_service.h106 bool GetCohortHint(brillo::ErrorPtr* error,
Dcommon_service.cc236 bool UpdateEngineService::GetCohortHint(ErrorPtr* error, in GetCohortHint() function in chromeos_update_engine::UpdateEngineService
Dupdate_engine_client.cc359 if (!client_->GetCohortHint(&cohort_hint)) { in ProcessFlags()
/system/update_engine/client_library/
Dclient_dbus.cc112 bool DBusUpdateEngineClient::GetCohortHint(string* cohort_hint) const { in GetCohortHint() function in update_engine::internal::DBusUpdateEngineClient
113 return proxy_->GetCohortHint(cohort_hint, nullptr); in GetCohortHint()
Dclient_dbus.h53 bool GetCohortHint(std::string* cohort_hint) const override;