Lines Matching defs:item
322 for (const auto &item : rangeList) {
328 if (item.fromMsgId == item.toMsgId) {
329 ret += std::to_string(item.fromMsgId);
331 ret += std::to_string(item.fromMsgId) + "-" + std::to_string(item.toMsgId);
340 for (auto item : list) {
341 TELEPHONY_LOGD("[%{public}d-%{public}d]", item.fromMsgId, item.toMsgId);
463 ShortMessage item = ShortMessage::CreateIccMessage(pdu, specification, index);
464 if (item.GetIccMessageStatus() != ShortMessage::SMS_SIM_MESSAGE_STATUS_FREE) {
465 message.emplace_back(item);