Searched defs:mmsPdu (Results 1 – 6 of 6) sorted by relevance
62 bool NAPIMmsPdu::InsertMmsPdu(NapiMmsPduHelper &pduHelper, const std::string &mmsPdu) in InsertMmsPdu()75 for (std::string mmsPdu : mmsPdus) { in InsertMmsPdu() local92 std::vector<std::string> NAPIMmsPdu::SplitPdu(const std::string &mmsPdu) in SplitPdu()123 void NAPIMmsPdu::SetMmsPdu(const std::string &mmsPdu) in SetMmsPdu()150 std::string mmsPdu; in QueryMmsPdu() local
72 bool GetMmsPduFromFile(const std::string &fileName, std::string &mmsPdu) in GetMmsPduFromFile()121 std::string mmsPdu; in StoreSendMmsPduToDataBase() local340 bool StoreMmsPduToFile(const std::string &fileName, const std::string &mmsPdu) in StoreMmsPduToFile()369 std::string mmsPdu = mmsPduObj.GetMmsPdu(helper); in GetMmsPduFromDataBase() local
80 bool MmsPersistHelper::InsertMmsPdu(const std::string &mmsPdu, std::string &dbUrl) in InsertMmsPdu()90 for (std::string mmsPdu : mmsPdus) { in InsertMmsPdu() local105 std::vector<std::string> MmsPersistHelper::SplitPdu(const std::string &mmsPdu) in SplitPdu()138 void MmsPersistHelper::SetMmsPdu(const std::string &mmsPdu) in SetMmsPdu()166 std::string mmsPdu; in QueryMmsPdu() local
419 std::shared_ptr<MmsPersistHelper> mmsPdu = std::make_shared<MmsPersistHelper>(); in GetMmsPduFromDataBase() local434 std::shared_ptr<MmsPersistHelper> mmsPdu = std::make_shared<MmsPersistHelper>(); in DeleteMmsPdu() local
230 bool GetMmsPduFromFile(const std::string &fileName, std::string &mmsPdu) in GetMmsPduFromFile()267 std::vector<std::string> SplitPdu(const std::string &mmsPdu) in SplitPdu()341 std::string mmsPdu; in GetFileToDb() local354 for (std::string mmsPdu : mmsPdus) { in GetFileToDb() local
1276 std::string mmsPdu = "text"; variable