Home
last modified time | relevance | path

Searched refs:tmpSet (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dnotification_chain.cpp208 std::set<Listener *> tmpSet; in NotifyListeners() local
214 BackupListenerSet(tmpSet); in NotifyListeners()
217 for (auto listener : tmpSet) { in NotifyListeners()
228 std::set<Listener *> tmpSet; in ClearListeners() local
229 BackupListenerSet(tmpSet); in ClearListeners()
234 for (auto listener : tmpSet) { in ClearListeners()
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H A Detx_device_mgr.cpp78 unordered_set<uint64_t> tmpSet; in AddDevIdOfBundleInfoMap() local
79 tmpSet.emplace(deviceId); in AddDevIdOfBundleInfoMap()
80 bundleMatchMap_.emplace(bundleInfo, tmpSet); in AddDevIdOfBundleInfoMap()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp356 std::set<std::string> tmpSet; in RemoveDuplicateString() local
358 auto ret = tmpSet.insert(it); in RemoveDuplicateString()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1072 … std::set<std::shared_ptr<RSBaseRenderNode>> tmpSet(curAllSurfaces.begin(), curAllSurfaces.end()); in ClearSurfaceIfNeed() local
1078 if (tmpSet.count(surface) == 0) { in ClearSurfaceIfNeed()
1080 tmpSet.emplace(surface); in ClearSurfaceIfNeed()
1100 oldChildren.swap(tmpSet); in ClearSurfaceIfNeed()