Home
last modified time | relevance | path

Searched refs:sysInfo (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.h60 SYSTEM_INFO sysInfo; in GetMaxThreads()
61 GetSystemInfo(&sysInfo); in GetMaxThreads()
62 return sysInfo.dwNumberOfProcessors - 1; in GetMaxThreads()
/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h41 static bool ParseEntityFunc(napi_env env, std::string out, std::string sysInfo, bool flag, TextEnum textEnum);
298 bool XmlTest::ParseEntityFunc(napi_env env, std::string out, std::string sysInfo, bool flag, TextEnum textEnum) in ParseEntityFunc() argument
305 xmlPullParser.sysInfo_ = sysInfo; in ParseEntityFunc()

Completed in 2 milliseconds