Searched refs:thresholdNode (Results 1 – 1 of 1) sorted by relevance
324 …for (xmlNode *thresholdNode = currNode->xmlChildrenNode; thresholdNode; thresholdNode = thresholdN… in ParseScreenConfig() local325 ParseSubScreenConfig(*thresholdNode, screenSetting); in ParseScreenConfig()336 xmlNode *thresholdNode = &node; in ParseSubScreenConfig() local337 if (thresholdNode->type != XML_ELEMENT_NODE) { in ParseSubScreenConfig()340 auto name = ExtractPropertyValue("name", *thresholdNode); in ParseSubScreenConfig()355 ParseMultiAppStrategy(*thresholdNode, screenSetting); in ParseSubScreenConfig()420 …for (xmlNode *thresholdNode = currNode->xmlChildrenNode; thresholdNode; thresholdNode = thresholdN… in ParserDynamicSetting() local421 if (thresholdNode->type != XML_ELEMENT_NODE) { in ParserDynamicSetting()424 auto name = ExtractPropertyValue("name", *thresholdNode); in ParserDynamicSetting()425 auto min = ExtractPropertyValue("min", *thresholdNode); in ParserDynamicSetting()[all …]