Lines Matching refs:count
78 auto count = DataShareHelperManager::GetInstance().BatchInsert(*(m_attendeeUri.get()), valueAttendees);
79 LOG_INFO("batchInsert attendees count %{private}d", count);
103 auto count = DataShareHelperManager::GetInstance().BatchInsert(*(m_eventUri.get()), valueEvents);
104 LOG_INFO("BatchInsert count %{private}d", count);
105 return count;
110 int count = 0;
115 count++;
119 LOG_INFO("AddEvents count %{private}d", count);
120 return count;
160 int count = 0;
163 count +=1;
166 LOG_INFO("DeleteEvents %{public}d", count);
167 return count;
195 auto count = DataShareHelperManager::GetInstance().BatchInsert(*(m_attendeeUri.get()), valueAttendees);
196 LOG_INFO("batchInsert attendees count %{public}d", count);
215 int count = 0;
218 count +=1;
221 LOG_INFO("UpdateEvents %{public}d", count);
222 return count;
295 if (resultSetField.count("attendee")) {
298 if (resultSetField.count("reminderTime")) {