Home
last modified time | relevance | path

Searched refs:errorType (Results 1 - 25 of 264) sorted by relevance

1234567891011

/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 member
161 int errorType = -1; global() member
173 int errorType = -1; global() member
[all...]
H A Dfile_n_exporter.cpp262 asyncCallbackInfo->errorType = FILE_IO_ERROR; in MkdirExec()
295 asyncCallbackInfo->errorType = FILE_IO_ERROR; in RmdirExec()
304 asyncCallbackInfo->errorType = FILE_PATH_ERROR; in RmdirExec()
313 } else if (asyncCallbackInfo->errorType == FILE_IO_ERROR) { in RmdirComp()
315 } else if (asyncCallbackInfo->errorType == FILE_PATH_ERROR) { in RmdirComp()
331 asyncCallbackInfo->errorType = FILE_IO_ERROR; in GetExec()
350 asyncCallbackInfo->errorType = FILE_PATH_ERROR; in GetExec()
377 } else if (asyncCallbackInfo->errorType == FILE_PATH_ERROR) { in GetComp()
379 } else if (asyncCallbackInfo->errorType == FILE_IO_ERROR) { in GetComp()
399 asyncCallbackInfo->errorType in ListExec()
[all...]
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_hisysevent.cpp33 constexpr const char *EVENT_KEY_FIREWALL_ERROR_TYPE = "errorType";
51 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()
/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()
/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()
/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()
/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
109 MEDIA_LOGD("0x%{public}06" PRIXPTR " Instances isStopped:%{public}d, errorType:%{public}d, errorCode:%{public}d", in OnError()
110 FAKE_POINTER(this), isStopped_.load(), errorType, errorCode); in OnError()
113 listener_->OnError(errorType, errorCode); in OnError()
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
H A Dmock_dcamera_data_process_listener.h33 void OnError(DataProcessErrorType errorType) override
35 (void)errorType; variable
/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()
H A Dhstream_depth_data_callback_stub.cpp43 int32_t errorType = static_cast<int32_t>(data.ReadUint64()); in HandleOnDepthDataError() local
44 return OnDepthDataError(errorType); in HandleOnDepthDataError()
/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()
/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> listener) in ErrorCallbackInfo()
54 : errorType_(errorType), errorMsg_(errorMsg), listener_(listener) {} in ErrorCallbackInfo()
/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()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/
H A Dscreen_callback_test.cpp88 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; in HWTEST_F() local
90 encoderCallback->OnError(errorType, errorCode); in HWTEST_F()
121 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; in HWTEST_F() local
123 decoderCallback->OnError(errorType, errorCode); in HWTEST_F()
177 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; in HWTEST_F() local
179 encoderCallback->OnError(errorType, errorCode); in HWTEST_F()
202 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; in HWTEST_F() local
204 decoderCallback->OnError(errorType, errorCode); in HWTEST_F()
/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
31 MEDIA_DEBUG_LOG("OnError is called!, errorType: %{public}d", errorType);
33 callback_.onError(cameraInput_, FrameworkToNdkCameraError(errorType));
/foundation/communication/netmanager_ext/utils/event_report/src/
H A Dnet_event_report.cpp42 EVENT_KEY_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_ERROR_MSG, eventInfo.errorMsg); in SendSetupFaultEvent()
50 EVENT_KEY_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_ERROR_MSG, eventInfo.errorMsg); in SendCancleFaultEvent()
65 EVENT_KEY_VPN_ERROR_TYPE, eventInfo.errorType, EVENT_KEY_VPN_ERROR_MSG, eventInfo.errorMsg); in SendVpnConnectEvent()
/foundation/multimedia/media_lite/test/unittest/recorder_lite/
H A Drecorder_lite_test.h34 void OnError(const int32_t errorType, const int32_t errorCode);
42 void OnError(int32_t errorType, int32_t errorCode);
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_listener.h30 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() argument
32 (void)errorType; in OnError()
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()
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Di_standard_helper_listener.h30 virtual void OnError(HelperErrorType errorType, int32_t errorCode) in OnError() argument
32 (void)errorType; in OnError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
H A Ddcamera_sink_data_process_listener.cpp37 void DCameraSinkDataProcessListener::OnError(DataProcessErrorType errorType) in OnError() argument
44 dataProcess->OnError(errorType); in OnError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_pipeline_listener.cpp45 void DCameraStreamDataProcessPipelineListener::OnError(DataProcessErrorType errorType) in OnError() argument
52 process->OnError(errorType); in OnError()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/fuzztest/screensourceprocessor/onerror_fuzzer/
H A Donerror_fuzzer.cpp41 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; in OnErrorFuzzTest() local
42 encoderCallback->OnError(errorType, errorCode); in OnErrorFuzzTest()

Completed in 10 milliseconds

1234567891011