Searched refs:EX_SECURITY (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/binder/ndk/ |
D | status.cpp | 125 case Status::EX_SECURITY: in PruneException() 126 return EX_SECURITY; in PruneException()
|
/frameworks/base/cmds/incidentd/src/ |
D | IncidentService.cpp | 84 Status::EX_SECURITY, in checkIncidentPermissions() 91 Status::EX_SECURITY, in checkIncidentPermissions() 102 Status::EX_SECURITY, in checkIncidentPermissions() 112 Status::EX_SECURITY, in checkIncidentPermissions() 312 return Status::fromExceptionCode(Status::EX_SECURITY, in systemRunning()
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_status.h | 67 EX_SECURITY = -1, enumerator
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.cpp | 85 return exception(binder::Status::EX_SECURITY, in checkUid() 101 return exception(binder::Status::EX_SECURITY, in checkDumpAndUsageStats() 105 return exception(binder::Status::EX_SECURITY, in checkDumpAndUsageStats() 116 return exception(binder::Status::EX_SECURITY, in checkDumpAndUsageStats() 1305 return exception(binder::Status::EX_SECURITY, in sendBinaryPushStateChangedAtom() 1310 return exception(binder::Status::EX_SECURITY, in sendBinaryPushStateChangedAtom() 1398 return exception(binder::Status::EX_SECURITY, in sendWatchdogRollbackOccurredAtom() 1403 return exception(binder::Status::EX_SECURITY, in sendWatchdogRollbackOccurredAtom() 1449 return exception(binder::Status::EX_SECURITY, in getRegisteredExperimentIds() 1453 return exception(binder::Status::EX_SECURITY, in getRegisteredExperimentIds()
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 58 EX_SECURITY = -1, enumerator
|
/frameworks/native/libs/binder/ |
D | Status.cpp | 70 EXCEPTION_TO_CASE(EX_SECURITY) in exceptionToString()
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 261 private static final int EX_SECURITY = -1; field in Parcel 1876 code = EX_SECURITY; in writeException() 2070 case EX_SECURITY: in createException()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 140 return exception(binder::Status::EX_SECURITY, in checkPermission() 150 return exception(binder::Status::EX_SECURITY, in checkUid()
|