Searched refs:UpdateGroupValue (Results 1 – 6 of 6) sorted by relevance
69 refPtr->UpdateGroupValue(newValue);79 refPtr->UpdateGroupValue(newValue);
38 bool UpdateGroupValue(const std::string& groupValue);
42 if (renderRadio && renderRadio->UpdateGroupValue(groupValue)) { in Update()111 bool RenderRadio::UpdateGroupValue(const std::string& groupValue) in UpdateGroupValue() function in OHOS::Ace::RenderRadio
62 if (renderCheckbox && renderCheckbox->UpdateGroupValue(checked)) { in Update()118 bool RenderCheckbox::UpdateGroupValue(const CheckableStatus groupValue) in UpdateGroupValue() function in OHOS::Ace::RenderCheckbox
37 bool UpdateGroupValue(const CheckableStatus groupValue);
672 void UpdateGroupValue(VALUE_TYPE groupValue) in UpdateGroupValue() function