Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp159 … properties.primaryId.IsEmpty() ? properties.secondaryId : properties.primaryId, context); in BuildActions()
164 auto func = AceAsyncEvent<void()>::Create(properties.secondaryId, context); in BuildActions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.cpp111 … properties.primaryId.IsEmpty() ? properties.secondaryId : properties.primaryId, context); in BuildActions()
116 auto func = AceAsyncEvent<void()>::Create(properties.secondaryId, context); in BuildActions()
H A Ddialog_properties.h255 EventMarker secondaryId; // second button's callback. member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dalert_dialog_model_impl.cpp28 arg.secondaryId = actionId; in SetParseButtonObj()