Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_radio_util.cpp171 auto radioGroupIter = (*radioGroups).find(component->GetGroupName()); in RemoveRadioComponent() local
172 if (radioGroupIter != (*radioGroups).end()) { in RemoveRadioComponent()
173 radioGroupIter->second.RemoveRadio(component); in RemoveRadioComponent()
174 if (radioGroupIter->second.IsEmpty()) { in RemoveRadioComponent()
175 (*radioGroups).erase(radioGroupIter); in RemoveRadioComponent()