Home
last modified time | relevance | path

Searched defs:HTTP_PROXY_KEY_PORT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h62 static const char *const HTTP_PROXY_KEY_PORT; variable
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp52 const char *const HttpConstant::HTTP_PROXY_KEY_PORT = "port"; member in OHOS::NetStack::HttpClient::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp58 const char *const HttpConstant::HTTP_PROXY_KEY_PORT = "port"; member in OHOS::NetStack::Http::HttpConstant
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h161 static const char *const HTTP_PROXY_KEY_PORT; variable