Searched refs:IsIpcErrorCode (Results 1 – 3 of 3) sorted by relevance
29 static inline bool IsIpcErrorCode(int error) in IsIpcErrorCode() function
75 && !IsIpcErrorCode(err) in OnRemoteRequest()
105 if (IsUserDefinedError(error) || IsIpcErrorCode(error)) { in ConvertSendRequestError()