Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_attachment.cpp64 strFileName_ = srcAttachment.strFileName_; in MmsAttachment()
170 strFileName_.assign(strFileName); in SetFileName()
176 if (strFileName_.length() > 0) { in GetFileName()
177 return strFileName_; in GetFileName()
Dmms_body_part.cpp53 TELEPHONY_LOGI("strFileName : %{public}s", strFileName_.c_str()); in DumpMmsBodyPart()
92 strFileName_ = obj.strFileName_; in AssignBodyPart()
267 if (strFileName_.empty()) { in SetAttachment()
289 GetContentType().GetContentParam().SetFileName(strFileName_); in SetAttachment()
396 strFileName_ = fileName; in DecodeSetFileName()
402 strFileName_ = contentLocation; in DecodeSetFileName()
408 strFileName_ = contentId; in DecodeSetFileName()
431 strFileName_ = chCurrentTime; in DecodeSetFileName()
520 return strFileName_; in GetPartFileName()
525 strFileName_ = fileName; in SetFileName()
Dmms_body_part_header.cpp26 strFileName_ = srcHeader.strFileName_; in operator =()
188 strFileName_ = strTmp; in DecodeDispositionParameter()
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h64 std::string strFileName_ = ""; variable
Dmms_body_part_header.h74 std::string strFileName_ = ""; variable
/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h195 std::string strFileName_; variable
/base/telephony/sms_mms/test/gtest/
Dzero_branch_mms_test.cpp657 mmsAttachment.strFileName_ = "test";