Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp290 auto customizedFunc = options_[index]->GetCustomizedCallback(); in Initialize() local
292 [weak = WeakClaim(this), customizedFunc](std::size_t index) { in Initialize()
293 if (customizedFunc) { in Initialize()
294 customizedFunc(); in Initialize()