Searched refs:InitSQLiteStorageEngine (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_device_identifier_test.cpp | 594 EXPECT_EQ(storageEngine->InitSQLiteStorageEngine(poolSize, option), -E_INVALID_ARGS); 601 EXPECT_EQ(storageEngine->InitSQLiteStorageEngine(poolSize, option), E_OK); 609 EXPECT_EQ(storageEngine->InitSQLiteStorageEngine(poolSize, option), E_OK); 673 EXPECT_EQ(storageEngine->InitSQLiteStorageEngine(poolSize, option), E_OK); 681 EXPECT_EQ(storageEngine->InitSQLiteStorageEngine(poolSize, option), E_OK);
|
/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() function in DistributedDB::SQLiteStorageEngine
|
H A D | sqlite_single_ver_natural_store.cpp | 1377 int errCode = storageEngine_->InitSQLiteStorageEngine(poolSize, option, identifier); in InitStorageEngine()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.h | 178 int InitSQLiteStorageEngine(const RelationalDBProperties &properties);
|
H A D | sqlite_relational_store.cpp | 80 int errCode = sqliteStorageEngine_->InitSQLiteStorageEngine(poolSize, option, identifier); in InitStorageEngine() 282 int errCode = InitSQLiteStorageEngine(properties); in Open() 1551 int SQLiteRelationalStore::InitSQLiteStorageEngine(const RelationalDBProperties &properties) in InitSQLiteStorageEngine() function in DistributedDB::SQLiteRelationalStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.cpp | 275 int errCode = storageEngine_->InitSQLiteStorageEngine(poolSize, option); in InitStorageEngine()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | single_ver_database_oper.cpp | 480 int errCode = storageEngine_->InitSQLiteStorageEngine(poolSize, option, identify); in InitStorageEngine()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_get_data_test.cpp | 1763 … int errCode = sqliteStorageEngine->InitSQLiteStorageEngine(poolSize, option, hashIdentifier);
|