Searched refs:EncodeUrlParam (Results 1 – 11 of 11) sorted by relevance
48 bool EncodeUrlParam(CURL *curl, std::string &url);
46 static bool EncodeUrlParam(std::string &str);
180 bool encodeName = FetchExec::EncodeUrlParam(name); in GetUrlParam()181 bool encodeValue = FetchExec::EncodeUrlParam(value); in GetUrlParam()
85 bool EncodeUrlParam(CURL *curl, std::string &url) in EncodeUrlParam() function
149 …if (EncodeUrlParam(curl, const_cast<std::string &>(requestData->GetUrl())) && MethodForGet(method)… in SetOption()
49 static bool EncodeUrlParam(std::string &str);
74 static bool EncodeUrlParam(std::string &str);
277 bool encodeName = HttpExec::EncodeUrlParam(name); in HandleMethodForGet()278 bool encodeValue = HttpExec::EncodeUrlParam(value); in HandleMethodForGet()
194 bool FetchExec::EncodeUrlParam(std::string &str) in EncodeUrlParam() function in OHOS::NetStack::Fetch::FetchExec
314 bool NetHttpClientExec::EncodeUrlParam(std::string &str) in EncodeUrlParam() function in OHOS::NetStack::Http::NetHttpClientExec
614 bool HttpExec::EncodeUrlParam(std::string &str) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec