Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/src/
H A Dmulti_instance_manager.cpp248 auto iter = instanceKeyRefCountMap_.find(bundleInstanceKey); in IncreaseInstanceKeyRefCount()
249 if (iter == instanceKeyRefCountMap_.end()) { in IncreaseInstanceKeyRefCount()
251 instanceKeyRefCountMap_.emplace(bundleInstanceKey, 1); in IncreaseInstanceKeyRefCount()
274 auto iter = instanceKeyRefCountMap_.find(bundleInstanceKey); in DecreaseInstanceKeyRefCount()
275 if (iter == instanceKeyRefCountMap_.end()) { in DecreaseInstanceKeyRefCount()
280 instanceKeyRefCountMap_.erase(bundleInstanceKey); in DecreaseInstanceKeyRefCount()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmulti_instance_manager.h79 std::unordered_map<std::string, int32_t> instanceKeyRefCountMap_; member in OHOS::OHOS::Rosen::MultiInstanceManager

Completed in 2 milliseconds