Home
last modified time | relevance | path

Searched refs:ErrorInfo (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dparser.h46 class ErrorInfo : public LightRefCountBase { class in OHOS::Idl::Parser
53 AutoPtr<ErrorInfo> next_;
111 AutoPtr<ErrorInfo> errors_;
H A Dparser.cpp758 AutoPtr<ErrorInfo> error = new ErrorInfo(); in LogError()
773 ErrorInfo* pos = errors_; in LogError()
783 ErrorInfo* error = errors_; in ShowError()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/include/
H A Ddump_helper.h50 struct ErrorInfo { struct in OHOS::DistributedData::DumpHelper
91 std::list<ErrorInfo> errorInfo_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddump_helper_test.cpp95 const OHOS::DistributedData::DumpHelper::ErrorInfo& lastError = dumpHelper.errorInfo_.back(); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp302 ErrorInfo error; in AddErrorInfo()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_settings_test.cpp448 std::string checkReplyCode = R"({"resultInfo":[{"errorCode":"0","errorInfo":"","type":"ErrorInfo"}]})"; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp4926 AceType::MakeRefPtr<WebError>(error->ErrorInfo(), error->ErrorCode()))); in OnErrorReceive()

Completed in 14 milliseconds