Searched refs:ShowDialogForService (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.h | 177 void ShowDialogForService(const std::string& title, const std::string& message, 182 …void ShowDialogForService(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& butto…
|
H A D | subwindow_ohos.cpp | 1411 void SubwindowOhos::ShowDialogForService(const std::string& title, const std::string& message, in ShowDialogForService() function in OHOS::Ace::SubwindowOhos 1479 void SubwindowOhos::ShowDialogForService(const PromptDialogAttr& dialogAttr, const std::vector<Butt… in ShowDialogForService() function in OHOS::Ace::SubwindowOhos 1528 ShowDialogForService(title, message, buttons, autoCancel, std::move(callback), callbacks); in ShowDialog() 1539 ShowDialogForService(dialogAttr, buttons, std::move(callback), callbacks); in ShowDialog()
|