Searched refs:statusGot (Results 1 – 2 of 2) sorted by relevance
131 result = (statusGot == status) && result; in CheckSchemaQuery()143 statusGot = delegate->GetCount(queryNeedCheck, count); in CheckSchemaQuery()144 result = (statusGot == status) && result; in CheckSchemaQuery()150 statusGot = delegate->GetEntries(queryNeedCheck, resultSet); in CheckSchemaQuery()151 result = (statusGot == status) && result; in CheckSchemaQuery()153 statusGot = delegate->GetEntries(queryNeedCheck, resultSet); in CheckSchemaQuery()154 result = (statusGot == DBStatus::OK) && result; in CheckSchemaQuery()172 result = (statusGot == status) && result; in CheckSchemaQueryForOrderBy()185 statusGot = delegate->GetEntries(queryNeedCheck, resultSet); in CheckSchemaQueryForOrderBy()186 result = (statusGot == status) && result; in CheckSchemaQueryForOrderBy()[all …]
286 DBStatus statusGot = resultSet->GetEntry(entry); in MoveAndCheck() local287 result = result && (statusGot == status.status); in MoveAndCheck()363 DBStatus statusGot = resultSet->GetEntry(entry); in MoveToPositionAndCheck() local364 result = result && (statusGot == status.status); in MoveToPositionAndCheck()