Home
last modified time | relevance | path

Searched refs:GetWaitCompensatedSyncDataPk (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.h55 static int GetWaitCompensatedSyncDataPk(sqlite3 *db, bool isMemory, std::vector<VBucket> &data);
H A Dsqlite_cloud_kv_executor_utils.cpp1289 int SqliteCloudKvExecutorUtils::GetWaitCompensatedSyncDataPk(sqlite3 *db, bool isMemory, std::vecto… in GetWaitCompensatedSyncDataPk() function in DistributedDB::SqliteCloudKvExecutorUtils
1366 int errCode = SqliteCloudKvExecutorUtils::GetWaitCompensatedSyncDataPk(db, isMemory, data); in GetWaitCompensatedSyncData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h196 int GetWaitCompensatedSyncDataPk(const TableSchema &table, std::vector<VBucket> &data);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1880 int SQLiteSingleVerRelationalStorageExecutor::GetWaitCompensatedSyncDataPk(const TableSchema &table, in GetWaitCompensatedSyncDataPk() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp2020 errCode = handle->GetWaitCompensatedSyncDataPk(table, syncDataPk); in GetCompensatedSyncQueryInner()