Lines Matching refs:rawId
147 int rawId = 0;
148 resultSet->GetInt(0, rawId);
149 rawIds.insert(rawId);
259 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId, std::set<std::string> data)
283 if (value != rawId) {
334 for (auto rawId : currentIds) {
335 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType);
336 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType);
341 std::set<int> nameIds = QueryTargetName(store, rawId, names);
343 rawIds.insert(rawId);