Home
last modified time | relevance | path

Searched refs:responseCode_ (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation.cpp56 responseCode_ = MTP_UNDEFINED_CODE; in Init()
219 responseCode_ = MTP_UNDEFINED_CODE; in GetPayloadData()
234 return responseCode_; in GetPayloadData()
240 responseCode_ = MTP_UNDEFINED_CODE; in GetPayloadDataSub()
245 responseCode_ = operationUtils_->GetCloseSession(data); in GetPayloadDataSub()
260 responseCode_ = operationUtils_->GetNumObjects(data); in GetPayloadDataSub()
281 return responseCode_; in GetPayloadDataSub()
287 responseCode_ = MTP_UNDEFINED_CODE; in GetPayloadDataMore()
326 responseCode_ = operationUtils_->GetPartialObject(data); in GetPayloadDataMore()
332 return responseCode_; in GetPayloadDataMore()
[all …]
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe_result.cpp26 : responseCode_(code), redirectUrl_(redirectUrl) in NetHttpProbeResult()
32 return responseCode_; in GetCode()
42 return (responseCode_ == SUCCESS_CODE); in IsSuccessful()
47 …return (responseCode_ >= PORTAL_CODE_MIN && responseCode_ <= PORTAL_CODE_MAX) && (responseCode_ !=… in IsNeedPortal()
76 responseCode_ = result.responseCode_; in operator =()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/mock_http_client/
H A Dhttp_client_response.h26 HttpClientResponse() : responseCode_(0){}; in HttpClientResponse()
30 return responseCode_; in GetResponseCode()
42 int responseCode_ = 0; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_response.cpp23 FetchResponse::FetchResponse() : responseCode_(0) {} in FetchResponse()
37 responseCode_ = responseCode; in SetResponseCode()
65 return responseCode_; in GetResponseCode()
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_network_client.cpp173 if (!httpSuccess_ || responseCode_ / ONE_HUNDRED != VALID_RESPONSECODE_FIRST_NUM) { in PostUrl()
174 … TELEPHONY_LOGE("http post task is not success, task responseCode is %{public}d", responseCode_); in PostUrl()
176 responseCode_ = 0; in PostUrl()
315 responseCode_ = 0; in GetUrl()
318 if (responseCode_ / ONE_HUNDRED != VALID_RESPONSECODE_FIRST_NUM) { in GetUrl()
319 TELEPHONY_LOGE("get task responseCode is not success:%{public}d", responseCode_); in GetUrl()
321 responseCode_ = 0; in GetUrl()
515 responseCode_ = response.GetResponseCode(); in HttpCallBack()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_response.cpp23 HttpResponse::HttpResponse() : responseCode_(0) {} in HttpResponse()
37 responseCode_ = responseCode; in SetResponseCode()
74 return responseCode_; in GetResponseCode()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_response.cpp22 HttpResponse::HttpResponse() : responseCode_(0) {} in HttpResponse()
36 responseCode_ = responseCode; in SetResponseCode()
74 return responseCode_; in GetResponseCode()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_response.cpp31 responseCode_ = code; in SetResponseCode()
36 return responseCode_; in GetResponseCode()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_response.h71 HttpClientResponse() : responseCode_(NONE), result_(""){}; in HttpClientResponse()
180 ResponseCode responseCode_; variable
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe_result.h40 int32_t responseCode_ = 0;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/options/include/
H A Dfetch_response.h48 uint32_t responseCode_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation.h60 uint16_t responseCode_; variable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_response.h73 uint32_t responseCode_; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_response.h73 uint32_t responseCode_; variable
/ohos5.0/base/telephony/sms_mms/services/mms/include/
H A Dmms_network_client.h60 int32_t responseCode_ = 0; variable