Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp705 std::list<RefPtr<ButtonComponent>> buttonComponents; in BuildButtons() local
759 buttonComponents.emplace_back(buttonComponent); in BuildButtons()
762 dialog->SetActions(buttonComponents); in BuildButtons()
774 std::list<RefPtr<ButtonComponent>> buttonComponents; in BuildButtonsForWatch() local
805 buttonComponents.emplace_back(buttonComponent); in BuildButtonsForWatch()
807 dialog->SetActions(buttonComponents); in BuildButtonsForWatch()