Home
last modified time | relevance | path

Searched refs:HTTP_DEFAULT_USER_AGENT (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_constant.h32 static const char *const HTTP_DEFAULT_USER_AGENT; member in OHOS::ACELite::final
/foundation/communication/netstack/frameworks/js/napi/fetch/constant/include/
H A Dconstant.h58 static const char *const HTTP_DEFAULT_USER_AGENT; member in OHOS::NetStack::Fetch::final
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_constant.cpp27 const char *const HttpConstant::HTTP_DEFAULT_USER_AGENT = "libcurl-agent/1.0"; member in OHOS::ACELite::HttpConstant
H A Dhttp_request.cpp104 ACE_CURL_EASY_SET_OPTION(handle.get(), CURLOPT_USERAGENT, HttpConstant::HTTP_DEFAULT_USER_AGENT, responseData); in Request()
/foundation/communication/netstack/frameworks/js/napi/fetch/constant/src/
H A Dconstant.cpp47 const char *const FetchConstant::HTTP_DEFAULT_USER_AGENT = "libcurl-agent/1.0"; member in OHOS::NetStack::Fetch::FetchConstant
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h78 static const char *const HTTP_DEFAULT_USER_AGENT; member in OHOS::NetStack::HttpClient::final
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp68 const char *const HttpConstant::HTTP_DEFAULT_USER_AGENT = "libcurl-agent/1.0"; member in OHOS::NetStack::HttpClient::HttpConstant
H A Dhttp_client_task.cpp394 NETSTACK_CURL_EASY_SET_OPTION(curlHandle_, CURLOPT_USERAGENT, HttpConstant::HTTP_DEFAULT_USER_AGENT); in SetCurlOptions()
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h211 static const char *const HTTP_DEFAULT_USER_AGENT; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp97 const char *const HttpConstant::HTTP_DEFAULT_USER_AGENT = "libcurl-agent/1.0"; member in OHOS::NetStack::Http::HttpConstant
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h64 constexpr const char *HTTP_DEFAULT_USER_AGENT = "libcurl-agent/1.0"; member
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp256 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_USERAGENT, FetchConstant::HTTP_DEFAULT_USER_AGENT, context); in SetOption()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp743 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_USERAGENT, HTTP_DEFAULT_USER_AGENT, context); in SetRequestOption()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1128 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_USERAGENT, HttpConstant::HTTP_DEFAULT_USER_AGENT, context); in AddCurlHandle()

Completed in 11 milliseconds