Searched refs:MAX_PID_LIST_SIZE (Results 1 – 4 of 4) sorted by relevance
28 static const int MAX_PID_LIST_SIZE = 1024; variable314 if (pidListSize == 0 || pidListSize > MAX_PID_LIST_SIZE) { in OnPidTimerProxy()
43 #define MAX_PID_LIST_SIZE 128 macro
1170 size = size < MAX_PID_LIST_SIZE ? size : MAX_PID_LIST_SIZE; in OnSetFrozenApp()
1847 …int size = static_cast<int>(pidList.size() < MAX_PID_LIST_SIZE ? pidList.size() : MAX_PID_LIST_SIZ… in SetAppFrozen()