Home
last modified time | relevance | path

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 Ddistributeddb_interfaces_device_identifier_test.cpp594 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 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() function in DistributedDB::SQLiteStorageEngine
H A Dsqlite_single_ver_natural_store.cpp1377 int errCode = storageEngine_->InitSQLiteStorageEngine(poolSize, option, identifier); in InitStorageEngine()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h178 int InitSQLiteStorageEngine(const RelationalDBProperties &properties);
H A Dsqlite_relational_store.cpp80 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 Dsqlite_local_kvdb.cpp275 int errCode = storageEngine_->InitSQLiteStorageEngine(poolSize, option); in InitStorageEngine()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp480 int errCode = storageEngine_->InitSQLiteStorageEngine(poolSize, option, identify); in InitStorageEngine()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp1763 … int errCode = sqliteStorageEngine->InitSQLiteStorageEngine(poolSize, option, hashIdentifier);