Lines Matching refs:rawCountId
360 int32_t rawCountId = 0;
362 bool ret = QueryContactedCount(address, rawCountId, contactedCount);
367 TELEPHONY_LOGI("rawCountId:%{public}d, contactedCount:%{public}d", rawCountId, contactedCount);
377 predicates.EqualTo(ID, rawCountId);
387 bool SmsPersistHelper::QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t &contactedCount)
389 bool ret = QueryRawContactId(address, rawCountId);
402 predicates.EqualTo(ID, rawCountId);
424 bool SmsPersistHelper::QueryRawContactId(const std::string &address, int32_t &rawCountId)
462 if (resultSet->GetInt(columnIndex, rawCountId) == 0) {