Home
last modified time | relevance | path

Searched refs:Subwindow (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.h34 using SubwindowMap = std::unordered_map<int32_t, RefPtr<Subwindow>>;
50 void AddSubwindow(int32_t instanceId, RefPtr<Subwindow>);
54 const RefPtr<Subwindow> GetSubwindow(int32_t instanceId);
55 const RefPtr<Subwindow> GetOrCreateSubwindow(int32_t instanceId);
57 void SetCurrentSubwindow(const RefPtr<Subwindow>& subwindow);
59 const RefPtr<Subwindow>& GetCurrentWindow();
62 RefPtr<Subwindow> ShowPreviewNG(bool isStartDraggingFromSubWindow);
100 void AddDialogSubwindow(int32_t instanceId, const RefPtr<Subwindow>& subwindow);
103 const RefPtr<Subwindow> GetDialogSubwindow(int32_t instanceId);
104 void SetCurrentDialogSubwindow(const RefPtr<Subwindow>
[all...]
H A Dsubwindow_manager.cpp24 thread_local RefPtr<Subwindow> SubwindowManager::currentSubwindow_;
97 void SubwindowManager::AddSubwindow(int32_t instanceId, RefPtr<Subwindow> subwindow) in AddSubwindow()
113 void SubwindowManager::AddToastSubwindow(int32_t instanceId, RefPtr<Subwindow> subwindow) in AddToastSubwindow()
129 void SubwindowManager::AddSystemToastWindow(int32_t instanceId, RefPtr<Subwindow> subwindow) in AddSystemToastWindow()
148 RefPtr<Subwindow> subwindow; in DeleteHotAreas()
165 const RefPtr<Subwindow> SubwindowManager::GetSubwindow(int32_t instanceId) in GetSubwindow()
176 const RefPtr<Subwindow> SubwindowManager::GetToastSubwindow(int32_t instanceId) in GetToastSubwindow()
186 const RefPtr<Subwindow> SubwindowManager::GetSystemToastWindow(int32_t instanceId) in GetSystemToastWindow()
196 const RefPtr<Subwindow> SubwindowManager::GetOrCreateSubwindow(int32_t instanceId) in GetOrCreateSubwindow()
203 subwindow = Subwindow in GetOrCreateSubwindow()
[all...]
H A Dsubwindow.h40 class ACE_EXPORT Subwindow : public AceType { class
41 DECLARE_ACE_TYPE(Subwindow, AceType)
44 static RefPtr<Subwindow> CreateSubwindow(int32_t instanceId);
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dsubwindow_preview.cpp20 RefPtr<Subwindow> Subwindow::CreateSubwindow(int32_t instanceId) in CreateSubwindow()
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.cpp19 RefPtr<Subwindow> Subwindow::CreateSubwindow(int32_t /*instanceId*/) in CreateSubwindow()
H A Dmock_subwindow_manager.cpp22 static RefPtr<Subwindow> g_currentWindow;
49 const RefPtr<Subwindow>& SubwindowManager::GetCurrentWindow() in GetCurrentWindow()
69 const RefPtr<Subwindow> SubwindowManager::GetSubwindow(int32_t instanceId) in GetSubwindow()
H A Dmock_subwindow.h24 class ACE_EXPORT MockSubwindow : public Subwindow {
25 DECLARE_ACE_TYPE(MockSubwindow, Subwindow)
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h50 class SubwindowOhos : public Subwindow {
51 DECLARE_ACE_TYPE(SubwindowOhos, Subwindow)
H A Dsubwindow_ohos.cpp105 RefPtr<Subwindow> Subwindow::CreateSubwindow(int32_t instanceId) in CreateSubwindow()
121 TAG_LOGI(AceLogTag::ACE_SUB_WINDOW, "Create Subwindow, subwindow id %{public}d, container id %{public}d", windowId_, in SubwindowOhos()
574 TAG_LOGW(AceLogTag::ACE_SUB_WINDOW, "Subwindow has other node, the last child is %{public}s", in HideWindow()
600 TAG_LOGW(AceLogTag::ACE_SUB_WINDOW, "Subwindow has other node, the last child is %{public}s", in HideWindow()
664 TAG_LOGI(AceLogTag::ACE_SUB_WINDOW, "Subwindow push new component start."); in AddMenu()
681 TAG_LOGI(AceLogTag::ACE_SUB_WINDOW, "Subwindow Clear menu start."); in ClearMenu()
806 TAG_LOGI(AceLogTag::ACE_SUB_WINDOW, "Subwindow hide menu for target id %{public}d", targetId); in HideMenuNG()
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_pattern_enhance_test_ng.cpp94 auto subwindow = Subwindow::CreateSubwindow(VALID_CURRENT_ID); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_property_config.cpp1188 auto subwindow = Subwindow::CreateSubwindow(VALID_CURRENT_ID); in HWTEST_F()
1774 auto subwindow = Subwindow::CreateSubwindow(VALID_CURRENT_ID); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub_drag.cpp567 RefPtr<Subwindow> subWindow = nullptr; in OnDragStart()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_model_test_ng.cpp283 auto subwindow = Subwindow::CreateSubwindow(Container::CurrentId()); in HWTEST_F()

Completed in 17 milliseconds