Home
last modified time | relevance | path

Searched refs:MethodForGet (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_request.cpp53 bool HttpClientRequest::MethodForGet(const std::string &method) in MethodForGet() function in OHOS::NetStack::HttpClient::HttpClientRequest
67 if (!MethodForGet(method) && !MethodForPost(method) && !method.empty()) { in SetMethod()
/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_request_utils.h42 bool MethodForGet(const std::string &method);
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/include/
H A Dfetch_exec.h42 static bool MethodForGet(const std::string &method);
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_request.cpp134 if (!MethodForGet(method) && !MethodForPost(method)) { in SetOption()
149 if (EncodeUrlParam(curl, const_cast<std::string &>(requestData->GetUrl())) && MethodForGet(method)) { in SetOption()
H A Dhttp_request_utils.cpp57 bool MethodForGet(const std::string &method) in MethodForGet() function
H A Dfetch_module.cpp166 if (MethodForGet(requestData->GetMethod())) { in ParseExtraData()
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_request.h195 bool MethodForGet(const std::string &method);
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/
H A DBpfRequestTest.cpp270 bool method = req.MethodForGet(""); in HWTEST_F()
277 bool method = req.MethodForGet("GET"); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/
H A DNetSysRequestTest.cpp270 bool method = req.MethodForGet(""); in HWTEST_F()
277 bool method = req.MethodForGet("GET"); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/
H A DVpnRequestTest.cpp270 bool method = req.MethodForGet(""); in HWTEST_F()
277 bool method = req.MethodForGet("GET"); in HWTEST_F()
/foundation/communication/netstack/test/unittest/http_test/
H A DHttpClientRequestTest.cpp270 bool method = req.MethodForGet(""); in HWTEST_F()
277 bool method = req.MethodForGet("GET"); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/netshare_core_test/
H A DNetShareRequestTest.cpp270 bool method = req.MethodForGet(""); in HWTEST_F()
277 bool method = req.MethodForGet("GET"); in HWTEST_F()
/foundation/communication/netstack/test/unittest/http_client_test/
H A DHttpClientRequestTest.cpp270 bool method = req.MethodForGet(""); in HWTEST_F()
277 bool method = req.MethodForGet("GET"); in HWTEST_F()
/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientRequestTest.cpp270 bool method = req.MethodForGet(""); in HWTEST_F()
277 bool method = req.MethodForGet("GET"); in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket_core_test/
H A DWebSocketRequestTest.cpp270 bool method = req.MethodForGet(""); in HWTEST_F()
277 bool method = req.MethodForGet("GET"); in HWTEST_F()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_client_exec.h45 static bool MethodForGet(const std::string &method);
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp182 bool FetchExec::MethodForGet(const std::string &method) in MethodForGet() function in OHOS::NetStack::Fetch::FetchExec
235 if (!MethodForGet(method) && !MethodForPost(method)) { in SetOption()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h70 static bool MethodForGet(const std::string &method);
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp110 if (FetchExec::MethodForGet(request.GetMethod())) { in ParseData()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp301 bool NetHttpClientExec::MethodForGet(const std::string &method) in MethodForGet() function in OHOS::NetStack::Http::NetHttpClientExec
766 if (!MethodForGet(method) && !MethodForPost(method)) { in SetOption()
H A Dnet_http_request_context.cpp456 if (NetHttpClientExec::MethodForGet(options.GetMethod())) { in ParseExtraData()
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp312 if (HttpExec::MethodForGet(options.GetMethod())) { in ParseExtraData()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp673 bool HttpExec::MethodForGet(const std::string &method) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec
1154 if (!MethodForGet(method) && !MethodForPost(method)) { in AddCurlHandle()

Completed in 15 milliseconds