/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | dialog_module.h | 38 static JSIValue ShowDialog(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum);
51 JSI::SetModuleAPI(exports, "showDialog", DialogModule::ShowDialog);
in InitDialogModule()
|
H A D | dialog_module.cpp | 37 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 D | overlay_dialog_transition_test_ng.cpp | 244 * @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 D | action_sheet_model_ng.cpp | 44 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 D | custom_dialog_element.cpp | 39 dialog->ShowDialog(); in PerformBuild() 56 void CustomDialogElement::ShowDialog() in ShowDialog() function in OHOS::Ace::CustomDialogElement
|
H A D | custom_dialog_element.h | 35 void ShowDialog();
|
H A D | custom_dialog_component.h | 35 void ShowDialog() in ShowDialog() function in OHOS::Ace::CustomDialogController
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | alert_dialog_model_ng.cpp | 78 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 D | menu_element.cpp | 93 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 D | custom_dialog_controller_model_impl.cpp | 59 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 D | alert_dialog_model_impl.cpp | 48 context->ShowDialog(arg, false, "AlertDialog"); in SetShowDialog()
|
H A D | action_sheet_model_impl.cpp | 33 context->ShowDialog(arg, false, "ActionSheet"); in ShowActionSheet()
|
H A D | custom_dialog_controller_model_impl.h | 34 void ShowDialog(DialogProperties& dialogProperties, bool& pending, bool& isShown,
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 240 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 D | wifi_notification_util_test.cpp | 72 wifiNotificationUtil.ShowDialog(WifiDialogType::CDD); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 176 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 D | mock_subwindow.h | 70 MOCK_METHOD6(ShowDialog, 73 MOCK_METHOD4(ShowDialog,
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | custom_dialog_model.h | 59 ArkUI_Int32 ShowDialog(ArkUIDialogHandle handle, bool showInSubWindow);
|
/foundation/arkui/ace_engine/interfaces/inner_api/ui_service_manager/include/ |
H A D | ui_service_mgr_client.h | 53 ErrCode ShowDialog(const std::string& name,
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/ |
H A D | js_dialog.h | 45 bool ShowDialog(JSIValue thisVal,
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_notification_util.h | 64 void ShowDialog(WifiDialogType type);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_multi_vap_manager.cpp | 123 WifiNotificationUtil::GetInstance().ShowDialog(WifiDialogType::THREE_VAP); in ShowToast()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 141 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 D | watch_dog.cpp | 128 void ShowDialog() const; 228 ShowDialog(); in DetonatedBomb() 373 void ThreadWatcher::ShowDialog() const in ShowDialog() function in OHOS::Ace::ThreadWatcher
|
H A D | watch_dog_mingw.cpp | 94 void ShowDialog() const; 192 ShowDialog(); in DetonatedBomb() 324 void ThreadWatcher::ShowDialog() const in ShowDialog() function in OHOS::Ace::ThreadWatcher
|