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

  /art/cmdline/
cmdline_result.h 39 return IsSuccess();
43 bool IsSuccess() const { return status_ == kSuccess; }
  /system/connectivity/apmanager/
error.h 56 bool IsSuccess() const { return type_ == kSuccess; }
57 bool IsFailure() const { return !IsSuccess() && !IsOngoing(); }
  /system/connectivity/shill/
error.h 92 bool IsSuccess() const { return type_ == kSuccess; }
93 bool IsFailure() const { return !IsSuccess() && !IsOngoing(); }

Completed in 592 milliseconds