Searched refs:alignRulesItem (Results 1 – 3 of 3) sorted by relevance
111 …const std::string& nodeName, const AlignRulesItem& alignRulesItem, std::set<std::string>& anchorSe…
1167 …const std::string& nodeName, const AlignRulesItem& alignRulesItem, std::set<std::string>& anchorSe… in PreTopologicalLoopDetectionGetAnchorSet() argument1169 for (const auto& alignRule : alignRulesItem) { in PreTopologicalLoopDetectionGetAnchorSet()
3176 ArkUI_AttributeItem alignRulesItem = {.size = 0, .object = alignRules}; variable3177 nodeAPI->setAttribute(rootNode, NODE_ALIGN_RULES, &alignRulesItem);3214 alignRulesItem.object = alignRules;3215 nodeAPI->setAttribute(rootNode, NODE_ALIGN_RULES, &alignRulesItem);