Home
last modified time | relevance | path

Searched refs:DeleteHotAreas (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h90 virtual void DeleteHotAreas(int32_t nodeId) {}; in DeleteHotAreas() function
H A Dsubwindow_manager.h116 void DeleteHotAreas(int32_t subwindowId, int32_t nodeId);
H A Dsubwindow_manager.cpp145 void SubwindowManager::DeleteHotAreas(int32_t instanceId, int32_t nodeId) in DeleteHotAreas() function in OHOS::Ace::SubwindowManager
156 subwindow->DeleteHotAreas(nodeId); in DeleteHotAreas()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h101 void DeleteHotAreas(int32_t nodeId) override;
H A Dsubwindow_ohos.cpp934 void SubwindowOhos::DeleteHotAreas(int32_t nodeId) in DeleteHotAreas() function in OHOS::Ace::SubwindowOhos
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp1612 subwindowMgr->DeleteHotAreas(Container::CurrentId(), popupNode->GetId()); in HidePopupAnimation()
1818 subwindow->DeleteHotAreas(Container::CurrentId(), popupNode->GetId()); in HidePopup()
1985 subwindowMgr->DeleteHotAreas(Container::CurrentId(), popupNode->GetId()); in ErasePopup()
2090 subwindowMgr->DeleteHotAreas(containerId, child); in ShowMenuInSubWindow()
2319 subwindowMgr->DeleteHotAreas(Container::CurrentId(), node->GetId()); in CleanMenuInSubWindow()
2347 subwindowMgr->DeleteHotAreas(Container::CurrentId(), removeNode->GetId()); in CleanPopupInSubWindow()
2910 SubwindowManager::GetInstance()->DeleteHotAreas( in DeleteDialogHotAreas()
3631 subwindow->DeleteHotAreas(overlay->GetId()); in RemovePopupInSubwindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp276 SubwindowManager::GetInstance()->DeleteHotAreas(currentId, host->GetId()); in PopDialog()