Lines Matching refs:SmsSubsection
311 predicates.EqualTo(SmsSubsection::SENDER_NUMBER, indexer->GetOriginatingAddress())
313 ->EqualTo(SmsSubsection::SMS_SUBSECTION_ID, std::to_string(indexer->GetMsgRefId()))
315 ->EqualTo(SmsSubsection::SIZE, std::to_string(indexer->GetMsgCount()));
380 predicates.EqualTo(SmsSubsection::SENDER_NUMBER, smsIndexer->GetOriginatingAddress())
382 ->EqualTo(SmsSubsection::SMS_SUBSECTION_ID, std::to_string(smsIndexer->GetMsgRefId()))
384 ->EqualTo(SmsSubsection::SIZE, std::to_string(smsIndexer->GetMsgCount()));
404 bucket.Put(SmsSubsection::SLOT_ID, std::to_string(slotId_));
405 bucket.Put(SmsSubsection::RECEIVER_NUMBER, indexer->GetOriginatingAddress());
406 bucket.Put(SmsSubsection::SENDER_NUMBER, indexer->GetOriginatingAddress());
407 bucket.Put(SmsSubsection::START_TIME, std::to_string(indexer->GetTimestamp()));
408 bucket.Put(SmsSubsection::END_TIME, std::to_string(indexer->GetTimestamp()));
409 bucket.Put(SmsSubsection::REW_PUD, StringUtils::StringToHex(indexer->GetPdu()));
411 bucket.Put(SmsSubsection::FORMAT, indexer->GetIsCdma() ? SMS_TYPE_CDMA : SMS_TYPE_GSM);
412 bucket.Put(SmsSubsection::DEST_PORT, indexer->GetDestPort());
413 bucket.Put(SmsSubsection::SMS_SUBSECTION_ID, indexer->GetMsgRefId());
414 bucket.Put(SmsSubsection::SIZE, indexer->GetMsgCount());
415 bucket.Put(SmsSubsection::SUBSECTION_INDEX, indexer->GetMsgSeqId());