Home
last modified time | relevance | path

Searched refs:SMS_TYPE (Results 1 – 3 of 3) sorted by relevance

/base/telephony/telephony_data/interfaces/innerkits/include/
Dsms_mms_data.h58 static constexpr const char *SMS_TYPE = "sms_type"; variable
304 static constexpr const char *SMS_TYPE = "sms_type"; variable
/base/telephony/telephony_data/sms_mms/src/
Drdb_sms_mms_helper.cpp73 createTableStr.append(SmsMmsInfo::SMS_TYPE).append(" INTEGER DEFAULT 0, "); in CreateSmsMmsInfoTableStr()
166 createTableStr.append(Session::SMS_TYPE).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
/base/telephony/sms_mms/services/sms/
Dsms_service.cpp210 smsMmsInfoBucket.Put(SmsMmsInfo::SMS_TYPE, "0"); in InsertSmsMmsInfo()
236 sessionBucket.Put(Session::SMS_TYPE, "0"); in InsertSession()