Home
last modified time | relevance | path

Searched refs:MSG_CONTENT (Results 1 – 7 of 7) sorted by relevance

/base/telephony/telephony_data/interfaces/innerkits/include/
Dsms_mms_data.h66 static constexpr const char *MSG_CONTENT = "msg_content"; variable
/base/telephony/telephony_data/
DREADME_zh.md193 value.Put(SmsMmsInfo::MSG_CONTENT, "ceshi");
216 values.Put(SmsMmsInfo::MSG_CONTENT, "hi ohos");
DREADME.md197 value.Put(SmsMmsInfo::MSG_CONTENT, "ceshi");
220 values.Put(SmsMmsInfo::MSG_CONTENT, "hi ohos");
/base/telephony/telephony_data/test/unittest/data_test/
Ddata_storage_test.cpp232 value.Put(SmsMmsInfo::MSG_CONTENT, "The first test text message content"); in SmsBatchInsert()
245 value.Put(SmsMmsInfo::MSG_CONTENT, "The first test text message content"); in SmsInsert()
254 values.Put(SmsMmsInfo::MSG_CONTENT, "The second test text message content"); in SmsUpdate()
/base/telephony/telephony_data/test/unittest/data_gtest/
Ddata_storage_gtest.cpp256 value.Put(SmsMmsInfo::MSG_CONTENT, "The first test text message content"); in SmsBatchInsert()
269 value.Put(SmsMmsInfo::MSG_CONTENT, "The first test text message content"); in SmsInsert()
279 values.Put(SmsMmsInfo::MSG_CONTENT, "The second test text message content"); in SmsUpdate()
/base/telephony/telephony_data/sms_mms/src/
Drdb_sms_mms_helper.cpp78 createTableStr.append(SmsMmsInfo::MSG_CONTENT).append(" TEXT DEFAULT '', "); in CreateSmsMmsInfoTableStr()
/base/telephony/sms_mms/services/sms/
Dsms_service.cpp212 smsMmsInfoBucket.Put(SmsMmsInfo::MSG_CONTENT, text); in InsertSmsMmsInfo()