Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.h52 RefPtr<AceType> customDialog_; variable
H A Djs_custom_dialog_controller.cpp302 …isShown_, std::move(cancelTask), std::move(buildFunc), dialogComponent_, customDialog_, dialogOper… in JsOpenDialog()
332 isShown_, std::move(cancelTask), dialogComponent_, customDialog_, dialogOperation_); in JsCloseDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_customdialog_controller_ffi.h87 RefPtr<AceType> customDialog_; variable
H A Dcj_customdialog_controller_ffi.cpp166 …, pending_, isShown_, std::move(cancelTask), std::move(buildFunc), dialogComponent_, customDialog_, in OpenDialog()
190 …dialogs_, pending_, isShown_, std::move(cancelTask), dialogComponent_, customDialog_, dialogOperat… in CloseDialog()