Home
last modified time | relevance | path

Searched refs:InsertMmsPdu (Results 1 - 8 of 8) sorted by relevance

/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms_pdu.h30 bool InsertMmsPdu(NapiMmsPduHelper &helper, const std::string &mmsPdu);
/base/telephony/sms_mms/services/mms/include/
H A Dmms_persist_helper.h32 bool InsertMmsPdu(const std::string &mmsPdu, std::string &dbUrl);
/base/telephony/sms_mms/services/mms/
H A Dmms_persist_helper.cpp80 bool MmsPersistHelper::InsertMmsPdu(const std::string &mmsPdu, std::string &dbUrl) in InsertMmsPdu() function in OHOS::Telephony::MmsPersistHelper
H A Dmms_network_client.cpp365 bool ret = mmsPduObj->InsertMmsPdu(responseData_, storeDirName); in UpdateMmsPduToStorage()
/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() function in OHOS::Telephony::NAPIMmsPdu
H A Dnapi_send_recv_mms.cpp130 mmsPduObj->InsertMmsPdu(helper, mmsPdu); in StoreSendMmsPduToDataBase()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1238 EXPECT_FALSE(persistHelper.InsertMmsPdu(TEST_DATA, dbUrl)); in HWTEST_F()
1256 EXPECT_FALSE(persistHelper.InsertMmsPdu(TEST_DATA, dbUrl)); in HWTEST_F()
1271 mmsPersistHelper->InsertMmsPdu(mmsPdu, dbUrl); in HWTEST_F()
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp350 m_pMmsPersistHelper->InsertMmsPdu(strMmsPdu, m_strUrl); in TestInsert()

Completed in 8 milliseconds