Home
last modified time | relevance | path

Searched refs:GetAttributeCount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.h221 static napi_value GetAttributeCount(napi_env env, napi_callback_info info);
327 int GetAttributeCount() const;
H A Djs_xml.cpp517 DECLARE_NAPI_FUNCTION("getAttributeCount", XmlPullParser::ParseInfo::GetAttributeCount), in ParseToken()
1776 int XmlPullParser::GetAttributeCount() const in GetAttributeCount() function in OHOS::xml::XmlPullParser
1935 napi_value XmlPullParser::ParseInfo::GetAttributeCount(napi_env env, napi_callback_info info) in GetAttributeCount() function in OHOS::xml::XmlPullParser::ParseInfo
1945 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetAttributeCount(); in GetAttributeCount()
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.cpp1633 ASSERT_EQ(xmlPullParser.GetAttributeCount(), 0);