Home
last modified time | relevance | path

Searched defs:mmsPdu (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms_pdu.cpp62 bool NAPIMmsPdu::InsertMmsPdu(NapiMmsPduHelper &pduHelper, const std::string &mmsPdu) in InsertMmsPdu()
75 for (std::string mmsPdu : mmsPdus) { in InsertMmsPdu() local
92 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
H A Dnapi_send_recv_mms.cpp72 bool GetMmsPduFromFile(const std::string &fileName, std::string &mmsPdu) in GetMmsPduFromFile()
121 std::string mmsPdu; in StoreSendMmsPduToDataBase() local
340 bool StoreMmsPduToFile(const std::string &fileName, const std::string &mmsPdu) in StoreMmsPduToFile()
369 std::string mmsPdu = mmsPduObj.GetMmsPdu(helper); in GetMmsPduFromDataBase() local
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_persist_helper.cpp80 bool MmsPersistHelper::InsertMmsPdu(const std::string &mmsPdu, std::string &dbUrl) in InsertMmsPdu()
90 for (std::string mmsPdu : mmsPdus) { in InsertMmsPdu() local
105 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
H A Dmms_network_client.cpp419 std::shared_ptr<MmsPersistHelper> mmsPdu = std::make_shared<MmsPersistHelper>(); in GetMmsPduFromDataBase() local
434 std::shared_ptr<MmsPersistHelper> mmsPdu = std::make_shared<MmsPersistHelper>(); in DeleteMmsPdu() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp230 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() local
354 for (std::string mmsPdu : mmsPdus) { in GetFileToDb() local
H A Dzero_branch_mms_test.cpp1276 std::string mmsPdu = "text"; variable