Home
last modified time | relevance | path

Searched refs:RecycleStorageExecutor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp125 storageHandle_->RecycleStorageExecutor(handle); in Commit()
143 storageHandle_->RecycleStorageExecutor(handle); in Rollback()
275 storageHandle_->RecycleStorageExecutor(handle); in FillCloudLogAndAsset()
289 storageHandle_->RecycleStorageExecutor(handle); in FillCloudLogAndAsset()
360 storageHandle_->RecycleStorageExecutor(handle); in GetCloudGid()
431 storageHandle_->RecycleStorageExecutor(handle); in GetCloudVersion()
468 storageHandle_->RecycleStorageExecutor(handle); in GetLocalCloudVersion()
H A Dkv_storage_handle.h28 virtual void RecycleStorageExecutor(SQLiteSingleVerStorageExecutor *executor) = 0;
H A Dsqlite_single_ver_natural_store.h207 void RecycleStorageExecutor(SQLiteSingleVerStorageExecutor *executor) override;
H A Dsqlite_single_ver_natural_store_extend.cpp597 void SQLiteSingleVerNaturalStore::RecycleStorageExecutor(SQLiteSingleVerStorageExecutor *executor) in RecycleStorageExecutor() function in DistributedDB::SQLiteSingleVerNaturalStore