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

  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 32 String GetCohortHint();
  /system/update_engine/client_library/include/update_engine/
client.h 72 virtual bool GetCohortHint(std::string* cohort_hint) const = 0;
  /system/update_engine/
dbus_service.cc 101 bool DBusUpdateEngineService::GetCohortHint(ErrorPtr* error,
103 return common_->GetCohortHint(error, out_cohort_hint);
common_service.h 102 bool GetCohortHint(brillo::ErrorPtr* error, std::string* out_cohort_hint);
binder_service_brillo.h 74 android::binder::Status GetCohortHint(
binder_service_brillo.cc 127 Status BinderUpdateEngineBrilloService::GetCohortHint(
131 CallCommonHandler(&UpdateEngineService::GetCohortHint, &cohort_hint);
dbus_service.h 98 bool GetCohortHint(brillo::ErrorPtr* error,
common_service.cc 208 bool UpdateEngineService::GetCohortHint(ErrorPtr* error,
update_engine_client.cc 352 if (!client_->GetCohortHint(&cohort_hint)) {
  /system/update_engine/client_library/
client_binder.h 57 bool GetCohortHint(std::string* out_cohort_hint) const override;
client_dbus.h 51 bool GetCohortHint(std::string* cohort_hint) const override;
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 124 milliseconds