Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h138 uint64_t GetMaxLogSize() const;
H A Drd_single_ver_natural_store.cpp517 uint64_t RdSingleVerNaturalStore::GetMaxLogSize() const in GetMaxLogSize() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp434 uint64_t SQLiteSingleVerNaturalStore::GetMaxLogSize() const in GetMaxLogSize() function in DistributedDB::SQLiteSingleVerNaturalStore
471 if (logFileSize > GetMaxLogSize()) { in RemoveDeviceDataInner()
H A Dsqlite_single_ver_natural_store.h193 uint64_t GetMaxLogSize() const;
H A Dsqlite_single_ver_natural_store_connection.cpp1760 bool result = logFileSize > naturalStore->GetMaxLogSize(); in CheckLogOverLimit()