/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_request.cpp | 53 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()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_request.cpp | 134 if (!MethodForGet(method) && !MethodForPost(method)) { in SetOption() 149 …if (EncodeUrlParam(curl, const_cast<std::string &>(requestData->GetUrl())) && MethodForGet(method)… in SetOption()
|
H A D | http_request_utils.cpp | 57 bool MethodForGet(const std::string &method) in MethodForGet() function
|
H A D | fetch_module.cpp | 166 if (MethodForGet(requestData->GetMethod())) { in ParseExtraData()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/ |
H A D | http_request_utils.h | 42 bool MethodForGet(const std::string &method);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/include/ |
H A D | fetch_exec.h | 42 static bool MethodForGet(const std::string &method);
|
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/ |
H A D | HttpClientRequestTest.cpp | 270 bool method = req.MethodForGet(""); 277 bool method = req.MethodForGet("GET");
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_request.h | 195 bool MethodForGet(const std::string &method);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/ |
H A D | fetch_exec.cpp | 182 bool FetchExec::MethodForGet(const std::string &method) in MethodForGet() function in OHOS::NetStack::Fetch::FetchExec 235 if (!MethodForGet(method) && !MethodForPost(method)) { in SetOption()
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_client_exec.h | 45 static bool MethodForGet(const std::string &method);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/ |
H A D | http_exec.h | 70 static bool MethodForGet(const std::string &method);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/ |
H A D | fetch_context.cpp | 110 if (FetchExec::MethodForGet(request.GetMethod())) { in ParseData()
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 301 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 D | net_http_request_context.cpp | 456 if (NetHttpClientExec::MethodForGet(options.GetMethod())) { in ParseExtraData()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 601 bool HttpExec::MethodForGet(const std::string &method) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec 1079 if (!MethodForGet(method) && !MethodForPost(method)) { in AddCurlHandle()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/ |
H A D | request_context.cpp | 309 if (HttpExec::MethodForGet(options.GetMethod())) { in ParseExtraData()
|