Home
last modified time | relevance | path

Searched refs:rawIdsSet (Results 1 - 1 of 1) sorted by relevance

/applications/standard/contacts_data/ability/common/utils/src/
H A Dmerge_utils.cpp50 auto rawIdsSet = store->QuerySql(sql, selectionArgs); in QueryRawContactByType() local
52 int resultSetNum = rawIdsSet->GoToFirstRow(); in QueryRawContactByType()
55 rawIdsSet->GetInt(0, value); in QueryRawContactByType()
57 resultSetNum = rawIdsSet->GoToNextRow(); in QueryRawContactByType()
59 rawIdsSet->Close(); in QueryRawContactByType()
215 auto rawIdsSet = store->QuerySql(queryMergeId, selectionArgs); in GetRawIdsByRawId() local
216 int resultSetNum = rawIdsSet->GoToFirstRow(); in GetRawIdsByRawId()
219 rawIdsSet->GetInt(0, value); in GetRawIdsByRawId()
223 resultSetNum = rawIdsSet->GoToNextRow(); in GetRawIdsByRawId()
225 rawIdsSet in GetRawIdsByRawId()
[all...]

Completed in 1 milliseconds