Home
last modified time | relevance | path

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

12

/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()
H A Dark_decoder_callback_adapter_wrapper.cpp29 void ArkDecoderCallbackAdapterWrapper::OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) in OnError() argument
31 ctocpp_->OnError((int32_t)errorType, errorCode); in OnError()
H A Dark_codec_callback_adapter_wrapper.cpp29 void ArkCodecCallbackAdapterWapper::OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) in OnError() argument
31 ctocpp_->OnError((int32_t)errorType, errorCode); in OnError()
H A Dark_player_callback_adapter_wrapper.h31 void OnError(OHOS::NWeb::PlayerAdapterErrorType errorType) override;
H A Dark_codec_callback_adapter_wrapper.h28 void OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) override;
H A Dark_decoder_callback_adapter_wrapper.h29 void OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) override;
/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()
H A Dark_decoder_callback_adapter_impl.cpp29 void ArkDecoderCallbackAdapterImpl::OnError(int32_t errorType, int32_t errorCode) in OnError() argument
31 real_->OnError((OHOS::NWeb::ErrorType)errorType, errorCode); in OnError()
H A Dark_encoder_callback_adapter_impl.cpp30 void ArkEncoderCallbackAdapterImpl::OnError(int32_t errorType, int32_t errorCode) in OnError() argument
32 real_->OnError((OHOS::NWeb::ErrorType)errorType, errorCode); in OnError()
H A Dark_player_callback_adapter_impl.h31 void OnError(int32_t errorType) override;
H A Dark_encoder_callback_adapter_impl.h29 void OnError(int32_t errorType, int32_t errorCode) override;
H A Dark_decoder_callback_adapter_impl.h29 void OnError(int32_t errorType, int32_t errorCode) override;
/base/security/access_token/interfaces/innerkits/analysis_model/src/
H A Dcode_signature_info.h96 CodeSignatureErrorType errorType; member
102 CodeSignatureErrorType errorType; member
/base/security/device_security_level/services/dslm/
H A Ddslm_hievent.h25 void ReportHiEventServiceStartFailed(const uint32_t errorType);
H A Ddslm_hievent.c28 void ReportHiEventServiceStartFailed(const uint32_t errorType) in ReportHiEventServiceStartFailed() argument
30 ReportServiceStartFailedEvent(errorType); in ReportHiEventServiceStartFailed()
H A Ddslm_dfx_default.c33 __attribute__((weak)) void ReportServiceStartFailedEvent(const uint32_t errorType) in ReportServiceStartFailedEvent() argument
/base/security/device_security_level/services/dfx/
H A Ddslm_bigdata.cpp41 void ReportServiceStartFailedEvent(const uint32_t errorType) in ReportServiceStartFailedEvent() argument
44 OHOS::HiviewDFX::HiSysEvent::EventType::FAULT, STR_ERROR_TYPE, errorType); in ReportServiceStartFailedEvent()
/base/web/webview/ohos_adapter/media_adapter/src/
H A Dplayer_framework_adapter_impl.cpp161 auto errorType = PlayerAdapterErrorType::INVALID_CODE; in OnError() local
163 errorType = PlayerAdapterErrorType::UNSUPPORT_TYPE; in OnError()
165 errorType = PlayerAdapterErrorType::FATAL_ERROR; in OnError()
167 callbackAdapter_->OnError(errorType); in OnError()
/base/security/device_security_level/services/include/
H A Ddslm_bigdata.h55 void ReportServiceStartFailedEvent(const uint32_t errorType);
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_hisysevent.cpp87 const int32_t slotId, const int32_t switchState, const CellularDataErrorCode errorType, const std::string &errorMsg) in WriteDataActivateFaultEvent()
91 DATASTATE_KEY, INVALID_PARAMETER, ERROR_TYPE_KEY, static_cast<int32_t>(errorType), ERROR_MSG_KEY, errorMsg); in WriteDataActivateFaultEvent()
86 WriteDataActivateFaultEvent( const int32_t slotId, const int32_t switchState, const CellularDataErrorCode errorType, const std::string &errorMsg) WriteDataActivateFaultEvent() argument
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/playerframeworkadapterimpl_fuzzer/
H A Dplayerframeworkadapterimpl_fuzzer.cpp31 void OnError(PlayerAdapterErrorType errorType) override
33 errorType_ = errorType;
/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_hisysevent.h47 const CellularDataErrorCode errorType, const std::string &errorMsg);
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dplayer_framework_adapter_impl_test.cpp34 void OnError(PlayerAdapterErrorType errorType) override
36 errorType_ = errorType;
185 PlayerAdapterErrorType errorType = std::get<0>(GetParam()); in HWTEST_P() local
188 EXPECT_EQ(static_cast<PlayerCallbackTest*>(playerCallback_->callbackAdapter_.get())->errorType_, errorType); in HWTEST_P()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_media_adapter.h31 virtual void OnError(int32_t errorType) = 0;
/base/web/webview/ohos_adapter/screen_capture_adapter/include/
H A Dscreen_capture_adapter_impl.h28 void OnError(OHOS::Media::ScreenCaptureErrorType errorType, int32_t errorCode) override;

Completed in 10 milliseconds

12