Lines Matching refs:nodeName
106 auto nodeName = curNodePtr->name;
107 if (!xmlStrcmp(nodeName, reinterpret_cast<const xmlChar*>("isWaterfallDisplay")) ||
108 !xmlStrcmp(nodeName, reinterpret_cast<const xmlChar*>("isWaterfallAreaCompressionEnableWhenHorizontal"))) {
112 if (!xmlStrcmp(nodeName, reinterpret_cast<const xmlChar*>("dpi")) ||
113 !xmlStrcmp(nodeName, reinterpret_cast<const xmlChar*>("defaultDeviceRotationOffset")) ||
114 !xmlStrcmp(nodeName, reinterpret_cast<const xmlChar*>("cutoutArea")) ||
115 !xmlStrcmp(nodeName, reinterpret_cast<const xmlChar*>("curvedScreenBoundary")) ||
116 !xmlStrcmp(nodeName, reinterpret_cast<const xmlChar*>("waterfallAreaCompressionSizeWhenHorzontal")) ||
117 !xmlStrcmp(nodeName, reinterpret_cast<const xmlChar*>("buildInDefaultOrientation"))) {
121 if (!xmlStrcmp(nodeName, reinterpret_cast<const xmlChar*>("defaultDisplayCutoutPath"))) {
142 WLOGFE("[DmConfig] read xml node error: nodeName:(%{public}s)", currNode->name);
155 WLOGFE("[DmConfig] read number error: nodeName:(%{public}s)", currNode->name);
162 std::string nodeName = reinterpret_cast<const char *>(currNode->name);
163 intNumbersConfig_[nodeName] = numbersVec;
171 WLOGFE("[DmConfig] read xml node error: nodeName:(%{public}s)", currNode->name);
175 std::string nodeName = reinterpret_cast<const char *>(currNode->name);
177 enableConfig_[nodeName] = true;
179 enableConfig_[nodeName] = false;
188 WLOGFE("[DmConfig] read xml node error: nodeName:(%{public}s)", currNode->name);
193 std::string nodeName = reinterpret_cast<const char*>(currNode->name);
194 stringConfig_[nodeName] = inputString;