Home
last modified time | relevance | path

Searched refs:RESPONSE_KEY_RESULT (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h66 static const char *const RESPONSE_KEY_RESULT; member in OHOS::NetStack::HttpClient::final
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_proxy.cpp68 cachedResponse.SetResult(Decode(responseFromCache[RESPONSE_KEY_RESULT])); in ReadResponseFromCache()
102 cacheResponse[RESPONSE_KEY_RESULT] = Encode(response.GetResult()); in WriteResponseToCache()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp79 cachedResponse.SetResult(Base64::Decode(responseFromCache[HttpConstant::RESPONSE_KEY_RESULT])); in ReadResponseFromCache()
113 cacheResponse[HttpConstant::RESPONSE_KEY_RESULT] = Base64::Encode(response.GetResult()); in WriteResponseToCache()
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp56 const char *const HttpConstant::RESPONSE_KEY_RESULT = "result"; member in OHOS::NetStack::HttpClient::HttpConstant
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h183 static const char *const RESPONSE_KEY_RESULT; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp75 const char *const HttpConstant::RESPONSE_KEY_RESULT = "result"; member in OHOS::NetStack::Http::HttpConstant
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h46 constexpr const char *RESPONSE_KEY_RESULT = "result"; member
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp625 NapiUtils::SetNamedProperty(context->GetEnv(), object, HttpConstant::RESPONSE_KEY_RESULT, arrayBuffer); in AddCurlHandle()
633 NapiUtils::SetStringPropertyUtf8(context->GetEnv(), object, HttpConstant::RESPONSE_KEY_RESULT, in AddCurlHandle()
1486 NapiUtils::SetStringPropertyUtf8(context->GetEnv(), object, HttpConstant::RESPONSE_KEY_RESULT, in AddCurlHandle()
1499 NapiUtils::SetNamedProperty(context->GetEnv(), object, HttpConstant::RESPONSE_KEY_RESULT, obj); in AddCurlHandle()
1517 NapiUtils::SetNamedProperty(context->GetEnv(), object, HttpConstant::RESPONSE_KEY_RESULT, arrayBuffer); in AddCurlHandle()

Completed in 7 milliseconds