Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h120 [[nodiscard]] const std::string &GetDohUrl() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h134 [[nodiscard]] const std::string &GetDohUrl() const;
/ohos5.0/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()
/ohos5.0/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
/ohos5.0/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp89 const std::string& retrievedDohUrl = requestOptions.GetDohUrl();
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1064 if (!context->options.GetDohUrl().empty()) { in AddCurlHandle()
1065 …NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_DOH_URL, context->options.GetDohUrl().c_str(), context… in AddCurlHandle()