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

  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 23 void SetUpdateAttemptFlags(in int flags);
  /system/update_engine/
common_service.h 47 bool SetUpdateAttemptFlags(brillo::ErrorPtr* error, int32_t in_flags_as_int);
binder_service_brillo.h 54 android::binder::Status SetUpdateAttemptFlags(int flags) override;
binder_service_brillo.cc 61 Status BinderUpdateEngineBrilloService::SetUpdateAttemptFlags(int flags) {
62 return CallCommonHandler(&UpdateEngineService::SetUpdateAttemptFlags, flags);
common_service.cc 76 bool UpdateEngineService::SetUpdateAttemptFlags(ErrorPtr* /* error */,
84 system_state_->update_attempter()->SetUpdateAttemptFlags(flags);
update_attempter.h 128 void SetUpdateAttemptFlags(UpdateAttemptFlags flags) {
update_attempter_unittest.cc     [all...]

Completed in 77 milliseconds