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.h194 bool hasReplyPath_ = false; variable
/base/telephony/sms_mms/services/include/
Dsms_base_message.h124 bool hasReplyPath_; variable
/base/telephony/sms_mms/services/
Dsms_base_message.cpp129 return hasReplyPath_; in HasReplyPath()
Dsms_service.cpp514 message.hasReplyPath_ = baseMessage->HasReplyPath(); in CreateMessage()
/base/telephony/sms_mms/services/gsm/
Dgsm_sms_message.cpp443 hasReplyPath_ = deliver.bReplyPath; in AnalysisMsgDeliver()