HomeSort by relevance Sort by last modified time
    Searched refs:SYSTEM_ERROR (Results 1 - 25 of 32) sorted by null

1 2

  /system/security/keystore/include/keystore/
keystore.h 34 SYSTEM_ERROR = 4,
  /system/security/keystore/
user_state.cpp 81 return ResponseCode::SYSTEM_ERROR;
93 return ResponseCode::SYSTEM_ERROR;
96 return ResponseCode::SYSTEM_ERROR;
109 return ResponseCode::SYSTEM_ERROR;
114 return ResponseCode::SYSTEM_ERROR;
119 return ResponseCode::SYSTEM_ERROR;
123 return ResponseCode::SYSTEM_ERROR;
128 return ResponseCode::SYSTEM_ERROR;
143 return ResponseCode::SYSTEM_ERROR;
151 return ResponseCode::SYSTEM_ERROR;
    [all...]
blob.cpp 86 return ResponseCode::SYSTEM_ERROR;
224 return ResponseCode::SYSTEM_ERROR;
239 return ResponseCode::SYSTEM_ERROR;
244 return ResponseCode::SYSTEM_ERROR;
249 return ResponseCode::SYSTEM_ERROR;
253 return ResponseCode::SYSTEM_ERROR;
262 return (errno == ENOENT) ? ResponseCode::KEY_NOT_FOUND : ResponseCode::SYSTEM_ERROR;
268 return ResponseCode::SYSTEM_ERROR;
KeyStore.cpp 221 case ResponseCode::SYSTEM_ERROR:
384 return (unlink(filename) && errno != ENOENT) ? ResponseCode::SYSTEM_ERROR
402 if (!success) return ResponseCode::SYSTEM_ERROR;
406 (unlink(filename) && errno != ENOENT) ? ResponseCode::SYSTEM_ERROR : ResponseCode::NO_ERROR;
486 return ResponseCode::SYSTEM_ERROR;
536 return ResponseCode::SYSTEM_ERROR;
540 return ResponseCode::SYSTEM_ERROR;
554 return ResponseCode::SYSTEM_ERROR;
576 return ResponseCode::SYSTEM_ERROR;
581 if (rc != ErrorCode::OK) return ResponseCode::SYSTEM_ERROR;
    [all...]
keystore_client_impl.cpp 185 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR;
199 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR;
256 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR;
265 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR;
272 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR;
287 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR;
311 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR;
337 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR;
357 if (!binder_result.isOk()) return ResponseCode::SYSTEM_ERROR;
key_store_service.cpp 93 return {ResponseCode::SYSTEM_ERROR, false /* don't care */};
99 return {ResponseCode::SYSTEM_ERROR, false /* don't care */};
104 return {ResponseCode::SYSTEM_ERROR, false /* don't care */};
261 return Status::fromServiceSpecificError(static_cast<int32_t>(ResponseCode::SYSTEM_ERROR));
319 *aidl_return = static_cast<int32_t>(ResponseCode::SYSTEM_ERROR);
442 *aidl_return = static_cast<int32_t>(ResponseCode::SYSTEM_ERROR);
454 *aidl_return = static_cast<int32_t>(ResponseCode::SYSTEM_ERROR);
461 *aidl_return = static_cast<int32_t>(ResponseCode::SYSTEM_ERROR);
470 *aidl_return = static_cast<int32_t>(ResponseCode::SYSTEM_ERROR);
476 *aidl_return = static_cast<int32_t>(ResponseCode::SYSTEM_ERROR);
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp 55 #define SYSTEM_ERROR (-1)
90 return SYSTEM_ERROR;
98 return SYSTEM_ERROR;
110 return SYSTEM_ERROR;
150 count = (errno == EINVAL) ? BAD_ARGUMENT : SYSTEM_ERROR;
165 count = (errno == EINVAL) ? BAD_ARGUMENT : SYSTEM_ERROR;
172 count = (errno == EINVAL) ? BAD_ARGUMENT : SYSTEM_ERROR;
182 } else if (count == SYSTEM_ERROR) {
200 return SYSTEM_ERROR;
220 int error = SYSTEM_ERROR;
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
ReplyCodes.java 68 public static final int SYSTEM_ERROR = 451;
  /external/mtpd/
mtpd.h 52 SYSTEM_ERROR = 1,
mtpd.c 114 exit(SYSTEM_ERROR);
125 exit(SYSTEM_ERROR);
140 exit(SYSTEM_ERROR);
171 exit(SYSTEM_ERROR);
195 exit(SYSTEM_ERROR);
320 exit(SYSTEM_ERROR);
l2tp.c 337 exit(SYSTEM_ERROR);
357 exit(SYSTEM_ERROR);
368 exit(SYSTEM_ERROR);
pptp.c 239 exit(SYSTEM_ERROR);
250 exit(SYSTEM_ERROR);
  /external/python/cpython2/PC/bdist_wininst/
extract.c 38 notify(SYSTEM_ERROR,
48 notify(SYSTEM_ERROR,
107 notify (SYSTEM_ERROR, "CreateFile (%s)", filename);
132 notify(SYSTEM_ERROR,
144 notify(SYSTEM_ERROR, "MapViewOfFile (%s)", filename);
archive.h 102 #define SYSTEM_ERROR 5
  /external/python/cpython3/PC/bdist_wininst/
extract.c 37 notify(SYSTEM_ERROR,
47 notify(SYSTEM_ERROR,
106 notify (SYSTEM_ERROR, "CreateFile (%s)", filename);
131 notify(SYSTEM_ERROR,
143 notify(SYSTEM_ERROR, "MapViewOfFile (%s)", filename);
archive.h 101 #define SYSTEM_ERROR 5
  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpConstants.java 159 public static final String SYSTEM_ERROR = "1";
169 SYSTEM_ERROR,
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
ListCommandHandler.java 61 this.replyCodeForFileSystemException = ReplyCodes.SYSTEM_ERROR;
NlstCommandHandler.java 58 this.replyCodeForFileSystemException = ReplyCodes.SYSTEM_ERROR;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
NlstCommandHandlerTest.groovy 91 assertSessionReply(1, ReplyCodes.SYSTEM_ERROR, ERROR_MESSAGE_KEY)
ListCommandHandlerTest.groovy 107 assertSessionReply(1, ReplyCodes.SYSTEM_ERROR, ERROR_MESSAGE_KEY)
  /frameworks/base/keystore/java/android/security/
KeyStore.java 63 public static final int SYSTEM_ERROR = 4;
221 return SYSTEM_ERROR;
474 return SYSTEM_ERROR;
491 return SYSTEM_ERROR;
507 return SYSTEM_ERROR;
525 return SYSTEM_ERROR;
597 return SYSTEM_ERROR;
628 return SYSTEM_ERROR;
706 return SYSTEM_ERROR;
721 return SYSTEM_ERROR;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftsiface.h 44 #define SYSTEM_ERROR UINT(-25)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py 204 SYSTEM_ERROR = -32400
    [all...]
  /external/python/cpython2/Lib/
xmlrpclib.py 205 SYSTEM_ERROR = -32400
    [all...]

Completed in 368 milliseconds

1 2