Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 18 of 18) sorted by relevance

/base/security/access_token/interfaces/innerkits/analysis_model/src/
Dcode_signature_info.h95 CodeSignatureErrorType errorType; member
101 CodeSignatureErrorType errorType; member
Dcode_signature_analysis_kit.c75 TimeStampNode *head = ((node->errInfoList)[report->errorType]).timeStampChain; in DataPreProcess()
227 if (report->errorType >= CODE_SIGNATURE_ERROR_TYPE_BUFF) { in DataProcess()
228 MODEL_LOG_ERROR("[%s]:errorType %d is invalid.", __func__, report->errorType); in DataProcess()
/base/security/device_security_level/services/dslm/
Ddslm_hievent.h25 void ReportHiEventServiceStartFailed(const uint32_t errorType);
Ddslm_hievent.c28 void ReportHiEventServiceStartFailed(const uint32_t errorType) in ReportHiEventServiceStartFailed() argument
30 ReportServiceStartFailedEvent(errorType); in ReportHiEventServiceStartFailed()
Ddslm_dfx_default.c33 __attribute__((weak)) void ReportServiceStartFailedEvent(const uint32_t errorType) in ReportServiceStartFailedEvent() argument
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_hisysevent.cpp61 …const int32_t slotId, const int32_t switchState, const CellularDataErrorCode errorType, const std:… in WriteDataActivateFaultEvent() argument
65 …DATASTATE_KEY, INVALID_PARAMETER, ERROR_TYPE_KEY, static_cast<int32_t>(errorType), ERROR_MSG_KEY, … in WriteDataActivateFaultEvent()
/base/security/device_security_level/services/dfx/
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/
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/web/webview/test/unittest/ohos_adapter/media_adapter_test/
Dplayer_framework_adapter_impl_test.cpp34 void OnError(PlayerAdapterErrorType errorType) override in OnError() argument
36 errorType_ = errorType; in OnError()
185 PlayerAdapterErrorType errorType = std::get<0>(GetParam()); variable
188 …(static_cast<PlayerCallbackTest*>(playerCallback_->callbackAdapter_.get())->errorType_, errorType);
/base/telephony/cellular_data/services/include/utils/
Dcellular_data_hisysevent.h43 const CellularDataErrorCode errorType, const std::string &errorMsg);
/base/security/device_security_level/services/include/
Ddslm_bigdata.h55 void ReportServiceStartFailedEvent(const uint32_t errorType);
/base/telephony/core_service/services/core/src/
Dcore_service_hisysevent.cpp112 … int32_t slotId, int32_t switchState, CellularDataErrorCode errorType, const std::string &errorMsg) in WriteDataActivateFaultEvent() argument
116 …DATASTATE_KEY, INVALID_PARAMETER, ERROR_TYPE_KEY, static_cast<int32_t>(errorType), ERROR_MSG_KEY, … in WriteDataActivateFaultEvent()
/base/web/webview/ohos_adapter/screen_capture_adapter/include/
Dscreen_capture_adapter_impl.h28 void OnError(OHOS::Media::ScreenCaptureErrorType errorType, int32_t errorCode) override;
/base/telephony/core_service/services/core/include/
Dcore_service_hisysevent.h49 …int32_t slotId, int32_t switchState, CellularDataErrorCode errorType, const std::string &errorMsg);
/base/web/webview/ohos_adapter/interfaces/
Dmedia_adapter.h61 virtual void OnError(PlayerAdapterErrorType errorType) = 0;
/base/security/access_token/interfaces/innerkits/analysis_model/test/unittest/
Dcode_signature_analysis_kit_test.cpp200 g_reportInfo.errorType = SIGNATURE_MISSING; in ReportErrorEventMock()
432 g_reportInfo.errorType = CODE_SIGNATURE_ERROR_TYPE_BUFF;
437 g_reportInfo.errorType = ABC_FILE_TAMPERED;
/base/web/webview/ohos_adapter/screen_capture_adapter/src/
Dscreen_capture_adapter_impl.cpp180 void OHScreenCaptureCallback::OnError(OHOS::Media::ScreenCaptureErrorType errorType, int32_t errorC… in OnError() argument
182 … WVLOG_I("OnError() is called, errorType %{public}d, errorCode %{public}d", errorType, errorCode); in OnError()
/base/security/certificate_framework/test/unittest/cf_adapter_test/src/
Dcf_adapter_extension_test.cpp677 CfExtensionEntryType errorType = static_cast<CfExtensionEntryType>(INT_MAX); variable
678 ret = CfOpensslGetEntry(obj009, errorType, &oid, &outBlob); /* type is error */