Searched refs:GetWaitCompensatedSyncDataPk (Results 1 – 5 of 5) sorted by relevance
55 static int GetWaitCompensatedSyncDataPk(sqlite3 *db, bool isMemory, std::vector<VBucket> &data);
1289 int SqliteCloudKvExecutorUtils::GetWaitCompensatedSyncDataPk(sqlite3 *db, bool isMemory, std::vecto… in GetWaitCompensatedSyncDataPk() function in DistributedDB::SqliteCloudKvExecutorUtils1366 int errCode = SqliteCloudKvExecutorUtils::GetWaitCompensatedSyncDataPk(db, isMemory, data); in GetWaitCompensatedSyncData()
196 int GetWaitCompensatedSyncDataPk(const TableSchema &table, std::vector<VBucket> &data);
1880 int SQLiteSingleVerRelationalStorageExecutor::GetWaitCompensatedSyncDataPk(const TableSchema &table, in GetWaitCompensatedSyncDataPk() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
2020 errCode = handle->GetWaitCompensatedSyncDataPk(table, syncDataPk); in GetCompensatedSyncQueryInner()