/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/ |
H A D | file_n_exporter.h | 48 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 D | file_n_exporter.cpp | 262 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 D | netfirewall_hisysevent.cpp | 33 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 D | database_fault_impl.cpp | 23 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 D | dcamera_input_callback.cpp | 28 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 D | recorder_listener_stub.cpp | 47 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 D | recorder_listener_proxy.cpp | 37 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 D | screen_capture_listener_stub.cpp | 47 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 D | screen_capture_listener_proxy.cpp | 37 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 D | mock_dcamera_data_process_listener.h | 33 void OnError(DataProcessErrorType errorType) override 35 (void)errorType; variable
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_device_callback_stub.cpp | 46 int32_t errorType = 0; in HandleDeviceOnError() local 49 errorType = data.ReadInt32(); in HandleDeviceOnError() 51 return OnError(errorType, errorMsg); in HandleDeviceOnError()
|
H A D | hstream_depth_data_callback_stub.cpp | 43 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 D | networkvpn_hisysevent.cpp | 28 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 D | camera_input_napi.h | 42 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 D | mdns_service.cpp | 47 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 D | screen_callback_test.cpp | 88 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 D | camera_input_impl.cpp | 29 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 D | net_event_report.cpp | 42 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 D | recorder_lite_test.h | 34 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 D | i_standard_player_listener.h | 30 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() argument 32 (void)errorType; in OnError()
|
H A D | player_listener_stub.cpp | 48 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 D | i_standard_helper_listener.h | 30 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 D | dcamera_sink_data_process_listener.cpp | 37 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 D | dcamera_stream_data_process_pipeline_listener.cpp | 45 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 D | onerror_fuzzer.cpp | 41 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; in OnErrorFuzzTest() local 42 encoderCallback->OnError(errorType, errorCode); in OnErrorFuzzTest()
|