Home
last modified time | relevance | path

Searched refs:hasReplyPath_ (Results 1 – 6 of 6) sorted by relevance

/base/telephony/sms_mms/frameworks/native/sms/src/
Dshort_message.cpp61 if (!parcel.ReadBool(hasReplyPath_)) { in ReadFromParcel()
105 if (!parcel.WriteBool(hasReplyPath_)) { in Marshalling()
170 return hasReplyPath_; in HasReplyPath()
/base/telephony/sms_mms/interfaces/innerkits/
Dshort_message.h221 bool hasReplyPath_ = false; variable
/base/telephony/sms_mms/services/sms/include/
Dsms_base_message.h121 bool hasReplyPath_; variable
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_message.cpp455 hasReplyPath_ = deliver.bReplyPath; in AnalysisMsgDeliver()
482 hasReplyPath_ = submit.bReplyPath; in AnalysisMsgSubmit()
/base/telephony/sms_mms/services/sms/
Dsms_base_message.cpp135 return hasReplyPath_; in HasReplyPath()
Dsms_service.cpp709 message.hasReplyPath_ = baseMessage->HasReplyPath(); in CreateMessage()