Home
last modified time | relevance | path

Searched refs:GetRespCode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h71 [[nodiscard]] ResponseCode GetRespCode() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h120 [[nodiscard]] ResponseCode GetRespCode() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp194 ResponseCode HttpCacheResponse::GetRespCode() const in GetRespCode() function in OHOS::NetStack::Http::HttpCacheResponse
H A Dhttp_cache_strategy.cpp200 switch (cacheResponse.GetRespCode()) { in IsCacheable()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp198 switch (cacheResponse.GetRespCode()) { in IsCacheable()
H A Dnet_http_cache_entity.cpp318 ResponseCode HttpCacheResponse::GetRespCode() const in GetRespCode() function in OHOS::NetStack::Http::HttpCacheResponse