Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h142 static constexpr uint64_t MAX_LOG_SIZE_HIGH = 0x400000000ULL; // 16GB variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1387 uint64_t logSize = DBConstant::MAX_LOG_SIZE_HIGH;
1403 logSize = DBConstant::MAX_LOG_SIZE_HIGH + 1;
H A Ddistributeddb_interfaces_nb_delegate_test.cpp1918 uint64_t logSize = DBConstant::MAX_LOG_SIZE_HIGH;
1934 logSize = DBConstant::MAX_LOG_SIZE_HIGH + 1;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp708 if (*limit > DBConstant::MAX_LOG_SIZE_HIGH || *limit < DBConstant::MAX_LOG_SIZE_LOW) { in PragmaSetMaxLogSize()