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

/system/connectivity/apmanager/
H A Derror.h56 bool IsSuccess() const { return type_ == kSuccess; } function in class:apmanager::Error
57 bool IsFailure() const { return !IsSuccess() && !IsOngoing(); }
/system/connectivity/shill/
H A Derror.h92 bool IsSuccess() const { return type_ == kSuccess; } function in class:shill::Error
93 bool IsFailure() const { return !IsSuccess() && !IsOngoing(); }

Completed in 73 milliseconds