Home
last modified time | relevance | path

Searched refs:IsMemory (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp271 if (handle->IsMemory()) { in FillCloudLogAndAsset()
283 if (handle->IsMemory()) { in FillCloudLogAndAsset()
359 …errCode = SqliteCloudKvExecutorUtils::QueryCloudGid(db, handle->IsMemory(), user_, query, cloudGid… in GetCloudGid()
405 return {db, transactionHandle_->IsMemory()}; in GetTransactionDbHandleAndMemoryStatus()
430 …errCode = SqliteCloudKvExecutorUtils::GetCloudVersionFromCloud(db, handle->IsMemory(), user_, devi… in GetCloudVersion()
466 …std::tie(errCode, data) = SqliteCloudKvExecutorUtils::GetLocalCloudVersion(db, handle->IsMemory(),… in GetLocalCloudVersion()
598 …rrCode = SqliteCloudKvExecutorUtils::GetWaitCompensatedSyncData(db, transactionHandle_->IsMemory(), in GetCompensatedSyncQuery()
H A Dsqlite_storage_executor.h34 bool IsMemory() const;
H A Dsqlite_storage_executor.cpp57 bool SQLiteStorageExecutor::IsMemory() const in IsMemory() function in DistributedDB::SQLiteStorageExecutor