Home
last modified time | relevance | path

Searched refs:GetNSCount (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h33 static size_t GetNSCount(napi_env env, size_t iTemp);
133 size_t XmlTest::GetNSCount(napi_env env, size_t iTemp) in GetNSCount() function in OHOS::xml::XmlTest
139 return xmlPullParser.GetNSCount(iTemp); in GetNSCount()
H A Dtest_xml.cpp1815 /* @tc.name: GetNSCount
1816 * @tc.desc: Test GetNSCount Func
1822 size_t res = XmlTest::GetNSCount(env, 1); in HWTEST_F()
/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.h338 size_t GetNSCount(size_t iTemp);
H A Djs_xml.cpp484 size_t XmlPullParser::GetNSCount(size_t iTemp) in GetNSCount() function in OHOS::xml::XmlPullParser
956 size_t temp = GetNSCount(depth) << 1; in GetNamespace()

Completed in 12 milliseconds