Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.cpp66 checkbox->SetItemValueUpdateHandler([weak = AceType::WeakClaim(this)](bool checked) { in Update()
H A Dcheckable_component.h438 void SetItemValueUpdateHandler(const std::function<void(bool)>& value) in SetItemValueUpdateHandler() function