Searched refs:EX_SECURITY (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.cpp | 187 return Status::fromExceptionCode(Status::EX_SECURITY); in addService() 191 return Status::fromExceptionCode(Status::EX_SECURITY); in addService() 237 return Status::fromExceptionCode(Status::EX_SECURITY); in listServices() 266 return Status::fromExceptionCode(Status::EX_SECURITY); in registerForNotifications() 300 return Status::fromExceptionCode(Status::EX_SECURITY); in unregisterForNotifications() 322 return Status::fromExceptionCode(Status::EX_SECURITY); in isDeclared() 389 return Status::fromExceptionCode(Status::EX_SECURITY); in registerClientCallback() 523 return Status::fromExceptionCode(Status::EX_SECURITY); in tryUnregisterService()
|
D | test_sm.cpp | 317 Status::EX_SECURITY); in TEST() 332 Status::EX_SECURITY); in TEST()
|
/frameworks/base/cmds/incidentd/src/ |
D | IncidentService.cpp | 83 Status::EX_SECURITY, in checkIncidentPermissions() 90 Status::EX_SECURITY, in checkIncidentPermissions() 101 Status::EX_SECURITY, in checkIncidentPermissions() 111 Status::EX_SECURITY, in checkIncidentPermissions() 314 return Status::fromExceptionCode(Status::EX_SECURITY, "Only ROOT or SHELL allowed"); in reportIncidentToDumpstate() 344 return Status::fromExceptionCode(Status::EX_SECURITY, in systemRunning()
|
/frameworks/native/libs/binder/ndk/ |
D | status.cpp | 136 case Status::EX_SECURITY: in PruneException() 137 return EX_SECURITY; in PruneException()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.cpp | 79 return exception(binder::Status::EX_SECURITY, in checkUid() 95 return exception(binder::Status::EX_SECURITY, in checkDumpAndUsageStats() 99 return exception(binder::Status::EX_SECURITY, in checkDumpAndUsageStats() 110 return exception(binder::Status::EX_SECURITY, in checkDumpAndUsageStats() 1309 return exception(binder::Status::EX_SECURITY, in sendBinaryPushStateChangedAtom() 1314 return exception(binder::Status::EX_SECURITY, in sendBinaryPushStateChangedAtom() 1405 return exception(binder::Status::EX_SECURITY, in sendWatchdogRollbackOccurredAtom() 1410 return exception(binder::Status::EX_SECURITY, in sendWatchdogRollbackOccurredAtom() 1456 return exception(binder::Status::EX_SECURITY, in getRegisteredExperimentIds() 1460 return exception(binder::Status::EX_SECURITY, in getRegisteredExperimentIds()
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_status.h | 68 EX_SECURITY = -1, enumerator
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 58 EX_SECURITY = -1, enumerator
|
/frameworks/native/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 1881 code = EX_SECURITY; in writeException() 2075 case EX_SECURITY: in createException()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 148 return exception(binder::Status::EX_SECURITY, in checkPermission() 158 return exception(binder::Status::EX_SECURITY, in checkUid()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 51726 Landroid/os/Parcel;->EX_SECURITY:I
|