Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.cpp127 if (component_->GetGroupValue() != groupValue) { in UpdateGroupValue()
168 auto value = (component_->GetGroupValue() == in HandleClick()
H A Drender_checkbox.h86 auto value = component_->GetGroupValue(); in UpdateUIStatus()
H A Dcheckable_component.h386 CheckableStatus GetGroupValue() const in GetGroupValue() function
637 VALUE_TYPE GetGroupValue() const in GetGroupValue() function
H A Drender_radio.cpp51 groupValue_ = radio->GetGroupValue(); in Update()