Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dgroup_manager.cpp89 auto& checkboxList = checkBoxListMap_[group]; in RemoveCheckBoxFromGroup() local
90 for (auto && item : checkboxList) { in RemoveCheckBoxFromGroup()
93 checkboxList.remove(item); in RemoveCheckBoxFromGroup()
110 auto checkboxList = checkBoxListMap_[group]; in GetCheckboxList() local
112 …for (std::list<WeakPtr<FrameNode>>::iterator iter = checkboxList.begin(); iter != checkboxList.end… in GetCheckboxList()
115 iter = checkboxList.erase(iter); in GetCheckboxList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_element.cpp108 auto checkboxList = selfComponent->GetCheckboxList(); in SetNewComponent() local
109 if (!checkboxList.empty()) { in SetNewComponent()
112 for (auto item : checkboxList) { in SetNewComponent()
141 auto checkboxList = selfComponent->GetCheckboxList(); in Deactivate() local
142 if (!checkboxList.empty()) { in Deactivate()
145 for (auto item : checkboxList) { in Deactivate()
H A Drender_checkbox.cpp277 auto checkboxList = component_->GetCheckboxList(); in UpdateGroupStatus() local
279 isGroup_ = !checkboxList.empty(); in UpdateGroupStatus()
281 for (auto& item : checkboxList) { in UpdateGroupStatus()
286 if (count == (int)checkboxList.size()) { in UpdateGroupStatus()
288 } else if (count > 0 && (int)checkboxList.size() > count) { in UpdateGroupStatus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_pattern.cpp354 auto checkboxList = groupManager->GetCheckboxList(group); in OnDetachFromFrameNode() local
355 UpdateCheckBoxGroupStatus(groupNode, checkboxList); in OnDetachFromFrameNode()
424 auto checkboxList = groupManager->GetCheckboxList(group); in UpdateState() local
425 UpdateCheckBoxGroupStatus(groupNode, checkboxList); in UpdateState()