Home
last modified time | relevance | path

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

/base/telephony/telephony_data/interfaces/innerkits/include/
Dsms_mms_data.h328 constexpr const char *TABLE_MMS_PROTOCOL = "mms_protocol"; variable
/base/telephony/telephony_data/sms_mms/src/
Dsms_mms_ability.cpp137 helper_.Insert(id, values, TABLE_MMS_PROTOCOL); in Insert()
238 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_MMS_PROTOCOL); in GetPredicates()
339 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_MMS_PROTOCOL); in CreateAbsRdbPredicates()
Drdb_sms_mms_helper.cpp95 createTableStr.append("CREATE TABLE IF NOT EXISTS ").append(TABLE_MMS_PROTOCOL); in CreateMmsProtocolTableStr()