Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
Dpromptaction.js22 const showDialog = function showDialog(options, callback) { function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.cpp1496 auto showDialog = menuComponent->GetTargetCallback(); in CreateMenuEventWithParams() local
1534 auto showDialog = menuComponent->GetTargetCallback(); in CreateMenuEventWithBuilder() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DjsUIContext.js1146 showDialog(options, callback) { method in PromptAction