Home
last modified time | relevance | path

Searched refs:EX_SECURITY (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/cmds/servicemanager/
DServiceManager.cpp187 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()
Dtest_sm.cpp317 Status::EX_SECURITY); in TEST()
332 Status::EX_SECURITY); in TEST()
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp83 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/
Dstatus.cpp136 case Status::EX_SECURITY: in PruneException()
137 return EX_SECURITY; in PruneException()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp79 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/
Dbinder_status.h68 EX_SECURITY = -1, enumerator
/frameworks/native/libs/binder/include/binder/
DStatus.h58 EX_SECURITY = -1, enumerator
/frameworks/native/include/binder/
DStatus.h58 EX_SECURITY = -1, enumerator
/frameworks/native/libs/binder/
DStatus.cpp70 EXCEPTION_TO_CASE(EX_SECURITY) in exceptionToString()
/frameworks/base/core/java/android/os/
DParcel.java261 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/
DInstalldNativeService.cpp148 return exception(binder::Status::EX_SECURITY, in checkPermission()
158 return exception(binder::Status::EX_SECURITY, in checkUid()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51726 Landroid/os/Parcel;->EX_SECURITY:I