Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_config.cpp38 constexpr uint64_t STORAGE_UNIT_MB = STORAGE_UNIT_KB * 1024; variable
39 constexpr uint64_t STORAGE_UNIT_GB = STORAGE_UNIT_MB * 1024;
144 maxStoSize = numValue * STORAGE_UNIT_MB; in SetMaxStorageSizeItem()