/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() argument 33 ctocpp_->OnError((int32_t)errorType); in OnError()
|
H A D | ark_decoder_callback_adapter_wrapper.cpp | 29 void ArkDecoderCallbackAdapterWrapper::OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) in OnError() argument 31 ctocpp_->OnError((int32_t)errorType, errorCode); in OnError()
|
H A D | ark_codec_callback_adapter_wrapper.cpp | 29 void ArkCodecCallbackAdapterWapper::OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) in OnError() argument 31 ctocpp_->OnError((int32_t)errorType, errorCode); in OnError()
|
H A D | ark_player_callback_adapter_wrapper.h | 31 void OnError(OHOS::NWeb::PlayerAdapterErrorType errorType) override;
|
H A D | ark_codec_callback_adapter_wrapper.h | 28 void OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) override;
|
H A D | ark_decoder_callback_adapter_wrapper.h | 29 void OnError(OHOS::NWeb::ErrorType errorType, int32_t errorCode) override;
|
/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() argument 31 real_->OnError((OHOS::NWeb::PlayerAdapterErrorType)errorType); in OnError()
|
H A D | ark_decoder_callback_adapter_impl.cpp | 29 void ArkDecoderCallbackAdapterImpl::OnError(int32_t errorType, int32_t errorCode) in OnError() argument 31 real_->OnError((OHOS::NWeb::ErrorType)errorType, errorCode); in OnError()
|
H A D | ark_encoder_callback_adapter_impl.cpp | 30 void ArkEncoderCallbackAdapterImpl::OnError(int32_t errorType, int32_t errorCode) in OnError() argument 32 real_->OnError((OHOS::NWeb::ErrorType)errorType, errorCode); in OnError()
|
H A D | ark_player_callback_adapter_impl.h | 31 void OnError(int32_t errorType) override;
|
H A D | ark_encoder_callback_adapter_impl.h | 29 void OnError(int32_t errorType, int32_t errorCode) override;
|
H A D | ark_decoder_callback_adapter_impl.h | 29 void OnError(int32_t errorType, int32_t errorCode) override;
|
/base/security/access_token/interfaces/innerkits/analysis_model/src/ |
H A D | code_signature_info.h | 96 CodeSignatureErrorType errorType; member 102 CodeSignatureErrorType errorType; member
|
/base/security/device_security_level/services/dslm/ |
H A D | dslm_hievent.h | 25 void ReportHiEventServiceStartFailed(const uint32_t errorType);
|
H A D | dslm_hievent.c | 28 void ReportHiEventServiceStartFailed(const uint32_t errorType) in ReportHiEventServiceStartFailed() argument 30 ReportServiceStartFailedEvent(errorType); in ReportHiEventServiceStartFailed()
|
H A D | dslm_dfx_default.c | 33 __attribute__((weak)) void ReportServiceStartFailedEvent(const uint32_t errorType) in ReportServiceStartFailedEvent() argument
|
/base/security/device_security_level/services/dfx/ |
H A D | dslm_bigdata.cpp | 41 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 D | player_framework_adapter_impl.cpp | 161 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 D | dslm_bigdata.h | 55 void ReportServiceStartFailedEvent(const uint32_t errorType);
|
/base/telephony/cellular_data/services/src/utils/ |
H A D | cellular_data_hisysevent.cpp | 87 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 D | playerframeworkadapterimpl_fuzzer.cpp | 31 void OnError(PlayerAdapterErrorType errorType) override 33 errorType_ = errorType;
|
/base/telephony/cellular_data/services/include/utils/ |
H A D | cellular_data_hisysevent.h | 47 const CellularDataErrorCode errorType, const std::string &errorMsg);
|
/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 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 D | ark_media_adapter.h | 31 virtual void OnError(int32_t errorType) = 0;
|
/base/web/webview/ohos_adapter/screen_capture_adapter/include/ |
H A D | screen_capture_adapter_impl.h | 28 void OnError(OHOS::Media::ScreenCaptureErrorType errorType, int32_t errorCode) override;
|