/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/ |
H A D | image_creator.cpp | 170 int64_t errorCode = -1; in SaveSTP() local
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_video.cpp | 41 void OnError(RecorderErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | media_codec_encoder_adapter_impl_test.cpp | 42 void OnError(ErrorType errorType, int32_t errorCode) override {} in OnError()
|
/ohos5.0/base/security/device_auth/test/fuzztest/group_auth/account_related/accountrelatedgroupauth_fuzzer/ |
H A D | accountrelatedgroupauth_fuzzer.cpp | 92 static void OnError(int64_t requestId, int operationCode, int errorCode, const char *errorReturn) in OnError()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navigation_stack.cpp | 86 auto errorCode = stack->CheckNavDestinationExists(info); in SetDataSourceObj() local 372 int32_t errorCode = LoadDestination(name, param, customNode, node, desNode); in CreateNodeByIndex() local 407 int32_t errorCode = LoadDestination(name, param, customNode, node, desNode); in CreateNodeByRouteInfo() local 814 int32_t errorCode = LoadDestination(name, param, navigationPattern->GetParentCustomNode(), in CheckNavDestinationExists() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/ |
H A D | ability_manager_proxy_test.cpp | 2113 constexpr int32_t errorCode = ERR_OK; in __anon89af31d20202() local 2141 constexpr int32_t errorCode = ERR_OK; in __anon89af31d20302() local 2170 constexpr int32_t errorCode = ERR_OK; in __anon89af31d20402() local 2193 constexpr int32_t errorCode = ERR_OK; in __anon89af31d20502() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_napi.cpp | 1252 uint32_t errorCode = ERR_MEDIA_INVALID_VALUE; in CreateNativeImageSource() local 1388 uint32_t errorCode = 0; in CreateIncrementalSource() local 2433 uint32_t errorCode = 0; in STATIC_EXEC_FUNC() local 2523 uint32_t errorCode = 0; in STATIC_EXEC_FUNC() local 2607 uint32_t errorCode = 0; in STATIC_EXEC_FUNC() local 2691 uint32_t errorCode = 0; in STATIC_EXEC_FUNC() local 2818 uint32_t errorCode; in CreatePictureExecute() local
|
H A D | image_packer_napi.cpp | 83 int32_t errorCode = SUCCESS; member 150 auto errorCode = (ctx->error.errorCode != SUCCESS) ? ctx->error.errorCode : ctx->status; in ImagePackerErrorToNapiError() local 206 const std::string msg, int32_t errorCode) in BuildMsgOnError()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
H A D | vdec_sample.cpp | 81 void VDecCallbackTest::OnError(int32_t errorCode) in OnError() 130 void VDecCallbackTestExt::OnError(int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | preview_output.cpp | 145 int32_t PreviewOutputCallbackImpl::OnFrameError(int32_t errorCode) in OnFrameError() 534 int32_t errorCode = CAMERA_OK; in SetCallback() local
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test_state.cpp | 39 void ScreenCaptureUnitTestCallback::OnError(int32_t errorCode) in OnError() 165 void ScreenCaptureUnitTestCallback::OnError(int32_t errorCode, void *userData) in OnError()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | auth_code_import.c | 366 static void ReturnError(int32_t errorCode, CJson **outputEvent) in ReturnError() 373 static void NotifyPeerError(int32_t errorCode, CJson **outputEvent) in NotifyPeerError()
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 257 napi_value CreateErrorMessage(napi_env env, const std::string &msg, int32_t errorCode) in CreateErrorMessage() 493 std::string errorCode = std::to_string(napi_invalid_arg); in HandleAsyncWork() local 513 std::string errorCode = std::to_string(queueWorkStatus); in HandleAsyncWork() local
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 529 int32_t errorCode = context->GetLatestError(); in StartAuthContext() local 551 int32_t errorCode = context->GetLatestError(); in StartRemoteAuthInvokerContext() local 1001 int32_t errorCode = context->GetLatestError(); in StartWidgetContext() local
|
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
H A D | VcnGatewayConnectionConnectedStateTest.java | 754 private static IkeProtocolException buildMockIkeProtocolException(int errorCode) { in buildMockIkeProtocolException()
|
/aosp14/frameworks/base/services/core/java/com/android/server/speech/ |
H A D | RemoteSpeechRecognitionService.java | 323 private static void tryRespondWithError(IRecognitionListener listener, int errorCode) { in tryRespondWithError()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.h | 164 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_server.cpp | 138 int errorCode = callbackInfo->server_->Listen(); in SppListen() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_dfx.c | 229 void WaitFileHeaderTimeoutEvent(DFileTransErrorCode errorCode) in WaitFileHeaderTimeoutEvent()
|
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_service_proxy_test.cpp | 233 void SetErrorCode(int errorCode) in SetErrorCode()
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_decoder_demo.cpp | 59 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_codecbase_unit_test.cpp | 80 void BufferCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | datashare_radar_reporter.h | 159 void SetError(int32_t errorCode) in SetError()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/ |
H A D | image_sink_decoder.cpp | 406 void ImageSinkDecoder::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestImageEffect.cpp | 405 ErrorCode errorCode = imageEffect->SetInputPixelMap(mockPixelMap_); variable
|