Searched refs:curAppName (Results 1 – 4 of 4) sorted by relevance
195 std::string curAppName; in GetashmIdToInfoMap() local199 curAppName = words[ASHM_PROCESS_NAME_INDEX]; in GetashmIdToInfoMap()211 info.curAppName = curAppName; in GetashmIdToInfoMap()
500 if (!IsPurgeWhiteApp(it.curAppName)) { in PurgAshmIdOneByOne()501 HILOGD("[%{public}s] is not in purgeable app white list!", it.curAppName.c_str()); in PurgAshmIdOneByOne()717 bool PurgeableMemManager::IsPurgeWhiteApp(const std::string &curAppName) in IsPurgeWhiteApp() argument722 if (curAppName == *it) { in IsPurgeWhiteApp()
30 std::string curAppName; member
62 bool IsPurgeWhiteApp(const std::string &curAppName);