Searched defs:IsOngoing (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/apmanager/
H A Derror.h57 bool IsFailure() const { return !IsSuccess() && !IsOngoing(); }
58 bool IsOngoing() const { return type_ == kOperationInProgress; } function in class:apmanager::Error
/system/connectivity/shill/
H A Derror.h93 bool IsFailure() const { return !IsSuccess() && !IsOngoing(); }
94 bool IsOngoing() const { return type_ == kOperationInitiated; } function in class:shill::Error

Completed in 56 milliseconds