Searched defs:MmsBodyPart (Results 1 - 2 of 2) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/include/ | ||
H A D | mms_body_part.h | 25 class MmsBodyPart {
class |
/base/telephony/sms_mms/frameworks/native/mms/src/ | ||
H A D | mms_body_part.cpp | 34 MmsBodyPart::MmsBodyPart() : headerLen_(0), bodyLen_(0) {}
in MmsBodyPart() function in OHOS::Telephony::MmsBodyPart 36 MmsBodyPart::MmsBodyPart(const MmsBodyPart &srcBodyPart) : headerLen_(0), bodyLen_(0) in MmsBodyPart() function in OHOS::Telephony::MmsBodyPart [all...] |
Completed in 3 milliseconds