Home
last modified time | relevance | path

Searched refs:ShowDialog (Results 1 - 25 of 81) sorted by relevance

1234

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddialog_module.h38 static JSIValue ShowDialog(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum);
51 JSI::SetModuleAPI(exports, "showDialog", DialogModule::ShowDialog); in InitDialogModule()
H A Ddialog_module.cpp37 JSIValue DialogModule::ShowDialog(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum) in ShowDialog() function in OHOS::ACELite::DialogModule
41 HILOG_ERROR(HILOG_MODULE_ACE, "ShowDialog args num(%{public}d) is invalid.", argsNum); in ShowDialog()
73 bool result = jsDialog->ShowDialog(thisVal, buttons, successFunc, cancelFunc, completeFunc); in ShowDialog()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_dialog_transition_test_ng.cpp244 * @tc.steps: step2. create overlayManager and call ShowDialog. in HWTEST_F()
248 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); in HWTEST_F()
282 * @tc.steps: step2. create overlayManager and call ShowDialog. in HWTEST_F()
286 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); in HWTEST_F()
327 * @tc.steps: step2. create overlayManager and call ShowDialog. in HWTEST_F()
331 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); in HWTEST_F()
359 * @tc.desc: Test OverlayManager::ShowDialog->Set the type of the dialog box
378 * @tc.steps: step2. create overlayManager and call ShowDialog. in HWTEST_F()
382 auto dialog = overlayManager->ShowDialog(dialogProperties, nullptr, false); in HWTEST_F()
415 * @tc.desc: Test OverlayManager::ShowDialog
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/action_sheet/
H A Daction_sheet_model_ng.cpp44 auto mask = overlayManager->ShowDialog(Maskarg, nullptr, false); in ShowActionSheet()
49 dialog = overlayManager->ShowDialog(arg, nullptr, false); in ShowActionSheet()
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_element.cpp39 dialog->ShowDialog(); in PerformBuild()
56 void CustomDialogElement::ShowDialog() in ShowDialog() function in OHOS::Ace::CustomDialogElement
H A Dcustom_dialog_element.h35 void ShowDialog();
H A Dcustom_dialog_component.h35 void ShowDialog() in ShowDialog() function in OHOS::Ace::CustomDialogController
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dalert_dialog_model_ng.cpp78 auto mask = overlayManager->ShowDialog(Maskarg, nullptr, false); in SetShowDialog()
83 dialog = overlayManager->ShowDialog(arg, nullptr, false); in SetShowDialog()
/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_element.cpp93 popup->ShowDialog(stack, point, point, true); in OnTargetCallback()
110 popup->ShowDialog(stack, targetGlobalOffset, targetRightBottom, true); in OnTargetCallback()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcustom_dialog_controller_model_impl.cpp59 ShowDialog(dialogProperties, pending, isShown, std::move(cancelTask), dialogComponent, customDialog, in NotifyDialogOperation()
67 void CustomDialogControllerModelImpl::ShowDialog(DialogProperties& dialogProperties, bool& pending, bool& isShown, in ShowDialog() function in OHOS::Ace::Framework::CustomDialogControllerModelImpl
102 LOGE("JSCustomDialogController(ShowDialog) No Executor. Cannot post task."); in ShowDialog()
107 LOGI("JSCustomDialogController(ShowDialog) current state is pending."); in ShowDialog()
113 LOGI("JSCustomDialogController(ShowDialog) CustomDialog has already shown."); in ShowDialog()
121 dialogComponent = context->ShowDialog(showDialogProperties, false, "CustomDialog"); in ShowDialog()
123 LOGE("JSCustomDialogController(ShowDialog) context is null."); in ShowDialog()
133 LOGE("JSCustomDialogController(ShowDialog) stack is null, post delay task."); in ShowDialog()
138 LOGW("JSCustomDialogController(ShowDialog) fail to post task, reset pending status"); in ShowDialog()
238 ShowDialog( in SetOpenDialog()
[all...]
H A Dalert_dialog_model_impl.cpp48 context->ShowDialog(arg, false, "AlertDialog"); in SetShowDialog()
H A Daction_sheet_model_impl.cpp33 context->ShowDialog(arg, false, "ActionSheet"); in ShowActionSheet()
H A Dcustom_dialog_controller_model_impl.h34 void ShowDialog(DialogProperties& dialogProperties, bool& pending, bool& isShown,
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp240 void CJFrontendAbstract::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::CJFrontendAbstract
270 auto mask = overlayManager->ShowDialog(maskarg, nullptr, false); in ShowDialogInner()
275 dialog = overlayManager->ShowDialog( in ShowDialogInner()
319 auto mask = overlayManager->ShowDialog(maskarg, nullptr, false); in ShowActionMenuInner()
324 dialog = overlayManager->ShowDialog( in ShowActionMenuInner()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_notification_util_test.cpp72 wifiNotificationUtil.ShowDialog(WifiDialogType::CDD); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h176 virtual void ShowDialog(const std::string& title, const std::string& message,
179 virtual void ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegate
181 virtual void ShowDialog(const std::string& title, const std::string& message, in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegate
184 virtual void ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog() function in OHOS::Ace::Framework::FrontendDelegate
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h70 MOCK_METHOD6(ShowDialog,
73 MOCK_METHOD4(ShowDialog,
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h59 ArkUI_Int32 ShowDialog(ArkUIDialogHandle handle, bool showInSubWindow);
/foundation/arkui/ace_engine/interfaces/inner_api/ui_service_manager/include/
H A Dui_service_mgr_client.h53 ErrCode ShowDialog(const std::string& name,
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.h45 bool ShowDialog(JSIValue thisVal,
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_notification_util.h64 void ShowDialog(WifiDialogType type);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_multi_vap_manager.cpp123 WifiNotificationUtil::GetInstance().ShowDialog(WifiDialogType::THREE_VAP); in ShowToast()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h141 void ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons,
144 void ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons,
147 void ShowDialog(const PromptDialogAttr &dialogAttr, const std::vector<ButtonInfo> &buttons,
149 void ShowDialog(const PromptDialogAttr &dialogAttr, const std::vector<ButtonInfo> &buttons,
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog.cpp128 void ShowDialog() const;
228 ShowDialog(); in DetonatedBomb()
373 void ThreadWatcher::ShowDialog() const in ShowDialog() function in OHOS::Ace::ThreadWatcher
H A Dwatch_dog_mingw.cpp94 void ShowDialog() const;
192 ShowDialog(); in DetonatedBomb()
324 void ThreadWatcher::ShowDialog() const in ShowDialog() function in OHOS::Ace::ThreadWatcher

Completed in 11 milliseconds

1234