Home
last modified time | relevance | path

Searched defs:journalSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp32 int journalSize, int pageSize) in RdbStoreConfig()
161 void RdbStoreConfig::SetJournalSize(int journalSize) in SetJournalSize()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_execute_test.cpp219 int64_t journalSize; variable
H A Drdb_store_config_test.cpp704 static constexpr int journalSize = 2 * 1024 * 1024; variable