Home
last modified time | relevance | path

Searched refs:pduHex (Results 1 - 6 of 6) sorted by relevance

/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cdma_sms_test.cpp57 string pduHex = ""; in HWTEST_F() local
79 EXPECT_FALSE(cdmaSmsMessage->PduAnalysis(pduHex)); in HWTEST_F()
96 EXPECT_FALSE(cdmaSmsMessage->PduAnalysis(pduHex)); in HWTEST_F()
97 pduHex = "12"; in HWTEST_F()
98 EXPECT_FALSE(cdmaSmsMessage->PduAnalysis(pduHex)); in HWTEST_F()
184 std::string pduHex = "0000021002"; in HWTEST_F() local
185 std::string pdu = StringUtils::HexToString(pduHex); in HWTEST_F()
228 std::string pduHex = "00000210020000021002"; in HWTEST_F() local
229 std::string pdu = StringUtils::HexToString(pduHex); in HWTEST_F()
262 std::string pduHex in HWTEST_F() local
549 std::vector<std::string> pduHex; HWTEST_F() local
[all...]
H A Dcdma_sms_gtest.cpp243 std::string pduHex = "00000210020000021002"; in HWTEST_F() local
244 std::string pdu = StringUtils::HexToString(pduHex); in HWTEST_F()
301 std::string pduHex = "0000021002040702C48D159E268406010408260003200640011910D61C58F265CD9F469D5AF66DDDBF871E5CFA75E" in HWTEST_F() local
303 std::string pdu = StringUtils::HexToString(pduHex); in HWTEST_F()
360 std::string pduHex = "0101020004081300031008d00106102c2870e1420801c00c01c0"; in HWTEST_F() local
361 std::string pdu = StringUtils::HexToString(pduHex); in HWTEST_F()
H A Dzero_branch_sms_test.cpp1062 std::string pduHex = "07914151551512f2040B916105551511f100006060605130308A04D4F29C0E"; in HWTEST_F() local
1067 auto result = message.CreateMessage(pduHex); in HWTEST_F()
1082 std::string pduHex = "07914151551512f2050B916105551511f100006060605130308A04D4F29C0E"; in HWTEST_F() local
1087 auto result = message.CreateMessage(pduHex); in HWTEST_F()
1100 std::string pduHex = "07914151551512f2060B916105551511f100006060605130308A04D4F29C0E"; in HWTEST_F() local
1105 auto result = message.CreateMessage(pduHex); in HWTEST_F()
1118 std::string pduHex = "07914151551512f2070B916105551511f100006060605130308A04D4F29C0E"; in HWTEST_F() local
1123 auto result = message.CreateMessage(pduHex); in HWTEST_F()
1138 const std::string pduHex = in HWTEST_F() local
1146 auto result = message.CreateMessage(pduHex); in HWTEST_F()
1161 const std::string pduHex = HWTEST_F() local
[all...]
/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_message.h64 bool PduAnalysis(const std::string &pduHex);
/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_message.cpp170 bool CdmaSmsMessage::PduAnalysis(const std::string &pduHex) in PduAnalysis() argument
172 if (transMsg_ == nullptr || pduHex.empty()) { in PduAnalysis()
177 std::string pdu = StringUtils::HexToString(pduHex); in PduAnalysis()
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp608 std::string pduHex = StringUtils::StringToHex(vectUint8); in TestCreateMessage() local
609 m_pCdmaSmsMessage->CreateMessage(pduHex); in TestCreateMessage()

Completed in 9 milliseconds