Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dradio_group_component.h69 refPtr->UpdateGroupValue(newValue);
79 refPtr->UpdateGroupValue(newValue);
H A Drender_radio.h38 bool UpdateGroupValue(const std::string& groupValue);
H A Drender_radio.cpp42 if (renderRadio && renderRadio->UpdateGroupValue(groupValue)) { in Update()
111 bool RenderRadio::UpdateGroupValue(const std::string& groupValue) in UpdateGroupValue() function in OHOS::Ace::RenderRadio
H A Drender_checkbox.cpp62 if (renderCheckbox && renderCheckbox->UpdateGroupValue(checked)) { in Update()
118 bool RenderCheckbox::UpdateGroupValue(const CheckableStatus groupValue) in UpdateGroupValue() function in OHOS::Ace::RenderCheckbox
H A Drender_checkbox.h37 bool UpdateGroupValue(const CheckableStatus groupValue);
H A Dcheckable_component.h672 void UpdateGroupValue(VALUE_TYPE groupValue) in UpdateGroupValue() function