Home
last modified time | relevance | path

Searched refs:GetVisibleRawAddress (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dshort_message.h98 std::u16string GetVisibleRawAddress() const;
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dshort_message_test.cpp85 …td::cout << "GetVisibleRawAddress = " << StringUtils::ToUtf8(shortMessage_->GetVisibleRawAddress()) in TestShowShortMessage()
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dshort_message.cpp138 std::u16string ShortMessage::GetVisibleRawAddress() const in GetVisibleRawAddress() function in OHOS::Telephony::ShortMessage
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp464 env, object, "visibleRawAddress", NapiUtil::ToUtf8(shortMessage.GetVisibleRawAddress())); in CreateShortMessageValue()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp311 shortMessage->GetVisibleRawAddress();