Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h335 const std::function<void()>& GetCustomizedCallback() in GetCustomizedCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp290 auto customizedFunc = options_[index]->GetCustomizedCallback(); in Initialize()