Home
last modified time | relevance | path

Searched refs:SetRespCode (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp48 cacheResponse_.SetRespCode(static_cast<ResponseCode>(response.GetResponseCode())); in RunStrategy()
61 tempCacheResponse.SetRespCode(static_cast<ResponseCode>(response.GetResponseCode())); in IsCacheable()
H A Dnet_http_cache_entity.cpp328 void HttpCacheResponse::SetRespCode(ResponseCode respCode) in SetRespCode() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp51 cacheResponse_.SetRespCode(static_cast<ResponseCode>(response.GetResponseCode())); in RunStrategy()
64 tempCacheResponse.SetRespCode(static_cast<ResponseCode>(response.GetResponseCode())); in IsCacheable()
H A Dhttp_cache_response.cpp204 void HttpCacheResponse::SetRespCode(ResponseCode respCode) in SetRespCode() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h73 void SetRespCode(ResponseCode respCode);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp552 header.SetRespCode(static_cast<uint8_t>(ObexRspCode::SUCCESS)); in SetBodyToHeader()
556 header.SetRespCode(static_cast<uint8_t>(ObexRspCode::CONTINUE)); in SetBodyToHeader()
592 header->SetRespCode(static_cast<uint8_t>(ObexRspCode::CONTINUE)); in GetNextRespHeader()
H A Dobex_mp_client.cpp312 newResp.SetRespCode(resp.GetFieldCode()); in ProcessGetSuccessData()
H A Dobex_headers.h421 void SetRespCode(uint8_t code);
H A Dobex_headers.cpp368 void ObexHeader::SetRespCode(uint8_t code) in SetRespCode() function in OHOS::bluetooth::ObexHeader
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h122 void SetRespCode(ResponseCode respCode);