Home
last modified time | relevance | path

Searched refs:GetDohUrl (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h120 [[nodiscard]] const std::string &GetDohUrl() const;
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h134 [[nodiscard]] const std::string &GetDohUrl() const;
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp237 const std::string &HttpRequest::GetDohUrl() const in GetDohUrl() function in OHOS::NetStack::Http::HttpRequest
H A Dnet_http_client_exec.cpp754 if (!context->options.GetDohUrl().empty()) { in SetRequestOption()
755 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_DOH_URL, context->options.GetDohUrl().c_str(), context); in SetRequestOption()
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp249 const std::string &HttpRequestOptions::GetDohUrl() const in GetDohUrl() function in OHOS::NetStack::Http::HttpRequestOptions
/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp89 const std::string& retrievedDohUrl = requestOptions.GetDohUrl(); in HWTEST_F()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1139 if (!context->options.GetDohUrl().empty()) { in AddCurlHandle()
1140 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_DOH_URL, context->options.GetDohUrl().c_str(), context); in AddCurlHandle()

Completed in 7 milliseconds