Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_popup_test_ng.cpp122 overlayManager->ShowPopup(targetId2, popups[1], nullptr);
228 overlayManager->ShowPopup(targetId2, popups[1], nullptr);
284 overlayManager->ShowPopup(targetId2, popups[1], nullptr);
340 overlayManager->ShowPopup(targetId2, popups[1], nullptr);
396 overlayManager->ShowPopup(targetId2, popups[1], nullptr);
454 overlayManager->ShowPopup(targetId2, popups[1], nullptr);
512 overlayManager->ShowPopup(targetId2, popups[1], nullptr);
570 overlayManager->ShowPopup(targetId2, popups[1], nullptr);
628 overlayManager->ShowPopup(targetId2, popups[1], nullptr);
1807 overlayManager->ShowPopup(targetId1, popups[0]);
[all …]
H A Doverlay_test_ng.cpp967 overlayManager->ShowPopup(targetId, popupInfo);
976 overlayManager->ShowPopup(targetId, popupInfo);
1041 overlay->ShowPopup(targetId, popupInfo);
1082 overlayManager->ShowPopup(targetId, popupInfo);
1219 overlayManager->ShowPopup(targetId, popupInfo);
/ohos5.0/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
H A Dpopup_element_v2.cpp91 if (!hasShown_ && ShowPopup()) { in HandleDeclarativePerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp160 controller->ShowPopup(); in CallSpecializedMethod()
186 controller->ShowPopup(); in BindIdNode()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h47 MOCK_METHOD2(ShowPopup, void(const RefPtr<Component>& newComponent, bool disableTouchEvent));
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h63 … virtual void ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent = true) = 0;
H A Dsubwindow_manager.h81 void ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent = true);
H A Dsubwindow_manager.cpp436 void SubwindowManager::ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent) in ShowPopup() function in OHOS::Ace::SubwindowManager
455 subwindow->ShowPopup(newComponent, disableTouchEvent); in ShowPopup()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h75 void ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent = true) override;
H A Dsubwindow_ohos.cpp409 void SubwindowOhos::ShowPopup(const RefPtr<Component>& newComponent, bool disableTouchEvent) in ShowPopup() function in OHOS::Ace::SubwindowOhos
458 overlayManager->ShowPopup(targetId, popupInfo, std::move(onWillDismiss), interactiveDismiss); in ShowPopupNG()
/ohos5.0/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.cpp1622 void OverlayManager::ShowPopup(int32_t targetId, const PopupInfo& popupInfo, in ShowPopup() function in OHOS::Ace::NG::OverlayManager
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp1317 overlayManager->ShowPopup(targetNode->GetId(), info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1940 …overlayManager->ShowPopup(targetId, popupInfo, param->GetOnWillDismiss(), param->GetInteractiveDis… in BindPopup()