/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_body_part.cpp | 277 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 D | mms_attachment.cpp | 95 bool MmsAttachment::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsAttachment
|
H A D | mms_body_part_header.cpp | 337 bool MmsBodyPartHeader::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsBodyPartHeader
|
H A D | mms_msg.cpp | 337 attachment.SetContentLocation(contentLocation); in GetAllAttachment()
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/ |
H A D | mms_body_part.h | 45 bool SetContentLocation(std::string contentLocation);
|
H A D | mms_body_part_header.h | 64 bool SetContentLocation(std::string contentLocation);
|
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/ |
H A D | mms_attachment.h | 69 bool SetContentLocation(std::string contentLocation);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | zip_file.h | 170 void SetContentLocation(ZipPos start, size_t length);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | zip_file.h | 149 void SetContentLocation(ZipPos start, size_t length);
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | mms_gtest.cpp | 197 if (!imageAttachment.SetContentLocation(fileName)) { in MmsAddAttachment() 533 retBool = attachment.SetContentLocation(""); 535 retBool = attachment.SetContentLocation("SetContentLocation"); 628 mmsBodyPartHeader.SetContentLocation("contentLocation");
|
H A D | zero_branch_mms_test.cpp | 992 part.SetContentLocation(strCt); 1106 mmsBodyPartHeader->SetContentLocation(str);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | zip_file.h | 188 void SetContentLocation(const ZipPos start, const size_t length);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | zip_file.cpp | 60 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 D | extractor_test.cpp | 546 zipf->SetContentLocation(start, length);
|
/ohos5.0/base/telephony/sms_mms/test/unittest/ |
H A D | mms_msg_test.cpp | 680 if (!imageAttachment.SetContentLocation(fileName)) { in MmsAddAttachment()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | zip_file.cpp | 120 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 D | napi_mms.cpp | 1160 itAttachment.SetContentLocation(it->contentLocation); in SetAttachmentToCore()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2661 file.SetContentLocation(start, length); 2693 file.SetContentLocation(start, length);
|