Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part_header.cpp27 strContentLocation_ = srcHeader.strContentLocation_; in operator =()
64 strContentLocation_ = sTmp; in DecodeContentLocation()
333 contentLocation.assign(strContentLocation_); in GetContentLocation()
339 strContentLocation_ = contentLocation; in SetContentLocation()
372 if (strContentLocation_.empty()) { in EncodeContentLocation()
381 if (!encodeBuffer.EncodeText(strContentLocation_)) { in EncodeContentLocation()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part_header.h77 std::string strContentLocation_ = ""; variable
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1120 mmsBodyPartHeader->strContentLocation_ = SRC_STR;