Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H A Dxml_parser.cpp324 …for (xmlNode *thresholdNode = currNode->xmlChildrenNode; thresholdNode; thresholdNode = thresholdN… in ParseScreenConfig() local
325 ParseSubScreenConfig(*thresholdNode, screenSetting); in ParseScreenConfig()
336 xmlNode *thresholdNode = &node; in ParseSubScreenConfig() local
337 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() local
421 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 …]