Searched refs:SMS_SUBSECTION_ID (Results 1 – 5 of 5) sorted by relevance
313 ->EqualTo(SmsSubsection::SMS_SUBSECTION_ID, std::to_string(indexer->GetMsgRefId())) in CombineMultiPageMessage()382 ->EqualTo(SmsSubsection::SMS_SUBSECTION_ID, std::to_string(smsIndexer->GetMsgRefId())) in IsRepeatedMessagePart()413 bucket.Put(SmsSubsection::SMS_SUBSECTION_ID, indexer->GetMsgRefId()); in AddMsgToDB()
315 predicates.EqualTo(SmsSubsection::SMS_SUBSECTION_ID, std::to_string(refId)); in DeleteMessageFormDb()
450 resultSet->GetColumnIndex(SmsSubsection::SMS_SUBSECTION_ID, columnIndex); in ConvertIntToIndexer()
138 static constexpr const char *SMS_SUBSECTION_ID = "sms_subsection_id"; variable
127 createTableStr.append(SmsSubsection::SMS_SUBSECTION_ID).append(" INTEGER , "); in CreateSmsSubsectionTableStr()