Home
last modified time | relevance | path

Searched refs:SetContentLocation (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp277 if (!SetContentLocation(attachment.GetContentLocation())) { 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()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part.h45 bool SetContentLocation(std::string contentLocation);
H A Dmms_body_part_header.h64 bool SetContentLocation(std::string contentLocation);
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h69 bool SetContentLocation(std::string contentLocation);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h170 void SetContentLocation(ZipPos start, size_t length);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h149 void SetContentLocation(ZipPos start, size_t length);
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp197 if (!imageAttachment.SetContentLocation(fileName)) { in MmsAddAttachment()
533 retBool = attachment.SetContentLocation("");
535 retBool = attachment.SetContentLocation("SetContentLocation");
628 mmsBodyPartHeader.SetContentLocation("contentLocation");
H A Dzero_branch_mms_test.cpp992 part.SetContentLocation(strCt);
1106 mmsBodyPartHeader->SetContentLocation(str);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h188 void SetContentLocation(const ZipPos start, const size_t length);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp60 void ZipFile::SetContentLocation(const ZipPos start, const size_t length) in SetContentLocation() function in OHOS::AppExecFwk::ZipFile
/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp546 zipf->SetContentLocation(start, length);
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp680 if (!imageAttachment.SetContentLocation(fileName)) { in MmsAddAttachment()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp120 void ZipFile::SetContentLocation(const ZipPos start, const size_t length) in SetContentLocation() function in OHOS::AbilityBase::ZipFile
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp1160 itAttachment.SetContentLocation(it->contentLocation); in SetAttachmentToCore()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2661 file.SetContentLocation(start, length);
2693 file.SetContentLocation(start, length);