Searched refs:HasReplyPath (Results 1 – 7 of 7) sorted by relevance
92 std::cout << "HasReplyPath = " << shortMessage_->HasReplyPath() << std::endl; in TestShowShortMessage()95 std::cout << "HasReplyPath = " << shortMessage_->HasReplyPath() << std::endl; in TestShowShortMessage()
149 bool HasReplyPath() const;
168 bool ShortMessage::HasReplyPath() const in HasReplyPath() function in OHOS::Telephony::ShortMessage
85 virtual bool HasReplyPath() const;
133 bool SmsBaseMessage::HasReplyPath() const in HasReplyPath() function in OHOS::Telephony::SmsBaseMessage
709 message.hasReplyPath_ = baseMessage->HasReplyPath(); in CreateMessage()
450 NapiUtil::SetPropertyBoolean(env, object, "hasReplyPath", shortMessage.HasReplyPath()); in CreateShortMessageValue()