Home
last modified time | relevance | path

Searched refs:GetStorageExecutor (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.cpp97 auto [errCode, handle] = storageHandle_->GetStorageExecutor(type == TransactType::IMMEDIATE); in StartTransaction()
266 auto [errCode, handle] = storageHandle_->GetStorageExecutor(true); in FillCloudLogAndAsset()
351 auto[errCode, handle] = storageHandle_->GetStorageExecutor(false); in GetCloudGid()
422 auto[errCode, handle] = storageHandle_->GetStorageExecutor(false); in GetCloudVersion()
459 std::tie(errCode, handle) = storageHandle_->GetStorageExecutor(false); in GetLocalCloudVersion()
H A Dkv_storage_handle.h26 virtual std::pair<int, SQLiteSingleVerStorageExecutor*> GetStorageExecutor(bool isWrite) = 0;
H A Dsqlite_single_ver_natural_store.h205 std::pair<int, SQLiteSingleVerStorageExecutor*> GetStorageExecutor(bool isWrite) override;
H A Dsqlite_single_ver_natural_store_extend.cpp590 std::pair<int, SQLiteSingleVerStorageExecutor*> SQLiteSingleVerNaturalStore::GetStorageExecutor(boo… in GetStorageExecutor() function in DistributedDB::SQLiteSingleVerNaturalStore