Home
last modified time | relevance | path

Searched defs:errorCode (Results 1126 – 1150 of 1530) sorted by relevance

1...<<41424344454647484950>>...62

/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Djs_util.cpp341 napi_env env, const ExceptionErrorCode &errorCode, const std::string &errorMessage) in CreateBusinessError()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DStagingManager.java135 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 DSmsController.java784 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 Dnative_engine.cpp361 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 DAudioEncoderDemoCommon.cpp32 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 Dnapi_screenlock_ability.cpp134 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 Dphoto_output.cpp268 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 Ddetail_enhancer_video_ndk_unit_test.cpp113 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 DWifiManagerTest.java2922 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 DEapSimAkaAttribute.java903 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 DDhcpPacket.java943 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 DCameraDeviceClient.cpp43 #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 Dnative_avplayer.cpp139 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 Dipc_adapt.c842 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 Dipc_adapt.cpp803 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 Dpage_router_manager.cpp95 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 DContentCaptureService.java681 public void error(int errorCode) throws RemoteException { in error()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DMbmsDownloadSession.java1132 private void sendErrorToApp(int errorCode, String message) { in sendErrorToApp()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/
H A Dfms_form_host_client_test.cpp563 int32_t errorCode = 1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h69 …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 Ddrawable_descriptor_test.cpp632 uint32_t errorCode = 0; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp69 void VDecInnerCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/
H A Daudiodecoderdemo.cpp44 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 Dsingle_ver_data_packet.cpp366 void DataAckPacket::SetRecvCode(int32_t errorCode) in SetRecvCode()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_utils.h77 int errorCode; variable

1...<<41424344454647484950>>...62