Home
last modified time | relevance | path

Searched refs:fromExceptionCode (Results 1 – 9 of 9) sorted by relevance

/system/apex/apexd/
Dapexservice.cpp59 return BinderStatus::fromExceptionCode(BinderStatus::EX_SECURITY, in CheckCallerIsRoot()
116 return BinderStatus::fromExceptionCode(BinderStatus::EX_SECURITY, in CheckDebuggable()
139 return BinderStatus::fromExceptionCode( in stagePackages()
154 return BinderStatus::fromExceptionCode( in unstagePackages()
171 return BinderStatus::fromExceptionCode( in submitStagedSession()
193 return BinderStatus::fromExceptionCode( in markStagedSessionReady()
208 return BinderStatus::fromExceptionCode( in markStagedSessionSuccessful()
342 return BinderStatus::fromExceptionCode( in activatePackage()
364 return BinderStatus::fromExceptionCode( in deactivatePackage()
425 return BinderStatus::fromExceptionCode( in preinstallPackages()
[all …]
/system/libhidl/base/
DStatus.cpp54 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode() function in android::hardware::Status
61 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::hardware::Status
/system/libhidl/base/include/hidl/
DStatus.h86 static Status fromExceptionCode(int32_t exceptionCode);
87 static Status fromExceptionCode(int32_t exceptionCode,
/system/vold/
DVoldNativeServiceValidation.cpp38 return binder::Status::fromExceptionCode(code, String8(msg.c_str())); in Exception()
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp100 return binder::Status::fromExceptionCode(binder::Status::Exception::EX_NULL_POINTER, in getWakeLockStats()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp119 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in bitwiseNot()
141 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in getSumDiff()
149 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in getSumDiff()
159 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in getSumDiff()
/system/libhidl/
Dtest_main.cpp597 EXPECT_THAT(toString(Status::fromExceptionCode(Status::EX_NULL_POINTER)), in TEST_F()
/system/gsid/
Dgsi_service.cpp503 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()