Searched refs:strongPtr (Results 1 – 1 of 1) sorted by relevance
161 auto strongPtr = weakPtr.promote(); in updateMap() local162 if (strongPtr != NULL) { in updateMap()163 strongPtr->onUidMapReceived(timestamp); in updateMap()209 auto strongPtr = weakPtr.promote(); in updateApp() local210 if (strongPtr != NULL) { in updateApp()211 strongPtr->notifyAppUpgrade(timestamp, appName, uid, versionCode); in updateApp()235 auto strongPtr = weakIt->promote(); in getListenerListCopyLocked() local236 if (strongPtr != NULL) { in getListenerListCopyLocked()278 auto strongPtr = weakPtr.promote(); in removeApp() local279 if (strongPtr != NULL) { in removeApp()[all …]