Home
last modified time | relevance | path

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

/system/vold/
DVoldNativeServiceValidation.cpp48 return Exception(binder::Status::EX_SECURITY, in CheckPermission()
58 return Exception(binder::Status::EX_SECURITY, in CheckUidOrRoot()
/system/netd/include/binder_utils/
DBinderUtil.h51 EXCEPTION_TO_STRING(EX_SECURITY, "SecurityException") in exceptionToString()
151 return android::binder::Status::fromExceptionCode(android::binder::Status::EX_SECURITY, in checkAnyPermission()
/system/libhidl/base/
DStatus.cpp36 EXCEPTION_CASE(EX_SECURITY); in exceptionToString()
/system/libhidl/base/include/hidl/
DStatus.h62 EX_SECURITY = -1, enumerator
/system/apex/apexd/
Dapexservice.cpp60 return BinderStatus::fromExceptionCode(BinderStatus::EX_SECURITY, in CheckCallerIsRoot()
70 return BinderStatus::fromExceptionCode(BinderStatus::EX_SECURITY, in CheckCallerSystemOrRoot()
135 return BinderStatus::fromExceptionCode(BinderStatus::EX_SECURITY, in CheckDebuggable()
/system/gsid/
Dgsi_service.cpp570 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, String8(message.c_str())); in UidSecurityError()