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 D | js_custom_dialog_controller.h | 52 RefPtr<AceType> customDialog_; variable
|
H A D | js_custom_dialog_controller.cpp | 302 …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 D | cj_customdialog_controller_ffi.h | 87 RefPtr<AceType> customDialog_; variable
|
H A D | cj_customdialog_controller_ffi.cpp | 166 …, pending_, isShown_, std::move(cancelTask), std::move(buildFunc), dialogComponent_, customDialog_, in OpenDialog() 190 …dialogs_, pending_, isShown_, std::move(cancelTask), dialogComponent_, customDialog_, dialogOperat… in CloseDialog()
|