Lines Matching refs:NO_ERROR
60 return ::NO_ERROR; in initialize()
141 if (list(prefix, &aliases, userId) != ::NO_ERROR) { in resetUser()
159 shouldDelete = !(rc == ::NO_ERROR && !blob.isEncrypted()); in resetUser()
216 if (rc != NO_ERROR) { in get()
227 if ((rc = this->put(filename, keyBlob, userId)) != NO_ERROR || in get()
229 userState->getState())) != NO_ERROR) { in get()
239 if (rc == NO_ERROR && type == TYPE_KEY_PAIR && in get()
248 if (imported == NO_ERROR) { in get()
278 return (unlink(filename) && errno != ENOENT) ? ::SYSTEM_ERROR : ::NO_ERROR; in del()
280 if (rc != ::NO_ERROR) { in del()
303 if (rc != ::NO_ERROR) { in del()
307 return (unlink(filename) && errno != ENOENT) ? ::SYSTEM_ERROR : ::NO_ERROR; in del()
387 return ::NO_ERROR; in list()
492 if (responseCode == NO_ERROR) { in getKeyForName()
501 if (responseCode == NO_ERROR) { in getKeyForName()
650 if (rc != NO_ERROR) { in importBlobAsKey()