/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | geo_convert_proxy.cpp | 35 int error = ERRCODE_SERVICE_UNAVAILABLE; in GetAddressByCoordinate() local 49 int error = ERRCODE_SERVICE_UNAVAILABLE; in GetAddressByLocationName() local 65 int error = ERRCODE_SERVICE_UNAVAILABLE; in SendSimpleMsg() local 79 int error = ERRCODE_SERVICE_UNAVAILABLE; in SendMsgWithDataReply() local 96 int error = SendSimpleMsg(msgId, reply); in SendSimpleMsgAndParseResult() local
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_callback_proxy.cpp | 39 int error = Remote()->SendRequest( in OnCameraStatusChanged() local 54 int error = ERR_NONE; in OnFlashlightStatusChanged() local 81 int error = Remote()->SendRequest( in OnCameraMute() local 99 int error = ERR_NONE; in OnTorchStatusChange() local 121 int error = ERR_NONE; in OnFoldStatusChanged() local
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/ |
H A D | deferred_photo_processing_session_callback_proxy.cpp | 40 int error = Remote()->SendRequest( in OnProcessImageDone() local 64 int error = Remote()->SendRequest( in OnProcessImageDone() local 87 int error = Remote()->SendRequest( in OnDeliveryLowQualityImage() local 106 int error = Remote()->SendRequest( in OnError() local 123 int error = Remote()->SendRequest( in OnStateChanged() local
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/ |
H A D | display_hdmi.cpp | 50 DisplayError error = HWHDMI::Create(&hw_intf_, hw_info_intf_, in Init() local 104 DisplayError error = DisplayBase::Deinit(); in Deinit() local 112 DisplayError error = kErrorNone; in Prepare() local 133 DisplayError error = kErrorNone; in GetRefreshRateRange() local 152 DisplayError error = hw_intf_->SetRefreshRate(refresh_rate); in SetRefreshRate() local 218 DisplayError error = hw_intf_->GetConfigIndex(user_config, &config_index); in GetBestConfig() local 227 DisplayError error = kErrorNone; in GetScanSupport() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_remote_device_observer_proxy.cpp | 55 int32_t error = in OnPairStatusChanged() local 100 …int32_t error = InnerTransact(BluetoothRemoteDeviceObserverInterfaceCode::BT_REMOTE_DEVICE_OBSERVE… in OnRemoteUuidChanged() local 127 …int32_t error = InnerTransact(BluetoothRemoteDeviceObserverInterfaceCode::BT_REMOTE_DEVICE_OBSERVE… in OnRemoteNameChanged() local 154 int32_t error = InnerTransact( in OnRemoteAliasChanged() local 180 …int32_t error = InnerTransact(BluetoothRemoteDeviceObserverInterfaceCode::BT_REMOTE_DEVICE_OBSERVE… in OnRemoteCodChanged() local 202 int32_t error = InnerTransact( in OnRemoteBatteryChanged() local 223 int32_t error = InnerTransact( in OnRemoteDeviceCommonInfoReport() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_client_tracker_callback_proxy.cpp | 38 int error = Remote()->SendRequest(PAUSEDSTREAM, data, reply, option); in PausedStreamImpl() local 55 int error = Remote()->SendRequest(RESUMESTREAM, data, reply, option); in ResumeStreamImpl() local 70 int error = Remote()->SendRequest(SETLOWPOWERVOL, data, reply, option); in SetLowPowerVolumeImpl() local 84 int error = Remote()->SendRequest(GETLOWPOWERVOL, data, reply, option); in GetLowPowerVolumeImpl() local 100 int error = Remote()->SendRequest(GETSINGLESTREAMVOL, data, reply, option); in GetSingleStreamVolumeImpl() local 119 int error = Remote()->SendRequest(SETOFFLOADMODE, data, reply, option); in SetOffloadModeImpl() local 133 int error = Remote()->SendRequest(UNSETOFFLOADMODE, data, reply, option); in UnsetOffloadModeImpl() local
|
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_proxy.cpp | 67 auto error = SendTransactCmd(IDataObsMgr::REGISTER_OBSERVER, data, reply, option); in RegisterObserver() local 92 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER, data, reply, option); in UnregisterObserver() local 116 auto error = SendTransactCmd(IDataObsMgr::NOTIFY_CHANGE, data, reply, option); in NotifyChange() local 148 auto error = SendTransactCmd(IDataObsMgr::REGISTER_OBSERVER_EXT, data, reply, option); in RegisterObserverExt() local 173 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER_EXT, data, reply, option); in UnregisterObserverExt() local 203 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER_ALL_EXT, data, reply, option); in UnregisterObserverExt() local 230 auto error = SendTransactCmd(IDataObsMgr::NOTIFY_CHANGE_EXT, data, reply, option); in NotifyChangeExt() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerException.java | 26 public final int error; field in PackageManagerException 33 public PackageManagerException(int error, String detailMessage) { in PackageManagerException() 38 public PackageManagerException(int error, String detailMessage, Throwable throwable) { in PackageManagerException()
|
/aosp12/system/libvintf/test/ |
H A D | LibVintfTest.cpp | 67 std::string error; in add() local 370 std::string error; in TEST_F() local 829 std::string error; in TEST_F() local 950 std::string error; in TEST_F() local 959 std::string error; in TEST_F() local 1260 std::string error; in TEST_F() local 1360 std::string error; in TEST_F() local 1576 std::string error; in TEST_F() local 1633 std::string error; in TEST_F() local 1675 std::string error; in TEST_F() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/ |
H A D | ui_service_mgr_proxy.cpp | 51 int32_t error = Remote()->SendRequest(IUIServiceMgr::REGISTER_CALLBACK, data, reply, option); in RegisterCallBack() local 69 int32_t error = Remote()->SendRequest(IUIServiceMgr::UNREGISTER_CALLBACK, data, reply, option); in UnregisterCallBack() local 99 int32_t error = Remote()->SendRequest(IUIServiceMgr::PUSH, dataParcel, reply, option); in Push() local 125 int32_t error = Remote()->SendRequest(IUIServiceMgr::REQUEST, dataParcel, reply, option); in Request() local 154 int32_t error = Remote()->SendRequest(IUIServiceMgr::RETURN_REQUEST, dataParcel, reply, option); in ReturnRequest() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_audio_manager_proxy.cpp | 53 int error = Remote()->SendRequest(opcode, data, reply, option); in SetWearDetection() local 75 int error = Remote()->SendRequest( in GetWearDetectionState() local 99 int error = Remote()->SendRequest( in IsDeviceWearing() local 116 int error = Remote()->SendRequest( in IsWearDetectionSupported() local 141 int error = Remote()->SendRequest( in SendDeviceSelection() local
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_internal.h | 103 #define ARKTS_ASSERT(condition, error, ret) \ argument 108 #define ARKTS_ASSERT_P(condition, error) ARKTS_ASSERT(condition, error, nullptr) argument 109 #define ARKTS_ASSERT_F(condition, error) ARKTS_ASSERT(condition, error, false) argument 110 #define ARKTS_ASSERT_I(condition, error) ARKTS_ASSERT(condition, error, 0) argument 111 #define ARKTS_ASSERT_V(condition, error) ARKTS_ASSERT(condition, error,) argument
|
/aosp12/system/core/fastboot/ |
H A D | udp.cpp | 143 std::string* error) { in NewTransport() 153 bool UdpTransport::InitializeProtocol(std::string* error) { in InitializeProtocol() 208 size_t rx_length, int attempts, std::string* error) { in SendData() 255 size_t rx_length, const int attempts, std::string* error) { in SendSinglePacketHelper() 330 std::string error; in Read() local 348 std::string error; in Write() local 378 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error) { in Connect() 385 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error) { in Connect()
|
/ohos5.0/base/telephony/core_service/services/ims_service_interaction/src/ |
H A D | ims_core_service_proxy.cpp | 43 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCoreServiceInterfaceCode::IMS_GET_REGI… in GetImsRegistrationStatus() local 70 int32_t error = remote->SendRequest( in GetPhoneNumberFromIMPU() local 102 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCoreServiceInterfaceCode::IMS_REGISTER… in RegisterImsCoreServiceCallback() local 126 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCoreServiceInterfaceCode::IMS_GET_PROX… in GetProxyObjectPtr() local
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/ |
H A D | screen_capture_monitor_service_proxy.cpp | 47 int error = Remote()->SendRequest(SET_LISTENER_OBJ, data, reply, option); in SetListenerObject() local 61 int error = Remote()->SendRequest(CLOSE_LISTENER_OBJ, data, reply, option); in CloseListenerObject() local 75 int error = Remote()->SendRequest(IS_SCREEN_CAPTURE_WORKING, data, reply, option); in IsScreenCaptureWorking() local 90 int error = Remote()->SendRequest(DESTROY, data, reply, option); in DestroyStub() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_context_object_test/ |
H A D | cj_ability_context_object_test.cpp | 39 [](int64_t id, int32_t error, CJPermissionRequestResult* cjPermissionRequestResult) {}; in __anon017054080102() 41 … CJDialogRequestResult* cjDialogRequestResult) {}; in __anon017054080102()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_session_services.cpp | 97 int32_t error = -EINVAL; in isDisplayConnected() local 247 int32_t error = -EINVAL; in SetActiveConfigIndex() local 265 int32_t error = -EINVAL; in getDisplayAttributes() local 295 int32_t error = -EINVAL; in setPanelBrightness() local 309 int32_t error = -EINVAL; in GetPanelBrightness() local 323 int32_t error = -EINVAL; in GetPanelMaxBrightness() local 337 int32_t error = GetPanelBrightness(level); in getPanelBrightness() local 425 int32_t error = -EINVAL; in toggleScreenUpdate() local 450 int32_t error = -EINVAL; in getHDRCapabilities() local 774 int32_t error = -EINVAL; in getDebugProperty() local [all …]
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/ |
H A D | display_primary.cpp | 51 DisplayError error = HWInterface::Create(kPrimary, hw_info_intf_, buffer_sync_handler_, in Init() local 85 DisplayError error = kErrorNone; in Prepare() local 107 DisplayError error = kErrorNone; in Commit() local 144 DisplayError error = kErrorNone; in SetDisplayState() local 167 DisplayError error = kErrorNone; in SetDisplayMode() local 222 DisplayError error = kErrorNone; in GetRefreshRateRange() local 246 DisplayError error = hw_intf_->SetRefreshRate(refresh_rate); in SetRefreshRate() local
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
H A D | display_primary.cpp | 51 DisplayError error = HWInterface::Create(kPrimary, hw_info_intf_, buffer_sync_handler_, in Init() local 85 DisplayError error = kErrorNone; in Prepare() local 107 DisplayError error = kErrorNone; in Commit() local 144 DisplayError error = kErrorNone; in SetDisplayState() local 167 DisplayError error = kErrorNone; in SetDisplayMode() local 227 DisplayError error = kErrorNone; in GetRefreshRateRange() local 251 DisplayError error = hw_intf_->SetRefreshRate(refresh_rate); in SetRefreshRate() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceAuthenticationClient.java | 178 public void onError(@BiometricConstants.Errors int error, int vendorCode) { in onError() 243 final int error = BiometricFaceConstants.FACE_ERROR_LOCKOUT; in onLockoutTimed() local 244 logOnError(getContext(), error, 0 /* vendorCode */, getTargetUserId()); in onLockoutTimed() local 247 getListener().onError(getSensorId(), getCookie(), error, 0 /* vendorCode */); in onLockoutTimed() local 258 final int error = BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT; in onLockoutPermanent() local 259 logOnError(getContext(), error, 0 /* vendorCode */, getTargetUserId()); in onLockoutPermanent() local 262 getListener().onError(getSensorId(), getCookie(), error, 0 /* vendorCode */); in onLockoutPermanent() local
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/ |
H A D | connection_observer_proxy.cpp | 41 int error = SendTransactCmd(IConnectionObserver::ON_EXTENSION_CONNECTED, data, reply, option); in OnExtensionConnected() local 65 … int error = SendTransactCmd(IConnectionObserver::ON_EXTENSION_DISCONNECTED, data, reply, option); in OnExtensionDisconnected() local 90 int error = SendTransactCmd(IConnectionObserver::ON_DLP_ABILITY_OPENED, data, reply, option); in OnDlpAbilityOpened() local 114 int error = SendTransactCmd(IConnectionObserver::ON_DLP_ABILITY_CLOSED, data, reply, option); in OnDlpAbilityClosed() local
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | call_status_callback_stub.cpp | 364 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionResult() local 380 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionPasswordResult() local 420 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetTransferResult() local 484 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetCallClirResult() local 500 int32_t error = TELEPHONY_ERR_FAIL; in OnStartRttResult() local 516 int32_t error = TELEPHONY_ERR_FAIL; in OnStopRttResult() local 532 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsConfigResult() local 556 int32_t error = TELEPHONY_ERR_FAIL; in OnSetImsConfigResult() local 572 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsFeatureValueResult() local 596 int32_t error = TELEPHONY_ERR_FAIL; in OnSetImsFeatureValueResult() local [all …]
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | SocketKeepalive.java | 194 public final int error; field in SocketKeepalive.ErrorCodeException 195 public ErrorCodeException(final int error, final Throwable e) { in ErrorCodeException() 199 public ErrorCodeException(final int error) { in ErrorCodeException() 210 public InvalidSocketException(final int error, final Throwable e) { in InvalidSocketException() 213 public InvalidSocketException(final int error) { in InvalidSocketException() 342 public void onError(@ErrorCode int error) {} in onError()
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/ |
H A D | app_domain_verify_mgr_service_test.cpp | 136 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable 166 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable 217 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable 246 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable 275 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable 306 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable 324 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable 340 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable 360 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable 378 int32_t error = appDomainVerifyMgrService->OnRemoteRequest( variable [all …]
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
H A D | HwcHal.h | 58 int32_t error = mDispatch.getPerFrameMetadataKeys(mDevice, display, &count, nullptr); in getPerFrameMetadataKeys() local 93 int32_t error = mDispatch.setLayerPerFrameMetadata(mDevice, display, layer, metadata.size(), in setLayerPerFrameMetadata() local 106 int32_t error = in getReadbackBufferAttributes() local 121 int32_t error = in setReadbackBuffer() local 132 int32_t error = mDispatch.getReadbackBufferFence(mDevice, display, &fenceFd); in getReadbackBufferFence() local 163 int32_t error = mDispatch.setLayerFloatColor( in setLayerFloatColor() local 189 int32_t error = in getRenderIntents() local 227 int32_t error = HWC2_ERROR_UNSUPPORTED; in getDataspaceSaturationMatrix() local
|