Home
last modified time | relevance | path

Searched refs:MSG_CONTENT (Results 1 - 5 of 5) sorted by relevance

/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dsms_mms_data.h66 static constexpr const char *MSG_CONTENT = "msg_content"; member in OHOS::Telephony::SmsMmsInfo
/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp272 value.Put(SmsMmsInfo::MSG_CONTENT, "The first test text message content"); in SmsBatchInsert()
285 value.Put(SmsMmsInfo::MSG_CONTENT, "The first test text message content"); in SmsInsert()
294 values.Put(SmsMmsInfo::MSG_CONTENT, "The second test text message content"); in SmsUpdate()
/base/telephony/telephony_data/test/unittest/data_gtest/
H A Ddata_storage_gtest.cpp272 value.Put(SmsMmsInfo::MSG_CONTENT, "The first test text message content"); in SmsBatchInsert()
285 value.Put(SmsMmsInfo::MSG_CONTENT, "The first test text message content"); in SmsInsert()
295 values.Put(SmsMmsInfo::MSG_CONTENT, "The second test text message content"); in SmsUpdate()
/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp78 createTableStr.append(SmsMmsInfo::MSG_CONTENT).append(" TEXT DEFAULT '', "); in CreateSmsMmsInfoTableStr()
/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp177 predicates.EqualTo(SmsMmsInfo::MSG_CONTENT, StringUtils::ToUtf8(text)); in SendMessage()
239 smsMmsInfoBucket.Put(SmsMmsInfo::MSG_CONTENT, text); in InsertSmsMmsInfo()

Completed in 7 milliseconds