/ohos5.0/foundation/communication/netstack/test/unittest/http/ |
H A D | HttpRequestOptionsTest.cpp | 229 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 D | i_network_message.cpp | 71 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 D | i_network_message.h | 73 static std::string GetHttpVersion(long httpVersion);
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_cache_proxy.cpp | 46 str += std::to_string(requestOptions.GetHttpVersion()); in CacheProxy()
|
H A D | net_http_request.cpp | 117 uint32_t HttpRequest::GetHttpVersion() const in GetHttpVersion() function in OHOS::NetStack::Http::HttpRequest
|
H A D | net_http_client_exec.cpp | 739 …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 D | HttpClientTaskTest.cpp | 66 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 D | http_client_task.h | 244 uint32_t GetHttpVersion(HttpProtocol ptcl) const;
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_request.h | 102 [[nodiscard]] uint32_t GetHttpVersion() const;
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/ |
H A D | cache_proxy.cpp | 53 str += std::to_string(requestOptions.GetHttpVersion()); in CacheProxy()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_request_options.h | 116 [[nodiscard]] uint32_t GetHttpVersion() const;
|
/ohos5.0/foundation/communication/netstack/test/fuzztest/http_fuzzer/ |
H A D | http_fuzzer.cpp | 311 task->GetHttpVersion(ptcl); in HttpClientTaskGetHttpVersionFuzzTest() 332 task->GetHttpVersion(ptcl); in HttpClientTaskSetHttpProtocolFuzzTest()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 130 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 D | http_request_options.cpp | 126 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 D | http_exec.cpp | 1049 …NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_HTTP_VERSION, context->options.GetHttpVersion(), conte… in AddCurlHandle()
|