Searched refs:ShowDialogForAbility (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.h | 178 void ShowDialogForAbility(const std::string& title, const std::string& message, 184 void ShowDialogForAbility(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons,
|
H A D | subwindow_ohos.cpp | 1423 void SubwindowOhos::ShowDialogForAbility(const std::string& title, const std::string& message, in ShowDialogForAbility() function in SubwindowOhos 1493 void SubwindowOhos::ShowDialogForAbility(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialogForAbility() function in SubwindowOhos 1564 ShowDialogForAbility(title, message, buttons, autoCancel, std::move(callback), callbacks); in ShowDialog() 1575 ShowDialogForAbility(dialogAttr, buttons, std::move(callback), callbacks); in ShowDialog()
|
Completed in 5 milliseconds