Home
last modified time | relevance | path

Searched refs:lastTransTime_ (Results 1 – 2 of 2) sorted by relevance

/base/telephony/sms_mms/services/mms/include/
Dmms_network_client.h74 int64_t lastTransTime_ = 0; variable
/base/telephony/sms_mms/services/mms/
Dmms_network_client.cpp332 lastTransTime_ = 0; in ParseExecResult()
336 lastTransTime_ = static_cast<int64_t>(totalTimeUs / 1000L); in ParseExecResult()
337 TELEPHONY_LOGI("HTTP request OK,total time in ms:[%{public}" PRId64 "]", lastTransTime_); in ParseExecResult()