/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_engine.h | 31 struct StorageEngineAttr { struct 106 static bool CheckEngineAttr(const StorageEngineAttr &poolSize); 112 StorageEngineAttr engineAttr_;
|
H A D | storage_engine.cpp | 476 bool StorageEngine::CheckEngineAttr(const StorageEngineAttr &poolSize) in CheckEngineAttr()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_storage_engine.h | 37 …itStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, const StorageEngineAttr &poolSize);
|
H A D | multi_ver_storage_engine.cpp | 40 …mitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, const StorageEngineAttr &poolSize) in InitDatabases()
|
H A D | multi_ver_natural_store.cpp | 407 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 D | sqlite_storage_engine.h | 34 int InitSQLiteStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option,
|
H A D | sqlite_storage_engine.cpp | 32 int SQLiteStorageEngine::InitSQLiteStorageEngine(const StorageEngineAttr &poolSize, const OpenDbPro… in InitSQLiteStorageEngine()
|
H A D | sqlite_single_ver_natural_store.cpp | 1354 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 D | rd_single_ver_storage_engine.h | 34 int InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option,
|
H A D | rd_single_ver_storage_engine.cpp | 83 int RdSingleVerStorageEngine::InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbPr… in InitRdStorageEngine()
|
H A D | rd_single_ver_natural_store.cpp | 435 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 D | distributeddb_interfaces_device_identifier_test.cpp | 592 …StorageEngineAttr 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 D | sqlite_local_kvdb.cpp | 274 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 D | single_ver_database_oper.cpp | 474 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 D | sqlite_relational_store.cpp | 79 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 D | distributeddb_relational_get_data_test.cpp | 1762 StorageEngineAttr poolSize = {1, 1, 0, 16}; // at most 1 write 16 read.
|