/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb_connection.h | 80 int PreClose() override;
|
H A D | sqlite_local_kvdb_connection.cpp | 339 int SQLiteLocalKvDBConnection::PreClose() in PreClose() function in DistributedDB::SQLiteLocalKvDBConnection
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store_connection.h | 88 int PreClose() override;
|
H A D | multi_ver_natural_store_connection.cpp | 346 int MultiVerNaturalStoreConnection::PreClose() in PreClose() function in DistributedDB::MultiVerNaturalStoreConnection
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb_connection.cpp | 193 int errCode = PreClose(); in Close() 217 int GenericKvDBConnection::PreClose() in PreClose() function in DistributedDB::GenericKvDBConnection
|
H A D | generic_kvdb_connection.h | 134 virtual int PreClose();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store_connection.h | 93 int PreClose() override;
|
H A D | rd_single_ver_natural_store_connection.cpp | 488 int RdSingleVerNaturalStoreConnection::PreClose() in PreClose() function in DistributedDB::RdSingleVerNaturalStoreConnection
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_data_connection_test.cpp | 353 EXPECT_EQ(g_connection->PreClose(), -E_BUSY);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_connection.h | 99 int PreClose() override;
|
H A D | sqlite_single_ver_natural_store_connection.cpp | 651 int SQLiteSingleVerNaturalStoreConnection::PreClose() in PreClose() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection
|