Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp229 uint32_t resultValue = requestOptions.GetHttpVersion();
239 uint32_t resultValue = requestOptions.GetHttpVersion();
249 uint32_t resultValue = requestOptions.GetHttpVersion();
259 uint32_t resultValue = requestOptions.GetHttpVersion();
/ohos5.0/foundation/communication/netstack/utils/profiler_utils/src/
H A Di_network_message.cpp71 httpVersion = GetHttpVersion(tmp); in GetHttpVersionFromCurlHandle()
140 std::string INetworkMessage::GetHttpVersion(long httpVersion) in GetHttpVersion() function in OHOS::NetStack::INetworkMessage
/ohos5.0/foundation/communication/netstack/utils/profiler_utils/include/
H A Di_network_message.h73 static std::string GetHttpVersion(long httpVersion);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_proxy.cpp46 str += std::to_string(requestOptions.GetHttpVersion()); in CacheProxy()
H A Dnet_http_request.cpp117 uint32_t HttpRequest::GetHttpVersion() const in GetHttpVersion() function in OHOS::NetStack::Http::HttpRequest
H A Dnet_http_client_exec.cpp739 …NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_HTTP_VERSION, context->options.GetHttpVersion(), conte… in SetRequestOption()
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientTaskTest.cpp66 uint32_t httpVersionTest = task->GetHttpVersion(HttpProtocol::HTTP_NONE);
78 uint32_t httpVersionTest = task->GetHttpVersion(HttpProtocol::HTTP1_1);
90 uint32_t httpVersionTest = task->GetHttpVersion(HttpProtocol::HTTP2);
92 httpVersionTest = task->GetHttpVersion(HttpProtocol::HTTP3);
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_task.h244 uint32_t GetHttpVersion(HttpProtocol ptcl) const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h102 [[nodiscard]] uint32_t GetHttpVersion() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp53 str += std::to_string(requestOptions.GetHttpVersion()); in CacheProxy()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h116 [[nodiscard]] uint32_t GetHttpVersion() const;
/ohos5.0/foundation/communication/netstack/test/fuzztest/http_fuzzer/
H A Dhttp_fuzzer.cpp311 task->GetHttpVersion(ptcl); in HttpClientTaskGetHttpVersionFuzzTest()
332 task->GetHttpVersion(ptcl); in HttpClientTaskSetHttpProtocolFuzzTest()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp130 uint32_t HttpClientTask::GetHttpVersion(HttpProtocol ptcl) const in GetHttpVersion() function in OHOS::NetStack::HttpClient::HttpClientTask
366 …NETSTACK_CURL_EASY_SET_OPTION(curlHandle_, CURLOPT_HTTP_VERSION, GetHttpVersion(request_.GetHttpPr… in SetCurlOptions()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp126 uint32_t HttpRequestOptions::GetHttpVersion() const in GetHttpVersion() function in OHOS::NetStack::Http::HttpRequestOptions
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1049 …NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_HTTP_VERSION, context->options.GetHttpVersion(), conte… in AddCurlHandle()