Home
last modified time | relevance | path

Searched refs:StorageEngineAttr (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h31 struct StorageEngineAttr { struct
106 static bool CheckEngineAttr(const StorageEngineAttr &poolSize);
112 StorageEngineAttr engineAttr_;
H A Dstorage_engine.cpp476 bool StorageEngine::CheckEngineAttr(const StorageEngineAttr &poolSize) in CheckEngineAttr()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_engine.h37 …itStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, const StorageEngineAttr &poolSize);
H A Dmulti_ver_storage_engine.cpp40 …mitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, const StorageEngineAttr &poolSize) in InitDatabases()
H A Dmulti_ver_natural_store.cpp407 StorageEngineAttr poolSize = {0, 1, 0, 16}; // 1 write 16 read at most. in Open()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_engine.h34 int InitSQLiteStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option,
H A Dsqlite_storage_engine.cpp32 int SQLiteStorageEngine::InitSQLiteStorageEngine(const StorageEngineAttr &poolSize, const OpenDbPro… in InitSQLiteStorageEngine()
H A Dsqlite_single_ver_natural_store.cpp1354 StorageEngineAttr poolSize = {1, 1, 1, 16}; // at most 1 write 16 read. in InitStorageEngine()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.h34 int InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option,
H A Drd_single_ver_storage_engine.cpp83 int RdSingleVerStorageEngine::InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbPr… in InitRdStorageEngine()
H A Drd_single_ver_natural_store.cpp435 StorageEngineAttr poolSize = {1, 1, 1, 16}; // at most 1 write 16 read. in InitDatabaseContext()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp592StorageEngineAttr poolSize = {17, 1, 1, 1}; // 17 means the maximum value is exceeded, 1 is the n…
672 StorageEngineAttr poolSize = {1, 1, 1, 1}; // 1 is the valid size
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp274 StorageEngineAttr poolSize = {0, 1, 0, 4}; // 1 write 4 read at most. in InitStorageEngine()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp474 StorageEngineAttr poolSize = {0, 1, 1, 16}; // at most 1 write 16 read. in InitStorageEngine()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp79 StorageEngineAttr poolSize = { 1, 1, 0, 16 }; // at most 1 write 16 read. in InitStorageEngine()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp1762 StorageEngineAttr poolSize = {1, 1, 0, 16}; // at most 1 write 16 read.