Home
last modified time | relevance | path

Searched defs:ErrorInfo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_callback_interface.h22 struct ErrorInfo { struct
23 uint32_t errorCode_ = 0;
24 std::string message_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H A Ddump_helper.h50 struct ErrorInfo { struct
56 API_EXPORT void AddErrorInfo(int32_t errorCode, const std::string &errorInfo); argument
/ohos5.0/base/hiviewdfx/blackbox_lite/interfaces/native/innerkits/
H A Dblackbox.h50 struct ErrorInfo { struct
58 void (*Dump)(const char *logDir, struct ErrorInfo *info); argument
/ohos5.0/base/hiviewdfx/blackbox_lite/interfaces/native/kits/
H A Dblackbox.h50 struct ErrorInfo { struct
58 void (*Dump)(const char *logDir, struct ErrorInfo *info); argument
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dmedia_backup_report_data_type.h320 struct ErrorInfo { struct
325 ErrorInfo(int32_t error, int32_t count, int32_t errorCode) in ErrorInfo() argument
327 ErrorInfo(int32_t error, int32_t count, const std::string &status, const std::string &extend) in ErrorInfo() argument
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_url_resource_error_impl.cpp32 ArkWebString ArkWebUrlResourceErrorImpl::ErrorInfo() in ErrorInfo() function in OHOS::ArkWeb::ArkWebUrlResourceErrorImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_url_resource_error_wrapper.cpp32 std::string ArkWebUrlResourceErrorWrapper::ErrorInfo() in ErrorInfo() function in OHOS::ArkWeb::ArkWebUrlResourceErrorWrapper
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-systemManager.md483 ## ErrorInfo section
/ohos5.0/docs/en/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-systemManager.md483 ## ErrorInfo section
/ohos5.0/build/tools/component_tools/static_check/bundle_check/
H A Dget_subsystem_with_component.py22 class ErrorInfo: class