Home
last modified time | relevance | path

Searched defs:mmsPdu (Results 1 - 7 of 7) sorted by relevance

/base/telephony/sms_mms/services/mms/
H A Dmms_persist_helper.cpp80 bool MmsPersistHelper::InsertMmsPdu(const std::string &mmsPdu, std::string &dbUrl) in InsertMmsPdu() argument
105 std::vector<std::string> MmsPersistHelper::SplitPdu(const std::string &mmsPdu) in SplitPdu() argument
138 void MmsPersistHelper::SetMmsPdu(const std::string &mmsPdu) in SetMmsPdu() argument
166 std::string mmsPdu; QueryMmsPdu() local
[all...]
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
/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() argument
92 std::vector<std::string> NAPIMmsPdu::SplitPdu(const std::string &mmsPdu) in SplitPdu() argument
123 void NAPIMmsPdu::SetMmsPdu(const std::string &mmsPdu) in SetMmsPdu() argument
150 std::string mmsPdu; QueryMmsPdu() local
[all...]
H A Dnapi_send_recv_mms.cpp75 bool GetMmsPduFromFile(const std::string &fileName, std::string &mmsPdu) in GetMmsPduFromFile() argument
124 std::string mmsPdu; in StoreSendMmsPduToDataBase() local
352 bool StoreMmsPduToFile(const std::string &fileName, const std::string &mmsPdu) in StoreMmsPduToFile() argument
381 std::string mmsPdu in GetMmsPduFromDataBase() local
[all...]
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp362 std::string mmsPdu = GetString(100); in TestSetMmsPdu() local
367 std::string mmsPdu = StringUtils::StringToHex(GetString(100)); in TestSplitPdu() local
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp230 bool GetMmsPduFromFile(const std::string &fileName, std::string &mmsPdu) in GetMmsPduFromFile() argument
267 std::vector<std::string> SplitPdu(const std::string &mmsPdu) in SplitPdu() argument
341 std::string mmsPdu; in GetFileToDb() local
[all...]
H A Dzero_branch_mms_test.cpp1270 std::string mmsPdu = "text"; in HWTEST_F() local

Completed in 8 milliseconds