Home
last modified time | relevance | path

Searched refs:HasReplyPath (Results 1 - 8 of 8) sorted by relevance

/base/telephony/sms_mms/test/unittest/
H A 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/
H A Dshort_message.h149 bool HasReplyPath() const;
/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dshort_message.cpp174 bool ShortMessage::HasReplyPath() const in HasReplyPath() function in OHOS::Telephony::ShortMessage
/base/telephony/sms_mms/services/sms/include/
H A Dsms_base_message.h85 virtual bool HasReplyPath() const;
/base/telephony/sms_mms/services/sms/
H A Dsms_base_message.cpp138 bool SmsBaseMessage::HasReplyPath() const in HasReplyPath() function in OHOS::Telephony::SmsBaseMessage
H A Dsms_service.cpp739 message.hasReplyPath_ = baseMessage->HasReplyPath(); in CreateMessage()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp322 shortMessage->HasReplyPath(); in HWTEST_F()
2409 smsBaseMessage->HasReplyPath(); in HWTEST_F()
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp502 NapiUtil::SetPropertyBoolean(env, object, "hasReplyPath", shortMessage.HasReplyPath()); in CreateShortMessageValue()

Completed in 15 milliseconds