Home
last modified time | relevance | path

Searched refs:HexToString (Results 1 – 8 of 8) sorted by relevance

/base/telephony/sms_mms/utils/
Dstring_utils.h29 static std::string HexToString(const std::string &str);
Dstring_utils.cpp84 std::string StringUtils::HexToString(const std::string &str) in HexToString() function in OHOS::Telephony::StringUtils
/base/telephony/sms_mms/test/gtest/
Dcdma_sms_gtest.cpp162 std::string pdu = StringUtils::HexToString(pduHex);
221 std::string pdu = StringUtils::HexToString(pduHex);
279 std::string pdu = StringUtils::HexToString(pduHex);
318 ss << StringUtils::HexToString(pdu); in CheckDeliverUserData()
335 ss << StringUtils::HexToString(pdu); in CheckSubmitUserData()
405 ss << StringUtils::HexToString(dataStr);
Dzero_branch_cdma_sms_test.cpp185 std::string pdu = StringUtils::HexToString(pduHex);
229 std::string pdu = StringUtils::HexToString(pduHex);
263 std::string pdu = StringUtils::HexToString(pduHex);
315 auto buffer = std::make_shared<SmsReadBuffer>(StringUtils::HexToString("00"));
317 buffer = std::make_shared<SmsReadBuffer>(StringUtils::HexToString("0000"));
319 buffer = std::make_shared<SmsReadBuffer>(StringUtils::HexToString("000002"));
321 buffer = std::make_shared<SmsReadBuffer>(StringUtils::HexToString("0000021002"));
324 buffer = std::make_shared<SmsReadBuffer>(StringUtils::HexToString(s1));
327 buffer = std::make_shared<SmsReadBuffer>(StringUtils::HexToString(s2));
330 buffer = std::make_shared<SmsReadBuffer>(StringUtils::HexToString(s3));
[all …]
/base/telephony/sms_mms/services/sms/
Dsms_wap_push_handler.cpp166 std::string pdustr = StringUtils::HexToString(hexData); in DeocdeCheckIsBlock()
/base/telephony/sms_mms/test/unittest/
Dcdma_sms_test.cpp699 SmsReadBuffer pduBuffer(StringUtils::HexToString(pdu)); in TestDecodeMsg()
723 ss << StringUtils::HexToString(pdu); in TestDecodeBearerData()
/base/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_message.cpp177 std::string pdu = StringUtils::HexToString(pduHex); in PduAnalysis()
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_message.cpp389 std::string pduData = StringUtils::HexToString(pdu); in CreateMessage()