Home
last modified time | relevance | path

Searched refs:FindExecutor (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.cpp269 …auto *handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(true, OperateP… in CreateDistributedTable()
342 …auto *handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(true, OperateP… in UpgradeDistributedTable()
383 …auto handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(true, OperatePe… in CleanDistributedDeviceTable()
458 …auto *handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(true, OperateP… in SetTrackerTable()
513 auto *handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(true, in CheckAndCacheTrackerSchema()
547 …auto *handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(true, OperateP… in GetOrInitTrackerSchemaFromMeta()
583 …auto *handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(true, OperateP… in SaveTrackerSchema()
602 …auto *handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(!condition.rea… in ExecuteSql()
692 …auto *handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(true, OperateP… in CleanTrackerData()
714 …auto *handle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(FindExecutor(true, OperateP… in UpgradeSharedTable()
[all …]
H A Dsqlite_relational_store.cpp353 sqliteStorageEngine_->FindExecutor(isWrite, OperatePerm::NORMAL_PERM, errCode)); in GetHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp127 …handle = static_cast<SQLiteSingleVerStorageExecutor *>(FindExecutor(true, OperatePerm::NORMAL_PERM, in EraseDeviceWaterMark()
204 …handle = static_cast<SQLiteSingleVerStorageExecutor *>(FindExecutor(true, OperatePerm::NORMAL_PERM… in ReleaseHandleTransiently()
220 …auto handle = static_cast<SQLiteSingleVerStorageExecutor *>(FindExecutor(true, OperatePerm::NORMAL… in AddSubscribeToMainDBInMigrate()
247 …handle = static_cast<SQLiteSingleVerStorageExecutor *>(FindExecutor(true, OperatePerm::NORMAL_PERM… in MigrateSyncData()
470 …auto handle = static_cast<SQLiteSingleVerStorageExecutor *>(FindExecutor(true, OperatePerm::NORMAL… in ExecuteMigrate()
H A Dsqlite_single_ver_natural_store.cpp1081 auto handle = storageEngine_->FindExecutor(isWrite, perm, errCode); in GetHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h50 …StorageExecutor *FindExecutor(bool writable, OperatePerm perm, int &errCode, bool isExternal = fal…
H A Dstorage_engine.cpp132 StorageExecutor *StorageEngine::FindExecutor(bool writable, OperatePerm perm, int &errCode, bool is… in FindExecutor() function in DistributedDB::StorageEngine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp136 storageEngine_->FindExecutor(isWrite, perm, errCode)); in GetHandle()
154 storageEngine_->FindExecutor(isWrite, perm, errCode)); in GetHandleExpectTransaction()
411 …andle = static_cast<SQLiteSingleVerRelationalStorageExecutor *>(storageEngine_->FindExecutor(false, in GetSyncDataForQuerySync()
1025 … storageEngine_->FindExecutor(type == TransactType::IMMEDIATE, OperatePerm::NORMAL_PERM, errCode)); in StartTransaction()
1400 storageEngine_->FindExecutor(true, OperatePerm::NORMAL_PERM, errCode)); in FillCloudLogAndAsset()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp211 …return static_cast<SQLiteLocalStorageExecutor *>(storageEngine_->FindExecutor(isWrite, perm, errCo… in GetHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp382 auto handle = storageEngine_->FindExecutor(isWrite, perm, errCode); in GetHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp944 handle = multiVerEngine_->FindExecutor(isWrite, OperatePerm::NORMAL_PERM, errCode, 0); in GetHandle()
946 handle = multiVerEngine_->FindExecutor(isWrite, perm, errCode); in GetHandle()