/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_engine_prefetch_args_impl.cpp | 30 ArkWebString ArkWebEnginePrefetchArgsImpl::GetMethod() in GetMethod() function in OHOS::ArkWeb::ArkWebEnginePrefetchArgsImpl 32 return ArkWebStringClassToStruct(nweb_engine_pre_args_->GetMethod()); in GetMethod()
|
H A D | ark_web_engine_prefetch_args_impl.h | 34 ArkWebString GetMethod() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_engine_prefetch_args_wrapper.cpp | 36 std::string ArkWebEnginePrefetchArgsWrapper::GetMethod() in GetMethod() function in OHOS::ArkWeb::ArkWebEnginePrefetchArgsWrapper 38 ArkWebString stMethod = ark_web_engine_pre_args_->GetMethod(); in GetMethod()
|
H A D | ark_web_engine_prefetch_args_wrapper.h | 32 std::string GetMethod() override;
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/ |
H A D | fetch_context.cpp | 42 if (request.GetMethod().empty()) { in ParseParams() 110 if (FetchExec::MethodForGet(request.GetMethod())) { in ParseData() 113 if (FetchExec::MethodForPost(request.GetMethod())) { in ParseData() 117 …NETSTACK_LOGE("ParseData failed, method is not supported %{public}s", request.GetMethod().c_str()); in ParseData()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/ |
H A D | sa_ts_code_emitter.cpp | 27 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in CheckInterfaceType() 92 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceMethodCommands() 102 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceImports()
|
H A D | sa_ts_interface_code_emitter.cpp | 70 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceDefinition() 76 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceDefinition()
|
H A D | sa_ts_service_stub_code_emitter.cpp | 91 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceStubMethodImpls() 105 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceStubMethodImpls()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/ |
H A D | sa_rust_interface_code_emitter.cpp | 180 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitCommands() 231 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitBrokers() 300 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in AddRemoteRequestMethods() 343 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitStub() 377 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitProxy()
|
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/ |
H A D | HttpClientRequestTest.cpp | 90 string method = req.GetMethod(); 98 string method = req.GetMethod(); 107 string method = req.GetMethod();
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_engine_prefetch_args.h | 32 virtual ArkWebString GetMethod() = 0;
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | fetch_module.cpp | 80 HTTP_REQUEST_INFO("request method is %s", req->GetMethod().c_str()); in JsObjectToRequestData() 166 if (MethodForGet(requestData->GetMethod())) { in ParseExtraData() 210 if (MethodForPost(requestData->GetMethod())) { in ParseExtraData()
|
H A D | request_data.cpp | 64 const std::string &RequestData::GetMethod() const in GetMethod() function in OHOS::ACELite::RequestData
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/ |
H A D | sa_cpp_client_proxy_code_emitter.cpp | 102 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceProxyAddCacheAbleAPI() 138 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceProxyUnRegisterDeathRecipient() 172 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceProxyMethodDecls() 255 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceProxyMethodImpls()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/options/include/ |
H A D | fetch_request.h | 37 [[nodiscard]] const std::string &GetMethod() const;
|
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 309 auto method = request_.GetMethod(); in SetCurlOptions() 322 … NETSTACK_CURL_EASY_SET_OPTION(curlHandle_, CURLOPT_CUSTOMREQUEST, request_.GetMethod().c_str()); in SetCurlOptions() 576 auto method = request_.GetMethod(); in GetSizeFromCurl() 631 request_.GetMethod().c_str()); in DumpHttpPerformance()
|
/ohos5.0/foundation/ability/idl_tool/ast/ |
H A D | ast_interface_type.h | 56 AutoPtr<ASTMethod> GetMethod(size_t index);
|
H A D | ast_interface_type.cpp | 38 AutoPtr<ASTMethod> ASTInterfaceType::GetMethod(size_t index) in GetMethod() function in OHOS::Idl::ASTInterfaceType
|
/ohos5.0/base/location/frameworks/native/fence_extension_ability/src/ |
H A D | js_fence_extension.cpp | 209 ::napi_value method = GetMethod(jsRuntime_, jsObj_, "onDestroy"); in OnStop() 284 ::napi_value method = GetMethod(jsRuntime_, jsObj_, "onFenceStatusChange"); in CallToUiThread() 355 ::napi_value JsFenceExtension::GetMethod( in GetMethod() function in OHOS::Location::JsFenceExtension
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/ |
H A D | fetch_request.cpp | 52 const std::string &FetchRequest::GetMethod() const in GetMethod() function in OHOS::NetStack::Fetch::FetchRequest
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_cache_strategy.cpp | 40 return requestOptions_.GetMethod() == HTTP_METHOD_GET || in CouldUseCache() 41 requestOptions_.GetMethod() == HTTP_METHOD_HEAD || in CouldUseCache()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
H A D | http_cache_strategy.cpp | 43 return requestOptions_.GetMethod() == HttpConstant::HTTP_METHOD_GET || in CouldUseCache() 44 requestOptions_.GetMethod() == HttpConstant::HTTP_METHOD_HEAD || in CouldUseCache()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/ |
H A D | request_data.h | 42 [[nodiscard]] const std::string &GetMethod() const;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | request_data.h | 55 const std::string GetMethod() const in GetMethod() function
|
/ohos5.0/base/location/frameworks/native/fence_extension_ability/include/ |
H A D | js_fence_extension.h | 119 ::napi_value GetMethod(
|