Searched refs:strongPtr (Results 1 – 1 of 1) sorted by relevance
145 auto strongPtr = weakPtr.promote(); in updateMap() local146 if (strongPtr != NULL) { in updateMap()147 strongPtr->onUidMapReceived(timestamp); in updateMap()185 auto strongPtr = weakPtr.promote(); in updateApp() local186 if (strongPtr != NULL) { in updateApp()187 strongPtr->notifyAppUpgrade(timestamp, appName, uid, versionCode); in updateApp()211 auto strongPtr = weakIt->promote(); in getListenerListCopyLocked() local212 if (strongPtr != NULL) { in getListenerListCopyLocked()252 auto strongPtr = weakPtr.promote(); in removeApp() local253 if (strongPtr != NULL) { in removeApp()[all …]