Searched refs:GetCohortHint (Results 1 - 13 of 13) sorted by relevance

/system/update_engine/binder_bindings/android/brillo/
H A DIUpdateEngine.aidl32 String GetCohortHint();
/system/update_engine/client_library/include/update_engine/
H A Dclient.h72 virtual bool GetCohortHint(std::string* cohort_hint) const = 0;
/system/update_engine/
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.h102 bool GetCohortHint(brillo::ErrorPtr* error, std::string* out_cohort_hint);
H A Dbinder_service_brillo.cc127 Status BinderUpdateEngineBrilloService::GetCohortHint( function in class:chromeos_update_engine::BinderUpdateEngineBrilloService
131 CallCommonHandler(&UpdateEngineService::GetCohortHint, &cohort_hint);
H A Dbinder_service_brillo.h74 android::binder::Status GetCohortHint(
H A Ddbus_service.h98 bool GetCohortHint(brillo::ErrorPtr* error,
H A Dcommon_service.cc208 bool UpdateEngineService::GetCohortHint(ErrorPtr* error, function in class:chromeos_update_engine::UpdateEngineService
H A Dupdate_engine_client.cc352 if (!client_->GetCohortHint(&cohort_hint)) {
/system/update_engine/client_library/
H A Dclient_dbus.h51 bool GetCohortHint(std::string* cohort_hint) const override;
H A Dclient_binder.h57 bool GetCohortHint(std::string* out_cohort_hint) const override;
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 82 milliseconds