Home
last modified time | relevance | path

Searched refs:ONE_GB (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/include/utils/
H A Dstorage_utils.h24 static const int64_t ONE_GB = 1000000000; member
/foundation/filemanagement/storage_service/services/storage_manager/utils/src/
H A Dstorage_utils.cpp28 if (val > THRESHOLD && multple < ONE_GB) { in GetRoundSize()
/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp39 constexpr int64_t ONE_GB = 1024 * 1024 * 1024; member
40 constexpr int64_t MAX_HAP_SIZE = ONE_GB * 4; // 4GB
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp56 constexpr int64_t ONE_GB = 1024 * 1024 * 1024; member
57 constexpr int64_t MAX_HAP_SIZE = ONE_GB * 4; // 4GB

Completed in 3 milliseconds