Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/src/
H A Dmulti_instance_manager.cpp247 const auto bundleInstanceKey = bundleName + instanceKey; in IncreaseInstanceKeyRefCount() local
248 auto iter = instanceKeyRefCountMap_.find(bundleInstanceKey); in IncreaseInstanceKeyRefCount()
250 TLOGD(WmsLogTag::WMS_LIFE, "bundleInstanceKey not exist."); in IncreaseInstanceKeyRefCount()
251 instanceKeyRefCountMap_.emplace(bundleInstanceKey, 1); in IncreaseInstanceKeyRefCount()
273 const auto bundleInstanceKey = bundleName + instanceKey; in DecreaseInstanceKeyRefCount() local
274 auto iter = instanceKeyRefCountMap_.find(bundleInstanceKey); in DecreaseInstanceKeyRefCount()
276 TLOGD(WmsLogTag::WMS_LIFE, "bundleInstanceKey not exist."); in DecreaseInstanceKeyRefCount()
280 instanceKeyRefCountMap_.erase(bundleInstanceKey); in DecreaseInstanceKeyRefCount()

Completed in 2 milliseconds