Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part.h59 bool WriteBodyFromFile(std::string path);
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp244 bool readFileRes = WriteBodyFromFile(filePathName); in SetAttachment()
433 bool MmsBodyPart::WriteBodyFromFile(std::string path) in WriteBodyFromFile() function in OHOS::Telephony::MmsBodyPart
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp736 ASSERT_FALSE(mmsBodyPart.WriteBodyFromFile(""));