/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_popup_test_ng.cpp | 96 * @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 D | overlay_test_ng.cpp | 220 * @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 D | popup_element.cpp | 41 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 D | popup_element.h | 49 bool ShowPopup();
|
H A D | popup_component.h | 37 void ShowPopup() in ShowPopup() function in OHOS::Ace::PopupController
|
H A D | popup_element_v2.cpp | 91 if (!hasShown_ && ShowPopup()) { in HandleDeclarativePerformBuild()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_popup.cpp | 160 controller->ShowPopup(); in CallSpecializedMethod() 186 controller->ShowPopup(); in BindIdNode()
|
/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | mock_overlay_manager.cpp | 32 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 D | mock_subwindow.h | 47 MOCK_METHOD2(ShowPopup, void(const RefPtr<Component>& newComponent, bool disableTouchEvent));
|
/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow.h | 65 virtual void ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent = true) = 0;
|
H A D | subwindow_manager.h | 77 void ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent = true);
|
H A D | subwindow_manager.cpp | 418 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 D | subwindow_ohos.h | 76 void ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent = true) override;
|
H A D | subwindow_ohos.cpp | 413 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 D | overlay_manager.h | 109 void ShowPopup(int32_t targetId, const PopupInfo& popupInfo,
|
H A D | overlay_manager.cpp | 1618 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 D | view_abstract_test_ng.cpp | 1354 overlayManager->ShowPopup(targetNode->GetId(), info); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 1833 overlayManager->ShowPopup(targetId, popupInfo, param->GetOnWillDismiss(), param->GetInteractiveDismiss()); in BindPopup()
|