Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H A Daging_constants.h30 const int64_t ONE_MB = (int64_t)1024 * ONE_KB; variable
31 const int64_t DEFAULT_AGING_DATA_SIZE_THRESHOLD = (int64_t)500 * ONE_MB;
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp34 constexpr uint32_t ONE_MB = (1UL << 20); variable
53 {'B', 1}, {'K', ONE_KB}, {'M', ONE_MB},
63 case ONE_KB ... ONE_MB - 1: unit = ONE_KB; break; in Size2Str()
64 case ONE_MB ... ONE_GB - 1: unit = ONE_MB; break; in Size2Str()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp54 const uint64_t ONE_MB = 1024 * ONE_KB; variable
237 dq.dqb_bhardlimit = (uint32_t)limitSizeMb * ONE_MB; in SetBundleQuota()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp86 constexpr int ONE_MB = 1024 * 1024; // default buffersize 1MB variable
143 buffer_size = ONE_MB; in ScanServiceAbility()