Searched defs:pdus (Results 1 – 7 of 7) sorted by relevance
238 std::shared_ptr<vector<string>> pdus = make_shared<vector<string>>(); in SmsReceiveReliabilityProcessing() local261 …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()
81 std::shared_ptr<vector<string>> pdus = make_shared<vector<string>>(); in CombineMessagePart() local
169 std::unique_ptr<char[]> pdus = std::make_unique<char[]>(pduLen); in DeocdeCheckIsBlock() local
364 std::vector<std::string> pdus = CoreManagerInner::GetInstance().ObtainAllSmsOfIcc(slotId_); in GetAllSimMessages() local
42 const std::vector<std::string> pdus = want.GetStringArrayParam("pdus"); in OnReceiveEvent() local
119 std::string pdus = "123"; variable
97 std::shared_ptr<vector<string>> pdus = nullptr; variable