Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/packages/
DUidMap.cpp210 for (auto weakIt = mSubscribers.begin(); weakIt != mSubscribers.end();) { in getListenerListCopyLocked() local
211 auto strongPtr = weakIt->promote(); in getListenerListCopyLocked()
213 output->push_back(*weakIt); in getListenerListCopyLocked()
214 weakIt++; in getListenerListCopyLocked()
216 weakIt = mSubscribers.erase(weakIt); in getListenerListCopyLocked()