Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Drender_select.cpp69 auto optionComponent = data_->GetSelectOption(index); in ProvideRestoreInfo()
87 auto optionComponent = data_->GetSelectOption(index_); in ApplyRestoreInfo()
H A Dselect_component.h252 RefPtr<OptionComponent> GetSelectOption(std::size_t index) in GetSelectOption() function
258 return popup_->GetSelectOption(index); in GetSelectOption()
H A Dselect_element.cpp184 auto option = component->GetSelectOption(index); in HandleOptionModifiedEvent()
239 auto option = component->GetSelectOption(index); in HandleOptionClickedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.cpp86 return popup_->GetSelectOption(index); in GetOption()
H A Dmenu_element.cpp161 auto option = popup->GetSelectOption(index); in OnOptionCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_element.cpp101 auto option = popup_->GetSelectOption(index); in OnOptionCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h90 RefPtr<OptionComponent> GetSelectOption(std::size_t index) const;
H A Dselect_popup_component.cpp61 RefPtr<OptionComponent> SelectPopupComponent::GetSelectOption(std::size_t index) const in GetSelectOption() function in OHOS::Ace::SelectPopupComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.cpp71 auto optionComponent = selectComponent->GetSelectOption(idx); in SetSelected()