Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h421 void SetGroupValueUpdateHandler(const std::function<void(CheckableStatus)>& value) in SetGroupValueUpdateHandler() function
667 void SetGroupValueUpdateHandler(const std::function<void(VALUE_TYPE)>& groupValueUpdateHandler) in SetGroupValueUpdateHandler() function
H A Drender_radio.cpp40 …radio->SetGroupValueUpdateHandler([weak = AceType::WeakClaim(this)](const std::string& groupValue)… in Update()
H A Drender_checkbox.cpp60 … checkbox->SetGroupValueUpdateHandler([weak = AceType::WeakClaim(this)](CheckableStatus checked) { in Update()