/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb_connection.h | 64 void ReleaseSnapshot(IKvDBSnapshot *&snapshot) override;
|
H A D | sqlite_local_kvdb_connection.cpp | 296 void SQLiteLocalKvDBConnection::ReleaseSnapshot(IKvDBSnapshot *&snapshot) in ReleaseSnapshot() 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 | 73 void ReleaseSnapshot(IKvDBSnapshot *&snapshot) override;
|
H A D | multi_ver_natural_store_connection.cpp | 295 void MultiVerNaturalStoreConnection::ReleaseSnapshot(IKvDBSnapshot *&snapshot) in ReleaseSnapshot() function in DistributedDB::MultiVerNaturalStoreConnection
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_impl.cpp | 168 conn_->ReleaseSnapshot(snapshot); in GetKvStoreSnapshot() 195 conn_->ReleaseSnapshot(snapshot); in ReleaseKvStoreSnapshot()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store_connection.h | 56 void ReleaseSnapshot(IKvDBSnapshot *&snapshot) override;
|
H A D | rd_single_ver_natural_store_connection.cpp | 373 void RdSingleVerNaturalStoreConnection::ReleaseSnapshot(IKvDBSnapshot *&snapshot) in ReleaseSnapshot() function in DistributedDB::RdSingleVerNaturalStoreConnection
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | ikvdb_connection.h | 78 virtual void ReleaseSnapshot(IKvDBSnapshot *&snapshot) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_multi_ver_sync_db_interface.cpp | 187 connection_->ReleaseSnapshot(snapshot); in GetData()
|
H A D | distributeddb_multi_ver_p2p_sync_test.cpp | 104 conn->ReleaseSnapshot(snapshot); in GetDataFromConnection()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_data_connection_test.cpp | 354 g_connection->ReleaseSnapshot(snapshot);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_connection.h | 59 void ReleaseSnapshot(IKvDBSnapshot *&snapshot) override;
|
H A D | sqlite_single_ver_natural_store_connection.cpp | 269 void SQLiteSingleVerNaturalStoreConnection::ReleaseSnapshot(IKvDBSnapshot *&snapshot) in ReleaseSnapshot() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection
|