Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.h48 int errorType = -1; member
59 int errorType = -1; member
69 int errorType = -1; member
80 int errorType = -1; member
95 int errorType = -1; member
107 int errorType = -1; member
118 int errorType = -1; member
127 int errorType = -1; member
138 int errorType = -1; member
148 int errorType = -1; member
[all …]
H A Dfile_n_exporter.cpp262 asyncCallbackInfo->errorType = FILE_IO_ERROR; in MkdirExec()
295 asyncCallbackInfo->errorType = FILE_IO_ERROR; in RmdirExec()
331 asyncCallbackInfo->errorType = FILE_IO_ERROR; in GetExec()
526 asyncCallbackInfo->errorType = FILE_IO_ERROR; in CopyExec()
544 asyncCallbackInfo->errorType = retval; in CopyExec()
551 asyncCallbackInfo->errorType = retval; in CopyExec()
635 asyncCallbackInfo->errorType = FILE_IO_ERROR; in MoveExec()
756 asyncCallbackInfo->errorType = FILE_IO_ERROR; in WriteTextExec()
795 asyncCallbackInfo->errorType = FILE_IO_ERROR; in WriteArrayBufferExec()
840 asyncCallbackInfo->errorType = FILE_IO_ERROR; in ReadTextExec()
[all …]
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_hisysevent.cpp51 eventInfo.errorType = errorCode; in SendFirewallConfigReport()
66 eventInfo.errorType = errorCode; in SendFirewallRequestReport()
81 eventInfo.errorType = errorCode; in SendRecordRequestReport()
92 eventInfo.errorType = errorCode; in SendInitDefaultRequestReport()
101 EVENT_KEY_FIREWALL_USER_ID, event.userId, EVENT_KEY_FIREWALL_ERROR_TYPE, event.errorType, in SendNetFirewallRuleFault()
114 EVENT_KEY_FIREWALL_USER_ID, event.userId, EVENT_KEY_FIREWALL_ERROR_TYPE, event.errorType, in SendNetFirewallFault()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/
H A Dscreen_callback_test.cpp88 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; variable
90 encoderCallback->OnError(errorType, errorCode);
121 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; variable
123 decoderCallback->OnError(errorType, errorCode);
177 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; variable
179 encoderCallback->OnError(errorType, errorCode);
202 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; variable
204 decoderCallback->OnError(errorType, errorCode);
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_service.cpp47 int32_t errorType = 0; member
53 auto code = eventInfo.errorType; in SendRequestEvent()
61 EVENT_KEY_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_ERROR_MSG, in SendRequestEvent()
146 eventInfo.errorType = err; in RegisterService()
160 eventInfo.errorType = err; in UnRegisterService()
247 eventInfo.errorType = err; in StartDiscoverService()
262 eventInfo.errorType = err; in StopDiscoverService()
277 eventInfo.errorType = err; in ResolveService()
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_listener_stub.cpp47 int errorType = data.ReadInt32(); in OnRemoteRequest() local
49 OnError(static_cast<ScreenCaptureErrorType>(errorType), errorCode); in OnRemoteRequest()
75 void ScreenCaptureListenerStub::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError() argument
78 callback_->OnError(errorType, errorCode); in OnError()
H A Dscreen_capture_listener_proxy.cpp37 void ScreenCaptureListenerProxy::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError() argument
46 data.WriteInt32(errorType); in OnError()
107 void ScreenCaptureListenerCallback::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError() argument
110 FAKE_POINTER(this), isStopped_.load(), errorType, errorCode); in OnError()
113 listener_->OnError(errorType, errorCode); in OnError()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_input_callback.cpp28 void DCameraInputCallback::OnError(const int32_t errorType, const int32_t errorMsg) const in OnError() argument
30 DHLOGE("enter, errorType: %{public}d, errorMsg: %{public}d", errorType, errorMsg); in OnError()
38 if (errorType == CameraStandard::CamServiceError::CAMERA_DEVICE_PREEMPTED) { in OnError()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
H A Ddatabase_fault_impl.cpp23 if (msg.errorType == Fault::DF_DB_CORRUPTED) { in Report()
25 } else if (msg.errorType == Fault::DF_DB_REKEY_FAILED) { in Report()
27 } else if (msg.errorType == Fault::DF_DB_DAMAGE) { in Report()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_listener_stub.cpp47 int errorType = data.ReadInt32(); in OnRemoteRequest() local
49 OnError(static_cast<RecorderErrorType>(errorType), errorCode); in OnRemoteRequest()
76 void RecorderListenerStub::OnError(int32_t errorType, int32_t errorCode) in OnError() argument
79 callback_->OnError(static_cast<RecorderErrorType>(errorType), errorCode); in OnError()
H A Drecorder_listener_proxy.cpp37 void RecorderListenerProxy::OnError(int32_t errorType, int32_t errorCode) in OnError() argument
46 data.WriteInt32(errorType); in OnError()
106 void RecorderListenerCallback::OnError(RecorderErrorType errorType, int32_t errorCode) in OnError() argument
109 listener_->OnError(errorType, errorCode); in OnError()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_input_napi.h42 void OnError(const int32_t errorType, const int32_t errorMsg) const override;
45 void OnErrorCallback(const int32_t errorType, const int32_t errorMsg) const;
46 void OnErrorCallbackAsync(const int32_t errorType, const int32_t errorMsg) const;
53 …ErrorCallbackInfo(int32_t errorType, int32_t errorMsg, shared_ptr<const ErrorCallbackListener> lis… in ErrorCallbackInfo()
54 : errorType_(errorType), errorMsg_(errorMsg), listener_(listener) {} in ErrorCallbackInfo()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dmetadata_output_napi.h50 void OnError(const int32_t errorType) const override;
53 void OnErrorCallback(const int32_t errorType) const;
54 void OnErrorCallbackAsync(const int32_t errorType) const;
68 … MetadataStateCallbackInfo(int32_t errorType, shared_ptr<const MetadataStateCallbackNapi> listener) in MetadataStateCallbackInfo()
69 : errorType_(errorType), listener_(listener) {} in MetadataStateCallbackInfo()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_device_callback_stub.cpp46 int32_t errorType = 0; in HandleDeviceOnError() local
49 errorType = data.ReadInt32(); in HandleDeviceOnError()
51 return OnError(errorType, errorMsg); in HandleDeviceOnError()
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_sink.cpp27 static int32_t SinkOnError(CallbackHandle privateDataHandle, int32_t errorType, int32_t errorCode);
249 int32_t RecorderSink::SendCallbackError(int32_t errorType, int32_t errorCode) in SendCallbackError() argument
251 MEDIA_INFO_LOG("errorType:%d", errorType); in SendCallbackError()
256 switch (errorType) { in SendCallbackError()
264 recCallBack_->OnError(errorType, errorCode); in SendCallbackError()
267 MEDIA_ERR_LOG("pass event err %d", errorType); in SendCallbackError()
272 static int32_t SinkOnError(CallbackHandle privateDataHandle, int32_t errorType, int32_t errorCode) in SinkOnError() argument
280 data.event = errorType; in SinkOnError()
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_hisysevent.cpp28 eventInfo.errorType = static_cast<int32_t>(errorCode); in SendFaultEvent()
39 eventInfo.errorType = static_cast<int32_t>(errorCode); in SendFaultEventConnSetting()
50 eventInfo.errorType = static_cast<int32_t>(errorCode); in SendFaultEventConnDestroy()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_codec.h36 void OnError(Media::CodecErrorType errorType, int32_t errorCode) override;
151 void OnError(CodecErrorType errorType, int32_t errorCode) in OnError() argument
157 switch (errorType) { in OnError()
194 void AudioCodecCallback::OnError(Media::CodecErrorType errorType, int32_t errorCode) in OnError() argument
197 codec_->OnError(errorType, errorCode); in OnError()
/ohos5.0/foundation/communication/netmanager_ext/utils/event_report/src/
H A Dnet_event_report.cpp41 … EVENT_KEY_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_ERROR_MSG, eventInfo.errorMsg); in SendSetupFaultEvent()
48 … EVENT_KEY_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_ERROR_MSG, eventInfo.errorMsg); in SendCancleFaultEvent()
61 … EVENT_KEY_VPN_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_VPN_ERROR_MSG, eventInfo.errorMsg); in SendVpnConnectEvent()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_input_impl.cpp29 void OnError(const int32_t errorType, const int32_t errorMsg) const override in OnError() argument
31 MEDIA_DEBUG_LOG("OnError is called!, errorType: %{public}d", errorType); in OnError()
33 callback_.onError(cameraInput_, FrameworkToNdkCameraError(errorType)); in OnError()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp151 .errorType = static_cast<int32_t>(type), in SendAppStartException()
161 .errorType = static_cast<int32_t>(type), in SendPageRouterException()
172 .errorType = static_cast<int32_t>(type), in SendComponentException()
182 .errorType = static_cast<int32_t>(type), in SendAPIChannelException()
192 .errorType = static_cast<int32_t>(type), in SendRenderException()
202 .errorType = static_cast<int32_t>(type), in SendJsException()
212 .errorType = static_cast<int32_t>(type), in SendAnimationException()
222 .errorType = static_cast<int32_t>(type), in SendEventException()
232 .errorType = static_cast<int32_t>(type), in SendInternalException()
242 .errorType = static_cast<int32_t>(type), in SendAccessibilityException()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_listener_stub.cpp48 int32_t errorType = data.ReadInt32(); in OnRemoteRequest() local
50 OnError(static_cast<PlayerErrorType>(errorType), errorCode); in OnRemoteRequest()
77 void PlayerListenerStub::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() argument
81 (void)errorType; in OnError()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
H A Dmock_dcamera_data_process_listener.h33 void OnError(DataProcessErrorType errorType) override in OnError() argument
35 (void)errorType; in OnError()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_player_callback_adapter_wrapper.cpp31 void ArkPlayerCallbackAdapterWrapper::OnError(OHOS::NWeb::PlayerAdapterErrorType errorType) in OnError() argument
33 ctocpp_->OnError((int32_t)errorType); in OnError()
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Devent_report.cpp52 EVENT_KEY_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_ERROR_MSG, eventInfo.errorMsg); in SendSupplierFaultEvent()
69 …eventInfo.supplierIdent, EVENT_KEY_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_ERROR_MSG, eventInfo… in SendRequestFaultEvent()
83 EVENT_KEY_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_ERROR_MSG, eventInfo.errorMsg); in SendMonitorFaultEvent()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_player_callback_adapter_impl.cpp29 void ArkPlayerCallbackAdapterImpl::OnError(int32_t errorType) in OnError() argument
31 real_->OnError((OHOS::NWeb::PlayerAdapterErrorType)errorType); in OnError()

12345678910>>...13