Searched refs:SmsSubsection (Results 1 - 6 of 6) sorted by relevance
/base/telephony/sms_mms/services/sms/ |
H A D | sms_receive_handler.cpp | 311 predicates.EqualTo(SmsSubsection::SENDER_NUMBER, indexer->GetOriginatingAddress()) in CombineMultiPageMessage() 313 ->EqualTo(SmsSubsection::SMS_SUBSECTION_ID, std::to_string(indexer->GetMsgRefId())) in CombineMultiPageMessage() 315 ->EqualTo(SmsSubsection::SIZE, std::to_string(indexer->GetMsgCount())); in CombineMultiPageMessage() 380 predicates.EqualTo(SmsSubsection::SENDER_NUMBER, smsIndexer->GetOriginatingAddress()) in IsRepeatedMessagePart() 382 ->EqualTo(SmsSubsection::SMS_SUBSECTION_ID, std::to_string(smsIndexer->GetMsgRefId())) in IsRepeatedMessagePart() 384 ->EqualTo(SmsSubsection::SIZE, std::to_string(smsIndexer->GetMsgCount())); in IsRepeatedMessagePart() 404 bucket.Put(SmsSubsection::SLOT_ID, std::to_string(slotId_)); in AddMsgToDB() 405 bucket.Put(SmsSubsection::RECEIVER_NUMBER, indexer->GetOriginatingAddress()); in AddMsgToDB() 406 bucket.Put(SmsSubsection::SENDER_NUMBER, indexer->GetOriginatingAddress()); in AddMsgToDB() 407 bucket.Put(SmsSubsection in AddMsgToDB() [all...] |
H A D | sms_persist_helper.cpp | 501 resultSet->GetColumnIndex(SmsSubsection::FORMAT, columnIndex); in ConvertIntToIndexer() 506 resultSet->GetColumnIndex(SmsSubsection::SMS_SUBSECTION_ID, columnIndex); in ConvertIntToIndexer() 511 resultSet->GetColumnIndex(SmsSubsection::SIZE, columnIndex); in ConvertIntToIndexer() 516 resultSet->GetColumnIndex(SmsSubsection::SUBSECTION_INDEX, columnIndex); in ConvertIntToIndexer() 521 resultSet->GetColumnIndex(SmsSubsection::DEST_PORT, columnIndex); in ConvertIntToIndexer() 526 resultSet->GetColumnIndex(SmsSubsection::ID, columnIndex); in ConvertIntToIndexer() 537 resultSet->GetColumnIndex(SmsSubsection::RECEIVER_NUMBER, columnIndex); in ConvertStringToIndexer() 541 resultSet->GetColumnIndex(SmsSubsection::SENDER_NUMBER, columnIndex); in ConvertStringToIndexer() 545 resultSet->GetColumnIndex(SmsSubsection::START_TIME, columnIndex); in ConvertStringToIndexer() 552 resultSet->GetColumnIndex(SmsSubsection in ConvertStringToIndexer() [all...] |
H A D | sms_receive_reliability_handler.cpp | 89 predicates.EqualTo(SmsSubsection::SLOT_ID, std::to_string(slotId_)) in DeleteExpireSmsFromDB() 91 ->LessThan(SmsSubsection::START_TIME, std::to_string(deadlineTime)) in DeleteExpireSmsFromDB() 93 ->EqualTo(SmsSubsection::REW_PUD, "") in DeleteExpireSmsFromDB() 95 ->LessThan(SmsSubsection::SIZE, SMS_PAGE_COUNT_INVALID) in DeleteExpireSmsFromDB() 110 predicates.EqualTo(SmsSubsection::SLOT_ID, std::to_string(slotId_)); in RemoveBlockedSms() 311 predicates.EqualTo(SmsSubsection::ID, std::to_string(dataBaseId)); in DeleteMessageFormDb() 315 predicates.EqualTo(SmsSubsection::SMS_SUBSECTION_ID, std::to_string(refId)); in DeleteMessageFormDb()
|
H A D | sms_network_policy_manager.cpp | 214 predicates.EqualTo(SmsSubsection::SLOT_ID, std::to_string(slotId_)); in HandleFactoryReset()
|
/base/telephony/telephony_data/sms_mms/src/ |
H A D | rdb_sms_mms_helper.cpp | 125 createTableStr.append("(").append(SmsSubsection::ID).append(" INTEGER PRIMARY KEY AUTOINCREMENT, "); in CreateSmsSubsectionTableStr() 127 createTableStr.append(SmsSubsection::SMS_SUBSECTION_ID).append(" INTEGER , "); in CreateSmsSubsectionTableStr() 128 createTableStr.append(SmsSubsection::RECEIVER_NUMBER).append(" TEXT NOT NULL, "); in CreateSmsSubsectionTableStr() 129 createTableStr.append(SmsSubsection::SENDER_NUMBER).append(" TEXT NOT NULL, "); in CreateSmsSubsectionTableStr() 130 createTableStr.append(SmsSubsection::IS_SENDER).append(" INTEGER DEFAULT 0, "); in CreateSmsSubsectionTableStr() 131 createTableStr.append(SmsSubsection::START_TIME).append(" TEXT DEFAULT '', "); in CreateSmsSubsectionTableStr() 132 createTableStr.append(SmsSubsection::END_TIME).append(" TEXT DEFAULT '', "); in CreateSmsSubsectionTableStr() 133 createTableStr.append(SmsSubsection::REW_PUD).append(" TEXT NOT NULL, "); in CreateSmsSubsectionTableStr() 134 createTableStr.append(SmsSubsection::FORMAT).append(" INTEGER , "); in CreateSmsSubsectionTableStr() 135 createTableStr.append(SmsSubsection in CreateSmsSubsectionTableStr() [all...] |
/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | sms_mms_data.h | 125 class SmsSubsection { class
|
Completed in 4 milliseconds