/ohos5.0/foundation/window/window_manager/snapshot/src/ |
H A D | snapshot_display.cpp | 89 DmErrorCode errorCode; in GetScreenshotByCmdArgments() local
|
/ohos5.0/base/useriam/pin_auth/frameworks/ipc/src/ |
H A D | inputer_set_data_stub.cpp | 52 int32_t errorCode; in OnSetDataStub() local
|
/ohos5.0/base/useriam/pin_auth/services/modules/inputters/src/ |
H A D | i_inputer_data_impl.cpp | 36 void IInputerDataImpl::OnSetData(int32_t authSubType, std::vector<uint8_t> data, int32_t errorCode) in OnSetData()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 209 int32_t errorCode = MediaServiceErrCode::MSERR_DATA_SOURCE_IO_ERROR; in NotifyError() local 218 int32_t errorCode = MediaServiceErrCode::MSERR_DATA_SOURCE_IO_ERROR; in NotifyError() local 428 void DownloadMonitor::GetServerMediaServiceErrorCode(int32_t errorCode, int32_t& serverCode) in GetServerMediaServiceErrorCode() 438 void DownloadMonitor::GetClientMediaServiceErrorCode(int32_t errorCode, int32_t& clientCode) in GetClientMediaServiceErrorCode()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 401 uint32_t &errorCode) in CreateImageSource() 417 uint32_t &errorCode) in CreateImageSource() 446 uint32_t &errorCode) in CreateImageSource() 484 const SourceOptions &opts, uint32_t &errorCode) in CreateImageSource() 501 uint32_t &errorCode) in CreateIncrementalImageSource() 1272 uint32_t &errorCode) in CreateIncrementalPixelMap() 2034 uint32_t errorCode = ERR_IMAGE_DECODE_ABNORMAL; in GetFormatExtended() local 2806 uint32_t &errorCode) in ConvertYUV420ToRGBA() 3349 int32_t ImageSource::GetLoopCount(uint32_t &errorCode) in GetLoopCount() 3370 uint32_t ImageSource::GetFrameCount(uint32_t &errorCode) in GetFrameCount() [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/ |
H A D | mtp_native_test.cpp | 2134 int errorCode = 0; variable 2158 int errorCode = 0; variable 2182 int errorCode = 0; variable 2206 int errorCode = 0; variable 2230 int errorCode = 0; variable 2254 int errorCode = 0; variable 2278 int errorCode = 0; variable 2302 int errorCode = 0; variable 2326 int errorCode = 0; variable 2380 int errorCode = 0; variable [all …]
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/include/ |
H A D | hisysevent_wrapper.h | 29 int32_t errorCode; member
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | ndef_msg_callback_stub_test.cpp | 78 KITS::ErrorCode errorCode = ndefMsgCallbackStub->RegisterCallback(callback); variable
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/ |
H A D | dcamera_session_callback.cpp | 30 void DCameraSessionCallback::OnError(int32_t errorCode) in OnError()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_encoder_callback_adapter_impl.cpp | 30 void ArkEncoderCallbackAdapterImpl::OnError(int32_t errorType, int32_t errorCode) in OnError()
|
H A D | ark_decoder_callback_adapter_impl.cpp | 29 void ArkDecoderCallbackAdapterImpl::OnError(int32_t errorType, int32_t errorCode) in OnError()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_codec_callback_adapter_wrapper.cpp | 29 void ArkCodecCallbackAdapterWapper::OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) in OnError()
|
H A D | ark_decoder_callback_adapter_wrapper.cpp | 29 void ArkDecoderCallbackAdapterWrapper::OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_listener_proxy.cpp | 37 void RecorderListenerProxy::OnError(int32_t errorType, int32_t errorCode) in OnError() 106 void RecorderListenerCallback::OnError(RecorderErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_listener_proxy.cpp | 37 void ScreenCaptureListenerProxy::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError() 107 void ScreenCaptureListenerCallback::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 202 uint32_t errorCode = 0; in GetPixelMapFromBuffer() local 241 DrawableItem& drawableItem, uint32_t& errorCode) in CreateImageSource() 260 uint32_t errorCode = 0; in GetPixelMapFromJsonBuf() local 300 uint32_t errorCode = 0; in GetDefaultMask() local 321 uint32_t errorCode = 0; in InitLayeredParam() local 347 uint32_t errorCode = 0; in GetMaskByPath() local 370 uint32_t errorCode = 0; in GetMaskByName() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadatahelper_callback.cpp | 70 MediaServiceExtErrCodeAPI9 errorCode = MSERR_EXT_API9_UNSUPPORT_FORMAT; member 149 void AVMetadataHelperCallback::OnError(int32_t errorCode, const std::string &errorMsg) in OnError() 160 void AVMetadataHelperCallback::OnErrorCb(MediaServiceExtErrCodeAPI9 errorCode, const std::string &e… in OnErrorCb()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultappmgr_fuzzer/ |
H A D | defaultappmgr_fuzzer.cpp | 34 auto errorCode = DefaultAppMgr::GetInstance().GetDefaultApplication( in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/detail_enhancer/ |
H A D | detail_enhancer_image_native.cpp | 61 auto errorCode = AlgoErrorToNdk(detailEnhancer_.GetParameter(level)); in GetParameter() local
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/ |
H A D | image_processing_impl.cpp | 62 auto errorCode = obj->Initialize(); in Create() local
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_player.cpp | 28 void TestPlayerCallback::OnError(int32_t errorCode, const std::string &errorMsg) in OnError()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/ |
H A D | deferred_video_processing_session_callback_stub.cpp | 44 int32_t errorCode = data.ReadInt32(); in OnRemoteRequest() local
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/ |
H A D | message_handler.h | 36 int32_t errorCode; member 63 int32_t errorCode; member
|
/ohos5.0/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algo_lz4.cpp | 213 LZ4F_errorCode_t errorCode = 0; in GetPackParam() local 345 LZ4F_errorCode_t errorCode = 0; in GetUnpackParam() local 416 LZ4F_errorCode_t errorCode = LZ4F_decompress(ctx, msg.outBuffer.buffer, in UnpackDecode() local 451 LZ4F_errorCode_t errorCode = 0; in Unpack() local
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | locator_callback_napi.cpp | 93 int errorCode = data.ReadInt32(); in OnRemoteRequest() local 258 bool LocatorCallbackNapi::SendErrorCode(const int& errorCode) in SendErrorCode() 339 void LocatorCallbackNapi::OnErrorReport(const int errorCode) in OnErrorReport()
|