Home
last modified time | relevance | path

Searched refs:NewConnection (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.h40 GenericKvDBConnection *NewConnection(int &errCode) override;
H A Dsqlite_local_kvdb.cpp86 GenericKvDBConnection *SQLiteLocalKvDB::NewConnection(int &errCode) in NewConnection() function in DistributedDB::SQLiteLocalKvDB
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_data_connection_test.cpp341 static_cast<SQLiteLocalKvDBConnection *>(localKvdb->NewConnection(errCode));
414 static_cast<SQLiteLocalKvDBConnection *>(localKvdb->NewConnection(errCode));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h44 GenericKvDBConnection *NewConnection(int &errCode) override;
H A Drd_single_ver_natural_store.cpp34 GenericKvDBConnection *RdSingleVerNaturalStore::NewConnection(int &errCode) in NewConnection() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.h136 virtual GenericKvDBConnection *NewConnection(int &errCode) = 0;
H A Dgeneric_kvdb.cpp68 GenericKvDBConnection *connection = NewConnection(errCode); in GetDBConnection()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h51 GenericKvDBConnection *NewConnection(int &errCode) override;
H A Dmulti_ver_natural_store.cpp457 GenericKvDBConnection *MultiVerNaturalStore::NewConnection(int &errCode) in NewConnection() function in DistributedDB::MultiVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h47 GenericKvDBConnection *NewConnection(int &errCode) override;
H A Dsqlite_single_ver_natural_store.cpp476 GenericKvDBConnection *SQLiteSingleVerNaturalStore::NewConnection(int &errCode) in NewConnection() function in DistributedDB::SQLiteSingleVerNaturalStore