Home
last modified time | relevance | path

Searched refs:primaryId (Results 1 – 5 of 5) 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()
/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()
H A Ddialog_properties.h254 EventMarker primaryId; // first button's callback. member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dalert_dialog_model_impl.cpp26 arg.primaryId = actionId; in SetParseButtonObj()
H A Daction_sheet_model_impl.cpp78 arg.primaryId = actionId; in SetConfirm()