Lines Matching refs:kAllPullAtomInfo
71 const auto& it = thiz->kAllPullAtomInfo.find(pullerKey); in pullAtomCallbackDied()
72 if (it != thiz->kAllPullAtomInfo.end() && puller != nullptr && puller == it->second) { in pullAtomCallbackDied()
75 thiz->kAllPullAtomInfo.erase(pullerKey); in pullAtomCallbackDied()
86 : kAllPullAtomInfo({ in StatsPullerManager()
132 auto pullerIt = kAllPullAtomInfo.find(key); in PullLocked()
133 if (pullerIt != kAllPullAtomInfo.end()) { in PullLocked()
173 for (const auto& pulledAtom : kAllPullAtomInfo) { in SetStatsCompanionService()
320 for (const auto& pulledAtom : kAllPullAtomInfo) { in ForceClearPullerCache()
329 for (const auto& pulledAtom : kAllPullAtomInfo) { in ClearPullerCacheIfNecessary()
356 kAllPullAtomInfo[key] = puller; in RegisterPullAtomCallback()
362 if (kAllPullAtomInfo.find(key) != kAllPullAtomInfo.end()) { in UnregisterPullAtomCallback()
365 kAllPullAtomInfo.erase(key); in UnregisterPullAtomCallback()