Home
last modified time | relevance | path

Searched defs:ShowDialog (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddialog_module.cpp37 JSIValue DialogModule::ShowDialog(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum) in ShowDialog() function in OHOS::ACELite::DialogModule
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_element.cpp56 void CustomDialogElement::ShowDialog() in ShowDialog() function in OHOS::Ace::CustomDialogElement
H A Dcustom_dialog_component.h35 void ShowDialog() in ShowDialog() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h180 …virtual void ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog() function
182 virtual void ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function
185 …virtual void ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_service_mgr_client.cpp114 ErrCode UIServiceMgrClient::ShowDialog(const std::string& name, in ShowDialog() function in OHOS::Ace::UIServiceMgrClient
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_notification_util.cpp115 void WifiNotificationUtil::ShowDialog(WifiDialogType type) in ShowDialog() function in OHOS::Wifi::WifiNotificationUtil
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp66 bool JSDialog::ShowDialog(JSIValue thisVal, in ShowDialog() function in OHOS::ACELite::JSDialog
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/arkui_mock/src/
H A Dui_service_mgr_client_mock.cpp88 ErrCode UIServiceMgrClient::ShowDialog(const std::string& name, const std::string& params, in ShowDialog() function in OHOS::Ace::UIServiceMgrClient
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dui_service_mgr_client_mock.cpp85 ErrCode UIServiceMgrClient::ShowDialog(const std::string& name, const std::string& params, in ShowDialog() function in OHOS::Ace::UIServiceMgrClient
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcustom_dialog_controller_model_impl.cpp69 void CustomDialogControllerModelImpl::ShowDialog(DialogProperties& dialogProperties, bool& pending,… in ShowDialog() function in OHOS::Ace::Framework::CustomDialogControllerModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp144 void SelectPopupComponent::ShowDialog( in ShowDialog() function in OHOS::Ace::SelectPopupComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.cpp291 ArkUI_Int32 ShowDialog(ArkUIDialogHandle controllerHandler, bool showInSubWindow) in ShowDialog() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp647 void FrontendDelegateDeclarativeNG::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
662 void FrontendDelegateDeclarativeNG::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
678 void FrontendDelegateDeclarativeNG::ShowDialog(const PromptDialogAttr& dialogAttr, in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
715 void FrontendDelegateDeclarativeNG::ShowDialog(const PromptDialogAttr& dialogAttr, in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp476 void DialogContainer::ShowDialog(int32_t instanceId, const std::string& title, const std::string& m… in ShowDialog() function in OHOS::Ace::Platform::DialogContainer
497 void DialogContainer::ShowDialog(int32_t instanceId, const PromptDialogAttr& dialogAttr, in ShowDialog() function in OHOS::Ace::Platform::DialogContainer
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dmock_overlay_manager.cpp60 RefPtr<FrameNode> OverlayManager::ShowDialog( in ShowDialog() function in OHOS::Ace::NG::OverlayManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog_mingw.cpp324 void ThreadWatcher::ShowDialog() const in ShowDialog() function in OHOS::Ace::ThreadWatcher
H A Dwatch_dog.cpp373 void ThreadWatcher::ShowDialog() const in ShowDialog() function in OHOS::Ace::ThreadWatcher
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp115 void PickerBaseComponent::ShowDialog(const RefPtr<StackElement>& stack, bool disableTouchEvent) in ShowDialog() function in OHOS::Ace::PickerBaseComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp246 void CJFrontendAbstract::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::CJFrontendAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp867 void SubwindowManager::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::SubwindowManager
900 void SubwindowManager::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>… in ShowDialog() function in OHOS::Ace::SubwindowManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp80 void DOMPickerBase::ShowDialog() const in ShowDialog() function in OHOS::Ace::Framework::DOMPickerBase
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp235 void PluginFrontendDelegate::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::Framework::PluginFrontendDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1677 void FrontendDelegateDeclarative::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
1692 void FrontendDelegateDeclarative::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
1708 void FrontendDelegateDeclarative::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<… in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
1752 void FrontendDelegateDeclarative::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<… in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1522 void SubwindowOhos::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::SubwindowOhos
1534 void SubwindowOhos::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& b… in ShowDialog() function in OHOS::Ace::SubwindowOhos
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp428 void CalendarPickerPattern::ShowDialog() in ShowDialog() function in OHOS::Ace::NG::CalendarPickerPattern

12