Searched refs:BindSyncDataCheckStmt (Results 1 – 4 of 4) sorted by relevance
81 int BindSyncDataCheckStmt(sqlite3_stmt *statement, const Key &hashKey) const;
80 errCode = helper.BindSyncDataCheckStmt(stmt, item.key); in CheckMissQueryDataItems()
614 errCode = helper.BindSyncDataCheckStmt(stmt, dataItem.key); in GetExpandedCheckSql()
344 int SqliteQueryHelper::BindSyncDataCheckStmt(sqlite3_stmt *statement, const Key &hashKey) const in BindSyncDataCheckStmt() function in DistributedDB::SqliteQueryHelper