Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_network_client.cpp165 httpSuccess_ = false; in PostUrl()
173 if (!httpSuccess_ || responseCode_ / ONE_HUNDRED != VALID_RESPONSECODE_FIRST_NUM) { in PostUrl()
304 httpSuccess_ = false; in GetUrl()
312 if (!httpSuccess_) { in GetUrl()
514 httpSuccess_ = true; in HttpCallBack()
/ohos5.0/base/telephony/sms_mms/services/mms/include/
H A Dmms_network_client.h59 bool httpSuccess_ = false; variable