Home
last modified time | relevance | path

Searched refs:EncodeUrlParam (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_request_utils.h48 bool EncodeUrlParam(CURL *curl, std::string &url);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/include/
H A Dfetch_exec.h46 static bool EncodeUrlParam(std::string &str);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp180 bool encodeName = FetchExec::EncodeUrlParam(name); in GetUrlParam()
181 bool encodeValue = FetchExec::EncodeUrlParam(value); in GetUrlParam()
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_request_utils.cpp85 bool EncodeUrlParam(CURL *curl, std::string &url) in EncodeUrlParam() function
H A Dhttp_request.cpp149 …if (EncodeUrlParam(curl, const_cast<std::string &>(requestData->GetUrl())) && MethodForGet(method)… in SetOption()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_client_exec.h49 static bool EncodeUrlParam(std::string &str);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h74 static bool EncodeUrlParam(std::string &str);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp277 bool encodeName = HttpExec::EncodeUrlParam(name); in HandleMethodForGet()
278 bool encodeValue = HttpExec::EncodeUrlParam(value); in HandleMethodForGet()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp194 bool FetchExec::EncodeUrlParam(std::string &str) in EncodeUrlParam() function in OHOS::NetStack::Fetch::FetchExec
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp314 bool NetHttpClientExec::EncodeUrlParam(std::string &str) in EncodeUrlParam() function in OHOS::NetStack::Http::NetHttpClientExec
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp614 bool HttpExec::EncodeUrlParam(std::string &str) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec