Home
last modified time | relevance | path

Searched refs:GetAllAttachment (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_msg.h291 bool GetAllAttachment(std::vector<MmsAttachment> &attachments);
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_msg.cpp301 bool MmsMsg::GetAllAttachment(std::vector<MmsAttachment> &attachments) in GetAllAttachment() function in OHOS::Telephony::MmsMsg
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp723 decodeMsg.GetAllAttachment(attachments); in MmsSendReqDecodeTest()
785 decodeMsg.GetAllAttachment(attachments); in MmsRetrieveConfDecodeTest()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1031 EXPECT_FALSE(mmsMsg.GetAllAttachment(attachments));
1076 EXPECT_FALSE(mmsMsg.GetAllAttachment(attachments));
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp272 mmsMsg.GetAllAttachment(attachment); in getAttachmentByDecodeMms()