OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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