Searched refs:totolLength (Results 1 - 3 of 3) sorted by relevance
/base/telephony/sms_mms/services/mms/ |
H A D | mms_network_client.cpp | 401 int32_t totolLength = static_cast<int32_t>(fread(pduBuffer.get(), 1, MMS_PDU_MAX_SIZE, pFile)); in GetMmsPduFromFile() local 402 TELEPHONY_LOGI("sendMms totolLength:%{public}d", totolLength); in GetMmsPduFromFile()
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_send_recv_mms.cpp | 104 int32_t totolLength = static_cast<int32_t>(fread(pduBuffer.get(), 1, MMS_PDU_MAX_SIZE, pFile)); in GetMmsPduFromFile() local 105 TELEPHONY_LOGI("fread totolLength%{private}d", totolLength); in GetMmsPduFromFile()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | mms_gtest.cpp | 256 int32_t totolLength = static_cast<int32_t>(fread(pduBuffer.get(), 1, MMS_PDU_MAX_SIZE, pFile)); in GetMmsPduFromFile() local 257 TELEPHONY_LOGI("fread totolLength%{public}d", totolLength); in GetMmsPduFromFile()
|
Completed in 4 milliseconds