Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/src/
H A Dmulti_instance_manager.cpp115 auto iter = bundleInstanceIdListMap_.find(bundleName); in GetInstanceCount()
116 if (iter == bundleInstanceIdListMap_.end()) { in GetInstanceCount()
126 auto iter = bundleInstanceIdListMap_.find(bundleName); in GetLastInstanceKey()
127 if (iter == bundleInstanceIdListMap_.end() || iter->second.size() == 0) { in GetLastInstanceKey()
175 auto iter = bundleInstanceIdListMap_.find(bundleName); in IsInstanceKeyExist()
176 if (iter == bundleInstanceIdListMap_.end()) { in IsInstanceKeyExist()
345 auto iter = bundleInstanceIdListMap_.find(bundleName); in AddInstanceId()
346 if (iter == bundleInstanceIdListMap_.end()) { in AddInstanceId()
347 bundleInstanceIdListMap_.emplace(bundleName, std::vector{ instanceId }); in AddInstanceId()
361 for (auto id : bundleInstanceIdListMap_ in AddInstanceId()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmulti_instance_manager.h70 std::unordered_map<std::string, std::vector<uint32_t>> bundleInstanceIdListMap_; member in OHOS::OHOS::Rosen::MultiInstanceManager

Completed in 1 milliseconds