Searched defs:GetCohortHint (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/
H A Dbinder_service_brillo.cc127 Status BinderUpdateEngineBrilloService::GetCohortHint( function in class:chromeos_update_engine::BinderUpdateEngineBrilloService
131 CallCommonHandler(&UpdateEngineService::GetCohortHint, &cohort_hint);
H A Ddbus_service.cc101 bool DBusUpdateEngineService::GetCohortHint(ErrorPtr* error, function in class:chromeos_update_engine::DBusUpdateEngineService
103 return common_->GetCohortHint(error, out_cohort_hint);
H A Dcommon_service.cc206 bool UpdateEngineService::GetCohortHint(ErrorPtr* error, function in class:chromeos_update_engine::UpdateEngineService
/system/update_engine/client_library/
H A Dclient_binder.cc80 bool BinderUpdateEngineClient::GetCohortHint(string* out_cohort_hint) const { function in class:update_engine::internal::BinderUpdateEngineClient
83 if (!service_->GetCohortHint(&out_as_string16).isOk())
H A Dclient_dbus.cc79 bool DBusUpdateEngineClient::GetCohortHint(string* cohort_hint) const { function in class:update_engine::internal::DBusUpdateEngineClient
80 return proxy_->GetCohortHint(cohort_hint, nullptr);

Completed in 29 milliseconds