Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_constant.h32 static const char *const HTTP_DEFAULT_USER_AGENT; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/constant/include/
H A Dconstant.h58 static const char *const HTTP_DEFAULT_USER_AGENT; variable
/ohos5.0/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, r… in Request()
/ohos5.0/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
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h78 static const char *const HTTP_DEFAULT_USER_AGENT; variable
/ohos5.0/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.cpp354 …TSTACK_CURL_EASY_SET_OPTION(curlHandle_, CURLOPT_USERAGENT, HttpConstant::HTTP_DEFAULT_USER_AGENT); in SetCurlOptions()
/ohos5.0/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
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h211 static const char *const HTTP_DEFAULT_USER_AGENT; variable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h64 constexpr const char *HTTP_DEFAULT_USER_AGENT = "libcurl-agent/1.0"; variable
/ohos5.0/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, con… in SetOption()
/ohos5.0/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()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1053 …TACK_CURL_EASY_SET_OPTION(curl, CURLOPT_USERAGENT, HttpConstant::HTTP_DEFAULT_USER_AGENT, context); in AddCurlHandle()