Searched refs:STORAGE_UNIT_KB (Results 1 – 1 of 1) sorted by relevance
37 constexpr uint64_t STORAGE_UNIT_KB = 1024; variable38 constexpr uint64_t STORAGE_UNIT_MB = STORAGE_UNIT_KB * 1024;139 maxStoSize = numValue * STORAGE_UNIT_KB; in SetMaxStorageSizeItem()