Home
last modified time | relevance | path

Searched refs:hotAreasMap_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp577 auto iter = hotAreasMap_.find(lastChildId); in HideWindow()
578 if (iter != hotAreasMap_.end()) { in HideWindow()
947 hotAreasMap_.erase(nodeId); in DeleteHotAreas()
948 if (hotAreasMap_.size() == 0) { in DeleteHotAreas()
955 TAG_LOGI(AceLogTag::ACE_SUB_WINDOW, "hotAreasMap_ has no item"); in DeleteHotAreas()
959 for (auto it = hotAreasMap_.begin(); it != hotAreasMap_.end(); it++) { in DeleteHotAreas()
980 hotAreasMap_[nodeId] = hotAreas; in SetHotAreas()
984 for (auto it = hotAreasMap_.begin(); it != hotAreasMap_ in SetHotAreas()
[all...]
H A Dsubwindow_ohos.h211 std::unordered_map<int32_t, std::vector<Rosen::Rect>> hotAreasMap_; member in OHOS::OHOS::Ace::SubwindowOhos

Completed in 4 milliseconds