Home
last modified time | relevance | path

Searched defs:pdus (Results 1 – 7 of 7) sorted by relevance

/base/telephony/sms_mms/services/sms/
Dsms_receive_reliability_handler.cpp238 std::shared_ptr<vector<string>> pdus = make_shared<vector<string>>(); in SmsReceiveReliabilityProcessing() local
261 …or<SmsReceiveIndexer> &dbIndexers, int32_t position, std::shared_ptr<std::vector<std::string>> pdu… in GetSmsUserDataMultipage()
291 SmsReceiveIndexer &indexerObj, std::shared_ptr<vector<string>> pdus) in ReadySendSmsBroadcast()
319 const std::shared_ptr<SmsReceiveIndexer> indexer, const shared_ptr<vector<string>> pdus) in SendBroadcast()
Dsms_receive_handler.cpp81 std::shared_ptr<vector<string>> pdus = make_shared<vector<string>>(); in CombineMessagePart() local
Dsms_wap_push_handler.cpp169 std::unique_ptr<char[]> pdus = std::make_unique<char[]>(pduLen); in DeocdeCheckIsBlock() local
Dsms_misc_manager.cpp364 std::vector<std::string> pdus = CoreManagerInner::GetInstance().ObtainAllSmsOfIcc(slotId_); in GetAllSimMessages() local
/base/telephony/sms_mms/test/unittest/
Dsms_broadcast_subscriber.cpp42 const std::vector<std::string> pdus = want.GetStringArrayParam("pdus"); in OnReceiveEvent() local
/base/telephony/sms_mms/test/gtest/
Dzero_branch_cb_test.cpp119 std::string pdus = "123"; variable
Dzero_branch_sms_test.cpp97 std::shared_ptr<vector<string>> pdus = nullptr; variable