/ohos5.0/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 = -1; member [all …]
|
/ohos5.0/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 in OnError()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/ |
H A D | image_sink_decoder_test.cpp | 280 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_EXTEND_START; variable 297 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_EXTEND_START; variable 355 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_EXTEND_START; variable
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerainput_fuzzer/ |
H A D | camera_input_fuzzer.h | 34 void OnError(const int32_t errorType, const int32_t errorMsg) const override {} in OnError()
|
/ohos5.0/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 75 void ScreenCaptureListenerStub::OnError(ScreenCaptureErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/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; variable 121 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; variable 177 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; variable 202 MediaAVCodec::AVCodecErrorType errorType = MediaAVCodec::AVCODEC_ERROR_INTERNAL; variable
|
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/include/ |
H A D | netfirewall_hisysevent.h | 29 int32_t errorType = 0; member
|
/ohos5.0/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
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_listener_stub.cpp | 47 int errorType = data.ReadInt32(); in OnRemoteRequest() local 76 void RecorderListenerStub::OnError(int32_t errorType, int32_t errorCode) in OnError()
|
/ohos5.0/base/security/device_security_level/services/dslm/ |
H A D | dslm_hievent.c | 28 void ReportHiEventServiceStartFailed(const uint32_t errorType) in ReportHiEventServiceStartFailed()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_player_callback_adapter_impl.cpp | 29 void ArkPlayerCallbackAdapterImpl::OnError(int32_t errorType) in OnError()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_player_callback_adapter_wrapper.cpp | 31 void ArkPlayerCallbackAdapterWrapper::OnError(OHOS::NWeb::PlayerAdapterErrorType errorType) in OnError()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | player_framework_adapter_impl_test.cpp | 34 void OnError(PlayerAdapterErrorType errorType) override in OnError() 185 PlayerAdapterErrorType errorType = PlayerAdapterErrorType::INVALID_CODE; variable
|
/ohos5.0/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()
|
H A D | player_listener_stub.cpp | 48 int32_t errorType = data.ReadInt32(); in OnRemoteRequest() local 77 void PlayerListenerStub::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hstream_depth_data_callback_stub.cpp | 43 int32_t errorType = static_cast<int32_t>(data.ReadUint64()); in HandleOnDepthDataError() local
|
H A D | hcamera_device_callback_stub.cpp | 46 int32_t errorType = 0; in HandleDeviceOnError() local
|
/ohos5.0/foundation/multimedia/media_lite/test/unittest/recorder_lite/ |
H A D | recorder_lite_test.cpp | 41 void RecorderLiteTest::OnError(const int32_t errorType, const int32_t errorCode) in OnError() 52 void TestVideoRecorderCallback::OnError(int32_t errorType, int32_t errorCode) in OnError()
|
/ohos5.0/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
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/include/ |
H A D | screen_capture_server_function_unittest.h | 61 void OnError(ScreenCaptureErrorType errorType, int32_t errorCode) {}; in OnError()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | a2dp_data_service.h | 67 virtual void OnSourceSendPcmStreamError(uint16_t errorType, uint32_t data) in OnSourceSendPcmStreamError() 71 virtual void OnSinkGetPcmStreamError(uint16_t errorType, uint32_t data) in OnSinkGetPcmStreamError()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/ |
H A D | dms_hisysevent_report_test.cpp | 85 std::string errorType; variable
|