Home
last modified time | relevance | path

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

/system/vold/
DVoldNativeServiceValidation.cpp49 return Exception(binder::Status::EX_SECURITY, in CheckPermission()
59 return Exception(binder::Status::EX_SECURITY, in CheckUidOrRoot()
/system/netd/include/binder_utils/
DBinderUtil.h45 EXCEPTION_TO_STRING(EX_SECURITY, "SecurityException") in exceptionToString()
/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()
119 return BinderStatus::fromExceptionCode(BinderStatus::EX_SECURITY, in CheckDebuggable()
/system/gsid/
Dgsi_service.cpp495 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, String8(message.c_str())); in UidSecurityError()
/system/netd/server/
DNetdNativeService.cpp107 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, err.c_str()); in checkAnyPermission()