HomeSort by relevance Sort by last modified time
    Searched defs:GetCohortHint (Results 1 - 5 of 5) sorted by null

  /system/update_engine/
binder_service_brillo.cc 127 Status BinderUpdateEngineBrilloService::GetCohortHint(
131 CallCommonHandler(&UpdateEngineService::GetCohortHint, &cohort_hint);
dbus_service.cc 101 bool DBusUpdateEngineService::GetCohortHint(ErrorPtr* error,
103 return common_->GetCohortHint(error, out_cohort_hint);
common_service.cc 208 bool UpdateEngineService::GetCohortHint(ErrorPtr* error,
  /system/update_engine/client_library/
client_binder.cc 80 bool BinderUpdateEngineClient::GetCohortHint(string* out_cohort_hint) const {
83 if (!service_->GetCohortHint(&out_as_string16).isOk())
client_dbus.cc 79 bool DBusUpdateEngineClient::GetCohortHint(string* cohort_hint) const {
80 return proxy_->GetCohortHint(cohort_hint, nullptr);

Completed in 76 milliseconds