Home
last modified time | relevance | path

Searched refs:SetContentLocation (Results 1 - 11 of 11) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part_header.h64 bool SetContentLocation(std::string contentLocation);
H A Dmms_body_part.h45 bool SetContentLocation(std::string contentLocation);
/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h69 bool SetContentLocation(std::string contentLocation);
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp277 if (!SetContentLocation(attachment.GetContentLocation())) { in SetAttachment()
278 TELEPHONY_LOGE("Mms BodyPart SetContentLocation is fail!"); in SetAttachment()
322 bool MmsBodyPart::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsBodyPart
324 return mmsBodyPartHeader_.SetContentLocation(contentLocation); in SetContentLocation()
H A Dmms_attachment.cpp95 bool MmsAttachment::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsAttachment
H A Dmms_body_part_header.cpp337 bool MmsBodyPartHeader::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsBodyPartHeader
H A Dmms_msg.cpp337 attachment.SetContentLocation(contentLocation); in GetAllAttachment()
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp197 if (!imageAttachment.SetContentLocation(fileName)) { in MmsAddAttachment()
198 TELEPHONY_LOGE("MmsAddAttachment SetContentLocation fail"); in MmsAddAttachment()
527 retBool = attachment.SetContentLocation(""); in HWTEST_F()
529 retBool = attachment.SetContentLocation("SetContentLocation"); in HWTEST_F()
532 EXPECT_STREQ(retStr.c_str(), "SetContentLocation"); in HWTEST_F()
622 mmsBodyPartHeader.SetContentLocation("contentLocation"); in HWTEST_F()
H A Dzero_branch_mms_test.cpp986 part.SetContentLocation(strCt); in HWTEST_F()
1100 mmsBodyPartHeader->SetContentLocation(str); in HWTEST_F()
/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp680 if (!imageAttachment.SetContentLocation(fileName)) { in MmsAddAttachment()
681 std::cout << "MmsAddAttachment SetContentLocation fail" << std::endl; in MmsAddAttachment()
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp1160 itAttachment.SetContentLocation(it->contentLocation); in SetAttachmentToCore()

Completed in 14 milliseconds