Searched refs:TABLE_SYNC_STATUS_MAP (Results 1 – 1 of 1) sorted by relevance
34 static const map<string, string> TABLE_SYNC_STATUS_MAP = { variable145 if (TABLE_SYNC_STATUS_MAP.find(tableName) != TABLE_SYNC_STATUS_MAP.end()) { in UpdateSyncStatus()146 valuesBucket.PutInt(TABLE_SYNC_STATUS_MAP.at(tableName), syncStatus); in UpdateSyncStatus()168 if (TABLE_SYNC_STATUS_MAP.find(table) != TABLE_SYNC_STATUS_MAP.end()) { in GetSyncStatusById()170 queryResultSet->GetColumnIndex(TABLE_SYNC_STATUS_MAP.at(table), columnIndexId); in GetSyncStatusById()173 for (const auto &iter : TABLE_SYNC_STATUS_MAP) { in GetSyncStatusById()