Home
last modified time | relevance | path

Searched refs:m_historyApp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp103 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()
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dintellisense_server.h59 std::list<AppInfo> m_historyApp = {}; variable