Home
last modified time | relevance | path

Searched refs:HasReplyPath (Results 1 – 7 of 7) sorted by relevance

/base/telephony/sms_mms/test/unittest/
Dshort_message_test.cpp92 std::cout << "HasReplyPath = " << shortMessage_->HasReplyPath() << std::endl; in TestShowShortMessage()
95 std::cout << "HasReplyPath = " << shortMessage_->HasReplyPath() << std::endl; in TestShowShortMessage()
/base/telephony/sms_mms/interfaces/innerkits/
Dshort_message.h149 bool HasReplyPath() const;
/base/telephony/sms_mms/frameworks/native/sms/src/
Dshort_message.cpp168 bool ShortMessage::HasReplyPath() const in HasReplyPath() function in OHOS::Telephony::ShortMessage
/base/telephony/sms_mms/services/sms/include/
Dsms_base_message.h85 virtual bool HasReplyPath() const;
/base/telephony/sms_mms/services/sms/
Dsms_base_message.cpp133 bool SmsBaseMessage::HasReplyPath() const in HasReplyPath() function in OHOS::Telephony::SmsBaseMessage
Dsms_service.cpp709 message.hasReplyPath_ = baseMessage->HasReplyPath(); in CreateMessage()
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_sms.cpp450 NapiUtil::SetPropertyBoolean(env, object, "hasReplyPath", shortMessage.HasReplyPath()); in CreateShortMessageValue()