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

  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 42 int GetEolStatus();
  /system/update_engine/client_library/include/update_engine/
client.h 123 virtual bool GetEolStatus(int32_t* eol_status) const = 0;
  /system/update_engine/
common_service_unittest.cc 141 EXPECT_TRUE(common_service_.GetEolStatus(&error_, &eol_status));
146 EXPECT_TRUE(common_service_.GetEolStatus(&error_, &eol_status));
dbus_service.cc 151 bool DBusUpdateEngineService::GetEolStatus(ErrorPtr* error,
153 return common_->GetEolStatus(error, out_eol_status);
common_service.h 145 bool GetEolStatus(brillo::ErrorPtr* error, int32_t* out_eol_status);
binder_service_brillo.h 94 android::binder::Status GetEolStatus(int* out_eol_status) override;
binder_service_brillo.cc 211 Status BinderUpdateEngineBrilloService::GetEolStatus(int* out_eol_status) {
212 return CallCommonHandler(&UpdateEngineService::GetEolStatus, out_eol_status);
dbus_service.h 145 bool GetEolStatus(brillo::ErrorPtr* error, int32_t* out_eol_status) override;
common_service.cc 360 bool UpdateEngineService::GetEolStatus(ErrorPtr* error,
update_engine_client.cc 566 if (!client_->GetEolStatus(&eol_status)) {
  /system/update_engine/client_library/
client_binder.h 87 bool GetEolStatus(int32_t* eol_status) const override;
client_dbus.h 81 bool GetEolStatus(int32_t* eol_status) const override;
client_binder.cc 240 bool BinderUpdateEngineClient::GetEolStatus(int32_t* eol_status) const {
243 if (!service_->GetEolStatus(&out_as_int).isOk())
client_dbus.cc 238 bool DBusUpdateEngineClient::GetEolStatus(int32_t* eol_status) const {
239 return proxy_->GetEolStatus(eol_status, nullptr);

Completed in 699 milliseconds