Home
last modified time | relevance | path

Searched defs:buttonIdx (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_event_hub.cpp28 void DialogEventHub::FireSuccessEvent(int32_t buttonIdx) in FireSuccessEvent()
H A Ddialog_pattern.cpp247 void DialogPattern::PopDialog(int32_t buttonIdx = -1) in PopDialog()
639 void DialogPattern::BindCloseCallBack(const RefPtr<GestureEventHub>& hub, int32_t buttonIdx) in BindCloseCallBack()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp53 const int32_t buttonIdx = 1; variable