Home
last modified time | relevance | path

Searched refs:SetMaxLogSize (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.h136 int SetMaxLogSize(uint64_t limit);
H A Drd_single_ver_natural_store.cpp512 int RdSingleVerNaturalStore::SetMaxLogSize(uint64_t limit) in SetMaxLogSize() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h191 int SetMaxLogSize(uint64_t limit);
H A Dsqlite_single_ver_natural_store_extend.cpp428 int SQLiteSingleVerNaturalStore::SetMaxLogSize(uint64_t limit) in SetMaxLogSize() function in DistributedDB::SQLiteSingleVerNaturalStore
H A Dsqlite_single_ver_natural_store_connection.cpp711 return naturalStore->SetMaxLogSize(*limit); in PragmaSetMaxLogSize()