Searched refs:GetDohUrl (Results 1 – 7 of 7) sorted by relevance
120 [[nodiscard]] const std::string &GetDohUrl() const;
134 [[nodiscard]] const std::string &GetDohUrl() const;
237 const std::string &HttpRequest::GetDohUrl() const in GetDohUrl() function in OHOS::NetStack::Http::HttpRequest
754 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()
249 const std::string &HttpRequestOptions::GetDohUrl() const in GetDohUrl() function in OHOS::NetStack::Http::HttpRequestOptions
89 const std::string& retrievedDohUrl = requestOptions.GetDohUrl();
1064 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()