Searched refs:GetMmsPduFromFile (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/sms_mms/services/mms/include/ |
H A D | mms_network_client.h | 50 bool GetMmsPduFromFile(const std::string &fileName, std::string &strBuf);
|
/ohos5.0/base/telephony/sms_mms/services/mms/ |
H A D | mms_network_client.cpp | 102 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 D | napi_send_recv_mms.cpp | 72 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 D | mms_gtest.cpp | 230 bool GetMmsPduFromFile(const std::string &fileName, std::string &mmsPdu) in GetMmsPduFromFile() function 342 GetMmsPduFromFile(MMS_FILE_ADDRESS, mmsPdu); in GetFileToDb()
|
H A D | zero_branch_mms_test.cpp | 1212 EXPECT_EQ(client.GetMmsPduFromFile(storeDirName, strBuf), false); 1213 EXPECT_EQ(client.GetMmsPduFromFile(TEST_PATH, strBuf), false);
|