Searched refs:MAX_LIST_SIZE (Results 1 – 8 of 8) sorted by relevance
21 const uint8_t MAX_LIST_SIZE = 100; variable61 if (dataList_.Size() >= MAX_LIST_SIZE) { in SetKey()79 return MAX_LIST_SIZE - dataList_.Size(); in GetLeftSize()
21 const uint16_t MAX_LIST_SIZE = 500; variable40 if (dataList_.Size() >= MAX_LIST_SIZE) { in SetPointEvent()82 return MAX_LIST_SIZE - dataList_.Size(); in GetLeftSize()
27 constexpr uint32_t MAX_LIST_SIZE = 10; variable75 for (uint32_t i = 0; i <= MAX_LIST_SIZE; i++) {97 for (uint32_t i = 0; i <= MAX_LIST_SIZE; i++) {
27 constexpr uint32_t MAX_LIST_SIZE = 1000; variable42 if (powerSaveAllowedList_.size() > MAX_LIST_SIZE) { in SetDeviceIdleTrustlist()59 if (powerSaveAllowedList_.size() > MAX_LIST_SIZE) { in SetPowerSaveTrustlist()
43 #define MAX_LIST_SIZE 100 macro
136 static constexpr size_t MAX_LIST_SIZE = 256; variable
1188 if (avaliableBuffers_.size() >= MAX_LIST_SIZE) { in RepeatIfNecessary()
1625 const uint32_t MAX_LIST_SIZE = 50; in OnRemoteRequest() local1626 if (listSize > MAX_LIST_SIZE) { in OnRemoteRequest()