/ohos5.0/base/request/request/frameworks/js/napi/src/upload/ |
H A D | js_util.cpp | 341 napi_env env, const ExceptionErrorCode &errorCode, const std::string &errorMessage) in CreateBusinessError()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | StagingManager.java | 135 void setSessionFailed(@StagedSessionErrorCode int errorCode, String errorMessage); in setSessionFailed() 1230 @SessionInfo.StagedSessionErrorCode int errorCode, String errorMessage) { in onPreRebootVerificationFailure()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SmsController.java | 784 private void sendErrorInPendingIntent(@Nullable PendingIntent intent, int errorCode) { in sendErrorInPendingIntent() 794 private void sendErrorInPendingIntents(List<PendingIntent> intents, int errorCode) { in sendErrorInPendingIntents()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 361 void NativeEngine::SetLastError(int errorCode, uint32_t engineErrorCode, void* engineReserved) in SetLastError() 432 UErrorCode errorCode = U_ZERO_ERROR; in SubEncodeToChinese() local
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/ |
H A D | AudioEncoderDemoCommon.cpp | 32 void OnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in OnError() 1352 void InnerAEnDemoCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 134 napi_value errorCode; in ThrowError() local 141 void GetErrorInfo(int32_t errorCode, ErrorInfo &errorInfo) in GetErrorInfo()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | photo_output.cpp | 268 int32_t HStreamCaptureCallbackImpl::OnCaptureError(const int32_t captureId, const int32_t errorCode) in OnCaptureError() 456 int32_t errorCode = CAMERA_OK; in SetCallback() local
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/ |
H A D | detail_enhancer_video_ndk_unit_test.cpp | 113 void OnErrorEmptyCallback(OH_VideoProcessing* handle, VideoProcessing_ErrorCode errorCode, void* us… in OnErrorEmptyCallback() 117 void OnError(OH_VideoProcessing* handle, VideoProcessing_ErrorCode errorCode, void* userData) in OnError()
|
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
H A D | WifiManagerTest.java | 2922 int errorCode = STATUS_SUGGESTION_CONNECTION_FAILURE_AUTHENTICATION; in testAddSuggestionConnectionStatusListenerAndReceiveEvent() local 2939 int errorCode = STATUS_SUGGESTION_CONNECTION_FAILURE_AUTHENTICATION; in testAddSuggestionConnectionStatusListenerWithTheTargetExecutor() local 2946 callbackCaptor.getValue().onConnectionStatus(any(WifiNetworkSuggestion.class), errorCode); in testAddSuggestionConnectionStatusListenerWithTheTargetExecutor() local
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
H A D | EapSimAkaAttribute.java | 903 public final int errorCode; field in EapSimAkaAttribute.AtClientErrorCode 905 public AtClientErrorCode(int lengthInBytes, int errorCode) in AtClientErrorCode() 922 private static AtClientErrorCode getClientErrorCode(int errorCode) { in getClientErrorCode()
|
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/ |
H A D | DhcpPacket.java | 943 public final int errorCode; field in DhcpPacket.ParseException 944 public ParseException(int errorCode, String msg, Object... args) { in ParseException() 1294 final int errorCode = DhcpErrorEvent.errorCodeWithOption( in decodeFullPacket() local
|
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | CameraDeviceClient.cpp | 43 #define STATUS_ERROR(errorCode, errorString) \ argument 47 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \ argument 1807 void CameraDeviceClient::notifyError(int32_t errorCode, in notifyError()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 139 static OH_AVErrCode MSErrCodeToAVErrCodeApi9(MediaServiceExtErrCodeAPI9 errorCode) in MSErrCodeToAVErrCodeApi9() 179 void OnError(OH_AVPlayer *player, int32_t errorCode, const std::string &errorMsg) in OnError() 377 void NativeAVPlayerCallback::OnError(int32_t errorCode, const std::string &errorMsg) in OnError()
|
/ohos5.0/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_adapt.c | 842 int32_t errorCode, const char *errorReturn, int32_t type) in GaCbOnErrorWithType() 883 static void IpcGaCbOnError(int64_t requestId, int32_t operationCode, int32_t errorCode, const char … in IpcGaCbOnError() 889 static void TmpIpcGaCbOnError(int64_t requestId, int32_t operationCode, int32_t errorCode, const ch… in TmpIpcGaCbOnError()
|
/ohos5.0/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_adapt.cpp | 803 int32_t errorCode, const char *errorReturn, int32_t type) in GaCbOnErrorWithType() 837 static void IpcGaCbOnError(int64_t requestId, int32_t operationCode, int32_t errorCode, const char … in IpcGaCbOnError() 843 static void TmpIpcGaCbOnError(int64_t requestId, int32_t operationCode, int32_t errorCode, const ch… in TmpIpcGaCbOnError()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 95 info.errorCallback = [](const std::string& errorMsg, int32_t errorCode) { in RunPage() 105 auto errorCallback = [](const std::string& errorMsg, int32_t errorCode) { in RunPage() 1668 info.errorCallback = [](const std::string& errorMsg, int32_t errorCode) { in RestorePageWithTarget() 2273 int32_t errorCode, const std::string& errorMsg) { in LoadOhmUrlPage()
|
/aosp12/frameworks/base/core/java/android/service/contentcapture/ |
H A D | ContentCaptureService.java | 681 public void error(int errorCode) throws RemoteException { in error()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | MbmsDownloadSession.java | 1132 private void sendErrorToApp(int errorCode, String message) { in sendErrorToApp()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/ |
H A D | fms_form_host_client_test.cpp | 563 int32_t errorCode = 1; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend.h | 69 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | drawable_descriptor_test.cpp | 632 uint32_t errorCode = 0; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/ |
H A D | videodec_ndk_inner_sample.cpp | 69 void VDecInnerCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/ |
H A D | audiodecoderdemo.cpp | 44 void OnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in OnError()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_packet.cpp | 366 void DataAckPacket::SetRecvCode(int32_t errorCode) in SetRecvCode()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_napi_utils.h | 77 int errorCode; variable
|