Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_config.cpp37 constexpr uint64_t STORAGE_UNIT_KB = 1024; variable
38 constexpr uint64_t STORAGE_UNIT_MB = STORAGE_UNIT_KB * 1024;
139 maxStoSize = numValue * STORAGE_UNIT_KB; in SetMaxStorageSizeItem()