Home
last modified time | relevance | path

Searched refs:DEST_PORT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dsms_mms_data.h170 static constexpr const char *DEST_PORT = "dest_port"; variable
/ohos5.0/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp135 createTableStr.append(SmsSubsection::DEST_PORT).append(" INTEGER , "); in CreateSmsSubsectionTableStr()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_receive_handler.cpp412 bucket.Put(SmsSubsection::DEST_PORT, indexer->GetDestPort()); in AddMsgToDB()
H A Dsms_persist_helper.cpp465 resultSet->GetColumnIndex(SmsSubsection::DEST_PORT, columnIndex); in ConvertIntToIndexer()