Searched defs:dialogAttr (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 180 …virtual void ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog() 185 …virtual void ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog() 189 …virtual void OpenCustomDialog(const PromptDialogAttr &dialogAttr, std::function<void(int32_t)> &&c… in OpenCustomDialog() 192 …irtual void UpdateCustomDialog(const WeakPtr<NG::UINode>& node, const PromptDialogAttr &dialogAttr, in UpdateCustomDialog() 207 …virtual void ShowActionMenu(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& but… in ShowActionMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 678 void FrontendDelegateDeclarativeNG::ShowDialog(const PromptDialogAttr& dialogAttr, in ShowDialog() 715 void FrontendDelegateDeclarativeNG::ShowDialog(const PromptDialogAttr& dialogAttr, in ShowDialog() 740 …operties FrontendDelegateDeclarativeNG::ParsePropertiesFromAttr(const PromptDialogAttr &dialogAttr) in ParsePropertiesFromAttr() 792 void FrontendDelegateDeclarativeNG::OpenCustomDialog(const PromptDialogAttr &dialogAttr, in OpenCustomDialog() 842 …const WeakPtr<NG::UINode>& node, const PromptDialogAttr &dialogAttr, std::function<void(int32_t)> … in UpdateCustomDialog()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 1459 void SubwindowOhos::ShowDialogForAbility(const PromptDialogAttr& dialogAttr, const std::vector<Butt… in ShowDialogForAbility() 1479 void SubwindowOhos::ShowDialogForService(const PromptDialogAttr& dialogAttr, const std::vector<Butt… in ShowDialogForService() 1534 void SubwindowOhos::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& b… in ShowDialog() 1546 const PromptDialogAttr& dialogAttr, std::function<void(int32_t)>&& callback) in OpenCustomDialogForAbility() 1566 const PromptDialogAttr& dialogAttr, std::function<void(int32_t)>&& callback) in OpenCustomDialogForService() 1572 void SubwindowOhos::OpenCustomDialog(const PromptDialogAttr& dialogAttr, std::function<void(int32_t… in OpenCustomDialog()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow_manager.cpp | 616 …const WeakPtr<NG::UINode>& node, const PromptDialogAttr &dialogAttr, std::function<void(int32_t)>&… in UpdateCustomDialogNG() 900 void SubwindowManager::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>… in ShowDialog() 983 void SubwindowManager::OpenCustomDialog(const PromptDialogAttr &dialogAttr, std::function<void(int3… in OpenCustomDialog()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 338 void CJFrontendAbstract::OpenCustomDialog(const PromptDialogAttr &dialogAttr, in OpenCustomDialog()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 1708 void FrontendDelegateDeclarative::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<… in ShowDialog() 1752 void FrontendDelegateDeclarative::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<… in ShowDialog() 1789 …Properties FrontendDelegateDeclarative::ParsePropertiesFromAttr(const PromptDialogAttr &dialogAttr) in ParsePropertiesFromAttr() 1841 void FrontendDelegateDeclarative::OpenCustomDialog(const PromptDialogAttr &dialogAttr, in OpenCustomDialog() 1892 …const WeakPtr<NG::UINode>& node, const PromptDialogAttr &dialogAttr, std::function<void(int32_t)> … in UpdateCustomDialog() 2025 void FrontendDelegateDeclarative::ShowActionMenu(const PromptDialogAttr& dialogAttr, in ShowActionMenu()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.cpp | 497 void DialogContainer::ShowDialog(int32_t instanceId, const PromptDialogAttr& dialogAttr, in ShowDialog()
|