Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h143 static constexpr uint64_t MAX_LOG_SIZE_LOW = 0x400000ULL; // 4MB variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1391 logSize = DBConstant::MAX_LOG_SIZE_LOW;
1407 logSize = DBConstant::MAX_LOG_SIZE_LOW - 1;
H A Ddistributeddb_interfaces_nb_delegate_test.cpp1922 logSize = DBConstant::MAX_LOG_SIZE_LOW;
1938 logSize = DBConstant::MAX_LOG_SIZE_LOW - 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()