Home
last modified time | relevance | path

Searched refs:FormatSmsNumber (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_persist_helper.h55 int32_t FormatSmsNumber(const std::string &num, std::string countryCode,
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_persist_helper.cpp227 int32_t SmsPersistHelper::FormatSmsNumber(const std::string &num, std::string countryCode, in FormatSmsNumber() function in OHOS::Telephony::SmsPersistHelper
380 int32_t ret = FormatSmsNumber( in QueryRawContactId()
386 ret = FormatSmsNumber(address, ISO_COUNTRY_CODE, in QueryRawContactId()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1627 smsPersistHelper->FormatSmsNumber(num, countryCode, formatInfo, formatNum);
1629 smsPersistHelper->FormatSmsNumber(num, countryCode, formatInfo, formatNum);
1631 int32_t value = smsPersistHelper->FormatSmsNumber(num, countryCode, formatInfo, formatNum);