Home
last modified time | relevance | path

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

/system/netd/include/
DBinderUtil.h42 EXCEPTION_TO_STRING(EX_SECURITY, "SecurityException") in exceptionToString()
/system/libhidl/base/
DStatus.cpp67 EXCEPTION_TO_STRING_PAIR(EX_SECURITY), in exceptionToString()
/system/libhidl/base/include/hidl/
DStatus.h62 EX_SECURITY = -1, enumerator
/system/netd/resolv/
DDnsResolverService.cpp167 return ::ndk::ScopedAStatus(AStatus_fromExceptionCodeWithMessage(EX_SECURITY, err.c_str())); in checkAnyPermission()
/system/vold/
DVoldNativeService.cpp90 return exception(binder::Status::EX_SECURITY, in checkPermission()
100 return exception(binder::Status::EX_SECURITY, in checkUid()
/system/apex/apexd/
Dapexservice.cpp97 return BinderStatus::fromExceptionCode(BinderStatus::EX_SECURITY, in CheckDebuggable()
/system/gsid/
Dgsi_service.cpp404 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, in CheckUid()
/system/netd/server/
DNetdNativeService.cpp94 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, err.c_str()); in checkAnyPermission()