Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_config.cpp44 constexpr uint64_t STORAGE_UNIT_KB = 1024; variable
45 constexpr uint64_t STORAGE_UNIT_MB = STORAGE_UNIT_KB * 1024;
146 maxStoSize = numValue * STORAGE_UNIT_KB; in SetMaxStorageSizeItem()