Home
last modified time | relevance | path

Searched refs:GetMmsPduFromFile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/mms/include/
H A Dmms_network_client.h50 bool GetMmsPduFromFile(const std::string &fileName, std::string &strBuf);
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_network_client.cpp102 if (!GetMmsPduFromFile(fileName, strBuf)) { in GetMmsDataBuf()
371 bool MmsNetworkClient::GetMmsPduFromFile(const std::string &fileName, std::string &strBuf) in GetMmsPduFromFile() function in OHOS::Telephony::MmsNetworkClient
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_send_recv_mms.cpp72 bool GetMmsPduFromFile(const std::string &fileName, std::string &mmsPdu) in GetMmsPduFromFile() function
122 if (!GetMmsPduFromFile(helper.GetPduFileName(), mmsPdu)) { in StoreSendMmsPduToDataBase()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp230 bool GetMmsPduFromFile(const std::string &fileName, std::string &mmsPdu) in GetMmsPduFromFile() function
342 GetMmsPduFromFile(MMS_FILE_ADDRESS, mmsPdu); in GetFileToDb()
H A Dzero_branch_mms_test.cpp1212 EXPECT_EQ(client.GetMmsPduFromFile(storeDirName, strBuf), false);
1213 EXPECT_EQ(client.GetMmsPduFromFile(TEST_PATH, strBuf), false);