Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/unittest/nweb_config_helper_test/
H A Dnweb_config_helper_test.cpp372 int result = NWebConfigHelper::Instance().safeGetPropAsInt(root_element,
385 …int result = NWebConfigHelper::Instance().safeGetPropAsInt(root_element, BAD_CAST "test_prop", 10);
399 …int result = NWebConfigHelper::Instance().safeGetPropAsInt(root_element, BAD_CAST "test_prop", def…
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp308 … setting.min_ = safeGetPropAsInt(curDynamicNodePtr, BAD_CAST(XML_ATTR_MIN), defaultValue); in ParseNWebLTPOConfig()
309 … setting.max_ = safeGetPropAsInt(curDynamicNodePtr, BAD_CAST(XML_ATTR_MAX), defaultValue); in ParseNWebLTPOConfig()
310 …setting.preferredFrameRate_ = safeGetPropAsInt(curDynamicNodePtr, BAD_CAST(XML_ATTR_FPS), defaultV… in ParseNWebLTPOConfig()
413 int NWebConfigHelper::safeGetPropAsInt(xmlNode* node, const xmlChar* propName, int defaultValue) in safeGetPropAsInt() function in OHOS::NWeb::NWebConfigHelper
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_config_helper.h34 int safeGetPropAsInt(xmlNode* node, const xmlChar* propName, int defaultValue);