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

  /system/connectivity/apmanager/
error.h 57 bool IsFailure() const { return !IsSuccess() && !IsOngoing(); }
58 bool IsOngoing() const { return type_ == kOperationInProgress; }
  /system/connectivity/shill/
error.h 93 bool IsFailure() const { return !IsSuccess() && !IsOngoing(); }
94 bool IsOngoing() const { return type_ == kOperationInitiated; }

Completed in 231 milliseconds