Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice.cpp60 return BinderStatus::fromExceptionCode(BinderStatus::EX_SECURITY, in CheckCallerIsRoot()
129 return BinderStatus::fromExceptionCode(BinderStatus::EX_SECURITY, in CheckDebuggable()
151 return BinderStatus::fromExceptionCode( in stagePackages()
165 return BinderStatus::fromExceptionCode( in unstagePackages()
182 return BinderStatus::fromExceptionCode( in submitStagedSession()
204 return BinderStatus::fromExceptionCode( in markStagedSessionReady()
219 return BinderStatus::fromExceptionCode( in markStagedSessionSuccessful()
256 return BinderStatus::fromExceptionCode( in reserveSpaceForCompressedApex()
391 return BinderStatus::fromExceptionCode( in activatePackage()
412 return BinderStatus::fromExceptionCode( in deactivatePackage()
[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/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DIDeprecated.cpp65 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DINamedCallback.cpp116 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DIOldName.cpp116 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DINewName.cpp116 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DITestService.cpp3495 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp167 return binder::Status::fromExceptionCode(binder::Status::Exception::EX_NULL_POINTER, in getSuspendStats()
179 return binder::Status::fromExceptionCode(binder::Status::Exception::EX_NULL_POINTER, in getWakeLockStats()
193 return binder::Status::fromExceptionCode(binder::Status::Exception::EX_NULL_POINTER, in getWakeupStats()
/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/libfmq/tests/aidl/default/
DTestAidlMsgQ.cpp29 return ndk::ScopedAStatus::fromExceptionCode(EX_ILLEGAL_ARGUMENT); in configureFmqSyncReadWrite()
/system/netd/server/
DNetdNativeService.cpp109 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, err.c_str()); in checkAnyPermission()
1298 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in tetherOffloadRuleAdd()
1306 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in tetherOffloadRuleRemove()
1314 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in tetherOffloadGetStats()
1322 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in tetherOffloadSetInterfaceQuota()
1330 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in tetherOffloadGetAndClearStats()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp108 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in bitwiseNot()
130 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in getSumDiff()
138 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in getSumDiff()
148 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT, in getSumDiff()
/system/libhidl/
Dtest_main.cpp629 EXPECT_THAT(toString(Status::fromExceptionCode(Status::EX_NULL_POINTER)), in TEST_F()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp501 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
/system/gsid/
Dgsi_service.cpp560 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, String8(message.c_str())); in UidSecurityError()