Home
last modified time | relevance | path

Searched refs:ShowDialogForAbility (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h174 void ShowDialogForAbility(const std::string& title, const std::string& message,
180 …void ShowDialogForAbility(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& butto…
H A Dsubwindow_ohos.cpp1389 void SubwindowOhos::ShowDialogForAbility(const std::string& title, const std::string& message, in ShowDialogForAbility() function in OHOS::Ace::SubwindowOhos
1459 void SubwindowOhos::ShowDialogForAbility(const PromptDialogAttr& dialogAttr, const std::vector<Butt… in ShowDialogForAbility() function in OHOS::Ace::SubwindowOhos
1530 ShowDialogForAbility(title, message, buttons, autoCancel, std::move(callback), callbacks); in ShowDialog()
1541 ShowDialogForAbility(dialogAttr, buttons, std::move(callback), callbacks); in ShowDialog()