Searched refs:MAX_TOPN_INFO_SIZE (Results 1 – 2 of 2) sorted by relevance
25 constexpr uint32_t MAX_TOPN_INFO_SIZE = 200; variable572 if ((topNInfos.size() <= 0) || (topNInfos.size() >= MAX_TOPN_INFO_SIZE)) { in HandleGetMainWinodowInfo()
25 constexpr int32_t MAX_TOPN_INFO_SIZE = 200; variable1032 if ((topNum <= 0) || (topNum >= MAX_TOPN_INFO_SIZE)) { in GetMainWindowInfos()