Home
last modified time | relevance | path

Searched refs:ReleaseExecutor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp350 ReleaseExecutor(handle); in UpgradeDistributedTable()
360 ReleaseExecutor(handle); in UpgradeDistributedTable()
368 ReleaseExecutor(handle); in UpgradeDistributedTable()
376 ReleaseExecutor(handle); in UpgradeDistributedTable()
428 ReleaseExecutor(handle); in CleanDistributedDeviceTable()
502 ReleaseExecutor(handle); in SetTrackerTable()
539 ReleaseExecutor(handle); in CheckAndCacheTrackerSchema()
576 ReleaseExecutor(handle); in GetOrInitTrackerSchemaFromMeta()
595 ReleaseExecutor(handle); in SaveTrackerSchema()
705 ReleaseExecutor(handle); in CleanTrackerData()
[all …]
H A Dsqlite_relational_store_connection.cpp54 ReleaseExecutor(writeHandle_); in Close()
82 void SQLiteRelationalStoreConnection::ReleaseExecutor(SQLiteSingleVerRelationalStorageExecutor *&ex… in ReleaseExecutor() function in DistributedDB::SQLiteRelationalStoreConnection
106 ReleaseExecutor(handle); in StartTransaction()
124 ReleaseExecutor(writeHandle_); in Commit()
139 ReleaseExecutor(writeHandle_); in RollBack()
H A Dsqlite_relational_store_connection.h77 void ReleaseExecutor(SQLiteSingleVerRelationalStorageExecutor *&executor) const;
H A Dsqlite_single_relational_storage_engine.h69 … void ReleaseExecutor(SQLiteSingleVerRelationalStorageExecutor *&handle, bool isExternal = false);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.cpp94 ReleaseExecutor(handle); in GetEntriesInner()
246 ReleaseExecutor(handle); in ForceCheckPoint()
307 ReleaseExecutor(handle); in Get()
346 ReleaseExecutor(handle); in GetEntriesInner()
505 ReleaseExecutor(writeHandle_); in PreClose()
631 void RdSingleVerNaturalStoreConnection::ReleaseExecutor(RdSingleVerStorageExecutor *&executor) const in ReleaseExecutor() function in DistributedDB::RdSingleVerNaturalStoreConnection
667 ReleaseExecutor(handle); in StartTransactionNormally()
675 ReleaseExecutor(handle); in StartTransactionNormally()
682 ReleaseExecutor(handle); in StartTransactionNormally()
694 ReleaseExecutor(writeHandle_); in CommitInner()
[all …]
H A Drd_single_ver_natural_store_connection.h141 void ReleaseExecutor(RdSingleVerStorageExecutor *&executor) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp122 ReleaseExecutor(handle); in Get()
183 ReleaseExecutor(handle); in GetEntries()
231 ReleaseExecutor(handle); in GetCount()
694 ReleaseExecutor(handle); in CheckIntegrity()
724 ReleaseExecutor(handle); in ForceCheckPoint()
799 ReleaseExecutor(handle); in GetDeviceIdentifier()
1236 ReleaseExecutor(handle); in StartTransactionInCacheMode()
1833 ReleaseExecutor(handle); in GetEntriesInner()
1861 ReleaseExecutor(handle); in UpdateKey()
1886 ReleaseExecutor(handle); in SetCloudDbSchema()
[all …]
H A Dsqlite_single_ver_storage_engine.cpp115 errCode = ReleaseExecutor(handle); in EraseDeviceWaterMark()
195 int errCode = ReleaseExecutor(handle); in ReleaseHandleTransiently()
239 ReleaseExecutor(handle); in AddSubscribeToMainDBInMigrate()
352 int SQLiteSingleVerStorageEngine::ReleaseExecutor(SQLiteSingleVerStorageExecutor *&handle) in ReleaseExecutor() function in DistributedDB::SQLiteSingleVerStorageEngine
400 errCode = ReleaseExecutor(handle); in FinishMigrateData()
527 errCode = ReleaseExecutor(handle); in EndMigrate()
H A Dsqlite_single_ver_storage_engine.h79 int ReleaseExecutor(SQLiteSingleVerStorageExecutor *&handle);
H A Dsqlite_single_ver_natural_store_connection.h185 void ReleaseExecutor(SQLiteSingleVerStorageExecutor *&executor) const;