Home
last modified time | relevance | path

Searched defs:XmlPullParserError (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/xml/src/
Djs_xml.ts20 XmlPullParserError(): string; method
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.h142 std::string XmlTest::XmlPullParserError(napi_env env) in XmlPullParserError() function
/commonlibrary/ets_utils/js_api_module/xml/
Dnative_module_xml.cpp785 static napi_value XmlPullParserError(napi_env env, napi_callback_info info) in XmlPullParserError() function
Djs_xml.cpp498 std::string XmlPullParser::XmlPullParserError() const in XmlPullParserError() function in OHOS::xml::XmlPullParser