Lines Matching refs:ResponseCode
194 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in addRandomNumberGeneratorEntropy()
216 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in generateKey()
242 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in getKeyCharacteristics()
271 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in importKey()
296 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in exportKey()
313 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in deleteKey()
320 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in deleteAllKeys()
337 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in beginOperation()
367 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in updateOperation()
399 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in finishOperation()
424 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR; in abortOperation()
439 return result == static_cast<int32_t>(ResponseCode::NO_ERROR); in doesKeyExist()