Home
last modified time | relevance | path

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

/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()
160 return BinderStatus::fromExceptionCode( in stagePackages()
178 return BinderStatus::fromExceptionCode( in unstagePackages()
200 return BinderStatus::fromExceptionCode( in submitStagedSession()
227 return BinderStatus::fromExceptionCode( in markStagedSessionReady()
247 return BinderStatus::fromExceptionCode( in markStagedSessionSuccessful()
289 return BinderStatus::fromExceptionCode( in reserveSpaceForCompressedApex()
444 return BinderStatus::fromExceptionCode( in getStagedApexInfos()
[all …]
/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc118 return ScopedAStatus::fromExceptionCode(EX_ILLEGAL_ARGUMENT); in loadNanoapp()
135 return ScopedAStatus::fromExceptionCode(EX_ILLEGAL_ARGUMENT); in unloadNanoapp()
148 return ScopedAStatus::fromExceptionCode(EX_UNSUPPORTED_OPERATION); in disableNanoapp()
156 return ScopedAStatus::fromExceptionCode(EX_UNSUPPORTED_OPERATION); in enableNanoapp()
205 return ScopedAStatus::fromExceptionCode(EX_ILLEGAL_ARGUMENT); in queryNanoapps()
215 return ScopedAStatus::fromExceptionCode(EX_ILLEGAL_ARGUMENT); in registerCallback()
245 return ScopedAStatus::fromExceptionCode(EX_ILLEGAL_ARGUMENT); in sendMessageToHub()
/system/tools/aidl/tests/lazy_test/
DLazyTestServiceCb.cpp66 return mFd < 0 ? Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT) : Status::ok(); in setEventFd()
/system/netd/server/
DNetdNativeService.cpp213 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in firewallReplaceUidChain()
256 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in bandwidthAddNaughtyApp()
260 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in bandwidthRemoveNaughtyApp()
264 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in bandwidthAddNiceApp()
268 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in bandwidthRemoveNiceApp()
712 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in trafficSwapActiveStatsMap()
759 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in clatdStart()
766 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in clatdStop()
1109 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in trafficSetNetPermForUids()
1130 return binder::Status::fromExceptionCode(binder::Status::EX_UNSUPPORTED_OPERATION); in firewallSetUidRule()
[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.cpp52 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DIOldName.cpp103 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DINamedCallback.cpp103 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DINewName.cpp103 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DListOfInterfaces.cpp81 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
283 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DArrayOfInterfaces.cpp81 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
299 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
DITestService.cpp4722 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
/system/libhidl/base/include/hidl/
DStatus.h86 static Status fromExceptionCode(int32_t exceptionCode);
87 static Status fromExceptionCode(int32_t exceptionCode,
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp169 return binder::Status::fromExceptionCode(binder::Status::Exception::EX_NULL_POINTER, in getSuspendStats()
181 return binder::Status::fromExceptionCode(binder::Status::Exception::EX_NULL_POINTER, in getWakeLockStats()
195 return binder::Status::fromExceptionCode(binder::Status::Exception::EX_NULL_POINTER, in getWakeupStats()
/system/vold/
DVoldNativeServiceValidation.cpp38 return binder::Status::fromExceptionCode(code, String8(msg.c_str())); in Exception()
/system/netd/include/binder_utils/
DBinderUtil.h151 return android::binder::Status::fromExceptionCode(android::binder::Status::EX_SECURITY, in checkAnyPermission()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/
DINestedService.cpp188 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
354 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
/system/libfmq/tests/aidl/default/
DTestAidlMsgQ.cpp29 return ndk::ScopedAStatus::fromExceptionCode(EX_ILLEGAL_ARGUMENT); in configureFmqSyncReadWrite()
/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/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp492 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
651 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/
DIFooInterface.cpp385 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
/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-fixedsizearray-cpp-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.cpp1349 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
1449 …_aidl_ret_status = ::android::binder::Status::fromExceptionCode(::android::binder::Status::EX_NULL… in onTransact()
/system/gsid/
Dgsi_service.cpp561 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, String8(message.c_str())); in UidSecurityError()