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 D | sqlite_cloud_kv_store.cpp | 271 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 D | sqlite_storage_executor.h | 34 bool IsMemory() const;
|
H A D | sqlite_storage_executor.cpp | 57 bool SQLiteStorageExecutor::IsMemory() const in IsMemory() function in DistributedDB::SQLiteStorageExecutor
|