Searched refs:GetSelectOption (Results 1 – 9 of 9) sorted by relevance
69 auto optionComponent = data_->GetSelectOption(index); in ProvideRestoreInfo()87 auto optionComponent = data_->GetSelectOption(index_); in ApplyRestoreInfo()
252 RefPtr<OptionComponent> GetSelectOption(std::size_t index) in GetSelectOption() function258 return popup_->GetSelectOption(index); in GetSelectOption()
184 auto option = component->GetSelectOption(index); in HandleOptionModifiedEvent()239 auto option = component->GetSelectOption(index); in HandleOptionClickedEvent()
86 return popup_->GetSelectOption(index); in GetOption()
161 auto option = popup->GetSelectOption(index); in OnOptionCallback()
101 auto option = popup_->GetSelectOption(index); in OnOptionCallback()
90 RefPtr<OptionComponent> GetSelectOption(std::size_t index) const;
61 RefPtr<OptionComponent> SelectPopupComponent::GetSelectOption(std::size_t index) const in GetSelectOption() function in OHOS::Ace::SelectPopupComponent
71 auto optionComponent = selectComponent->GetSelectOption(idx); in SetSelected()