Home
last modified time | relevance | path

Searched refs:ShowPopup (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_popup_test_ng.cpp96 * @tc.steps: step2. create overlayManager and call ShowPopup. in HWTEST_F()
109 overlayManager->ShowPopup(targetId1, popups[0], move(onWillDismiss1)); in HWTEST_F()
122 overlayManager->ShowPopup(targetId2, popups[1], nullptr); in HWTEST_F()
150 * @tc.steps: step2. create overlayManager and call ShowPopup. in HWTEST_F()
162 overlayManager->ShowPopup(targetId1, popups[0], nullptr, true); in HWTEST_F()
174 overlayManager->ShowPopup(targetId2, popups[1], nullptr, false); in HWTEST_F()
201 * @tc.steps: step2. create overlayManager and call ShowPopup. in HWTEST_F()
215 overlayManager->ShowPopup(targetId1, popups[0], move(onWillDismiss1)); in HWTEST_F()
229 overlayManager->ShowPopup(targetId2, popups[1], nullptr); in HWTEST_F()
257 * @tc.steps: step2. create overlayManager and call ShowPopup in HWTEST_F()
[all...]
H A Doverlay_test_ng.cpp220 * @tc.desc: Test OverlayManager::ShowPopup.
967 overlayManager->ShowPopup(targetId, popupInfo); in HWTEST_F()
976 overlayManager->ShowPopup(targetId, popupInfo); in HWTEST_F()
1041 overlay->ShowPopup(targetId, popupInfo); in HWTEST_F()
1049 * @tc.desc: Test OverlayManager::ShowPopup and HidePopup when hastransition is true.
1074 * @tc.steps: step2. create overlayManager and call ShowPopup. in HWTEST_F()
1082 overlayManager->ShowPopup(targetId, popupInfo); in HWTEST_F()
1219 overlayManager->ShowPopup(targetId, popupInfo); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp41 popupElement->ShowPopup(); in PerformBuild()
90 SubwindowManager::GetInstance()->ShowPopup(tween, false); in ShowPopupInSubWindow()
104 bool PopupElement::ShowPopup() in ShowPopup() function in OHOS::Ace::PopupElement
H A Dpopup_element.h49 bool ShowPopup();
H A Dpopup_component.h37 void ShowPopup() in ShowPopup() function in OHOS::Ace::PopupController
H A Dpopup_element_v2.cpp91 if (!hasShown_ && ShowPopup()) { in HandleDeclarativePerformBuild()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp160 controller->ShowPopup(); in CallSpecializedMethod()
186 controller->ShowPopup(); in BindIdNode()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dmock_overlay_manager.cpp32 void OverlayManager::ShowPopup(int32_t targetId, const PopupInfo& popupInfo) {} in ShowPopup() function in OHOS::Ace::NG::OverlayManager
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h47 MOCK_METHOD2(ShowPopup, void(const RefPtr<Component>& newComponent, bool disableTouchEvent));
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h65 virtual void ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent = true) = 0;
H A Dsubwindow_manager.h77 void ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent = true);
H A Dsubwindow_manager.cpp418 void SubwindowManager::ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent) in ShowPopup() function in OHOS::Ace::SubwindowManager
433 subwindow->ShowPopup(newComponent, disableTouchEvent); in ShowPopup()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h76 void ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent = true) override;
H A Dsubwindow_ohos.cpp413 void SubwindowOhos::ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent) in ShowPopup() function in SubwindowOhos
462 overlayManager->ShowPopup(targetId, popupInfo, std::move(onWillDismiss), interactiveDismiss); in ShowPopupNG()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h109 void ShowPopup(int32_t targetId, const PopupInfo& popupInfo,
H A Doverlay_manager.cpp1618 void OverlayManager::ShowPopup(int32_t targetId, const PopupInfo& popupInfo, in ShowPopup() function in OHOS::Ace::NG::OverlayManager
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp1354 overlayManager->ShowPopup(targetNode->GetId(), info); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1833 overlayManager->ShowPopup(targetId, popupInfo, param->GetOnWillDismiss(), param->GetInteractiveDismiss()); in BindPopup()

Completed in 44 milliseconds