/base/security/access_token/interfaces/innerkits/analysis_model/src/ |
D | code_signature_info.h | 95 CodeSignatureErrorType errorType; member 101 CodeSignatureErrorType errorType; member
|
D | code_signature_analysis_kit.c | 75 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/ |
D | dslm_hievent.h | 25 void ReportHiEventServiceStartFailed(const uint32_t errorType);
|
D | dslm_hievent.c | 28 void ReportHiEventServiceStartFailed(const uint32_t errorType) in ReportHiEventServiceStartFailed() argument 30 ReportServiceStartFailedEvent(errorType); in ReportHiEventServiceStartFailed()
|
D | dslm_dfx_default.c | 33 __attribute__((weak)) void ReportServiceStartFailedEvent(const uint32_t errorType) in ReportServiceStartFailedEvent() argument
|
/base/telephony/cellular_data/services/src/utils/ |
D | cellular_data_hisysevent.cpp | 61 …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/ |
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/ |
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/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
D | player_framework_adapter_impl_test.cpp | 34 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/ |
D | cellular_data_hisysevent.h | 43 const CellularDataErrorCode errorType, const std::string &errorMsg);
|
/base/security/device_security_level/services/include/ |
D | dslm_bigdata.h | 55 void ReportServiceStartFailedEvent(const uint32_t errorType);
|
/base/telephony/core_service/services/core/src/ |
D | core_service_hisysevent.cpp | 112 … 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/ |
D | screen_capture_adapter_impl.h | 28 void OnError(OHOS::Media::ScreenCaptureErrorType errorType, int32_t errorCode) override;
|
/base/telephony/core_service/services/core/include/ |
D | core_service_hisysevent.h | 49 …int32_t slotId, int32_t switchState, CellularDataErrorCode errorType, const std::string &errorMsg);
|
/base/web/webview/ohos_adapter/interfaces/ |
D | media_adapter.h | 61 virtual void OnError(PlayerAdapterErrorType errorType) = 0;
|
/base/security/access_token/interfaces/innerkits/analysis_model/test/unittest/ |
D | code_signature_analysis_kit_test.cpp | 200 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/ |
D | screen_capture_adapter_impl.cpp | 180 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/ |
D | cf_adapter_extension_test.cpp | 677 CfExtensionEntryType errorType = static_cast<CfExtensionEntryType>(INT_MAX); variable 678 ret = CfOpensslGetEntry(obj009, errorType, &oid, &outBlob); /* type is error */
|