Searched refs:m_historyApp (Results 1 – 2 of 2) sorted by relevance
103 for (auto iter = m_historyApp.begin(); iter != m_historyApp.end(); iter++) { in NewForeground()148 for (auto iter = m_historyApp.begin(); iter != m_historyApp.end(); iter++) { in NewBackground()163 for (auto iter = m_historyApp.begin(); iter != m_historyApp.end(); iter++) { in NewAppRecord()171 m_historyApp.push_back(tempRecord); in NewAppRecord()178 for (auto iter = m_historyApp.begin(); iter != m_historyApp.end();) { in NewDiedProcess()185 iter = m_historyApp.erase(iter); in NewDiedProcess()194 for (auto iter = m_historyApp.begin(); iter != m_historyApp.end(); iter++) { in GetRecordOfPid()199 return m_historyApp.end(); in GetRecordOfPid()212 if (record == m_historyApp.end()) { in ReportRenderThread()
59 std::list<AppInfo> m_historyApp = {}; variable