| /foundation/communication/netstack/test/unittest/http_client/ |
| D | HttpClientRequestTest.cpp | 90 string method = req.GetMethod(); variable 98 string method = req.GetMethod(); variable 106 string method = req.GetMethod(); variable 269 bool method = req.MethodForGet(""); variable 276 bool method = req.MethodForGet("GET"); variable 283 bool method = req.MethodForPost(""); variable 290 bool method = req.MethodForPost("POST"); variable
|
| /foundation/ability/ability_runtime/frameworks/js/napi/caller/ |
| D | caller.js | 56 call(method, data) { argument 109 callWithResult(method, data) { argument 245 callCheck(method, data) { argument 268 buildMsgData(method, data) { argument
|
| /foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
| D | napi_async_callback.h | 53 napi_ref& method; member 58 napi_ref& method; member 64 napi_ref& method; member
|
| /foundation/ability/idl_tool/ast/ |
| D | ast_interface_type.cpp | 30 void ASTInterfaceType::AddMethod(ASTMethod* method) in AddMethod() 77 for (auto method : methods_) { in Dump() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| D | class_utils.h | 19 #define DEFINE_HAS_METHOD(method) \ argument
|
| /foundation/communication/netstack/frameworks/js/builtin/fetch/include/ |
| D | request_data.h | 51 std::string method; variable
|
| /foundation/communication/netstack/frameworks/native/http/http_client/ |
| D | http_client_request.cpp | 56 bool HttpClientRequest::MethodForGet(const std::string &method) in MethodForGet() 63 bool HttpClientRequest::MethodForPost(const std::string &method) in MethodForPost() 68 void HttpClientRequest::SetMethod(const std::string &method) in SetMethod()
|
| /foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
| D | http_request_utils.cpp | 57 bool MethodForGet(const std::string &method) in MethodForGet() 64 bool MethodForPost(const std::string &method) in MethodForPost()
|
| /foundation/ability/ability_runtime/frameworks/js/napi/callee/ |
| D | callee.js | 117 on(method, callback) { argument 138 off(method) { argument
|
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| D | mock_resource_register.h | 37 …bool OnMethodCall(const std::string& method, const std::string& param, std::string& result) overri… in OnMethodCall()
|
| /foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/ |
| D | napi_callback.h | 47 napi_ref method; member
|
| /foundation/arkui/ace_engine/adapter/preview/entrance/ |
| D | ace_resource_register.cpp | 20 bool AceResourceRegister::OnMethodCall(const std::string& method, const std::string& param, std::st… in OnMethodCall()
|
| /foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
| D | napi_async_callback.cpp | 142 void NapiAsyncCallback::Call(napi_ref& method, NapiArgsGetter getter) in Call() 155 void NapiAsyncCallback::CallWithFlag(napi_ref& method, std::shared_ptr<bool> isValid, NapiArgsGette… in CallWithFlag() 169 void NapiAsyncCallback::CallWithFunc(napi_ref& method, std::shared_ptr<bool> isValid, in CallWithFunc()
|
| /foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
| D | js_screen_session.cpp | 180 auto method = jsCallbackRef->GetNapiValue(); in CallJsCallback() local 234 auto method = jsCallbackRef->GetNapiValue(); in OnSensorRotationChange() local 272 auto method = jsCallbackRef->GetNapiValue(); in OnScreenOrientationChange() local 311 auto method = jsCallbackRef->GetNapiValue(); in OnPropertyChange() local 351 auto method = jsCallbackRef->GetNapiValue(); in OnPowerStatusChange() local 390 auto method = jsCallbackRef->GetNapiValue(); in OnScreenRotationLockedChange() local
|
| /foundation/communication/wifi/wifi/frameworks/native/src/ |
| D | wifi_msg.cpp | 25 std::string WifiEapConfig::Phase2MethodToStr(const std::string& eap, const int& method) in Phase2MethodToStr()
|
| /foundation/communication/wifi/wifi/test/wifi_standard/native/ |
| D | wifi_msg_test.cpp | 47 int method = INVALID_VALUE; variable
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| D | js_ability_stage_context.cpp | 55 napi_value method = nullptr; in ConfigurationUpdated() local
|
| /foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
| D | rtsp_request.h | 31 RtspRequest(const std::string &method, int32_t cseq, const std::string &url) in RtspRequest() 35 RtspRequest &SetMethod(const std::string &method) in SetMethod() 211 RtspRequestParameter(const std::string &method, int32_t cseq, const std::string &url) in RtspRequestParameter()
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
| D | js_ability_stage_context.cpp | 42 napi_value method = nullptr; in ConfigurationUpdated() local
|
| /foundation/communication/netstack/frameworks/js/napi/fetch/options/src/ |
| D | fetch_request.cpp | 32 void FetchRequest::SetMethod(const std::string &method) in SetMethod()
|
| /foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/ |
| D | rtsp_pusher_demo.cpp | 33 rtspClient->SetOnRecvRtspPacket([&](const std::string &method, const RtspMessage &rsp) { in main()
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
| D | js_uv_queue.cpp | 178 napi_value method = entry->GetCallback(); in DoUvCallback() local 203 napi_value method = entry->GetCallback(); in DoUvPromise() local 230 napi_value method = nullptr; in GetCallback() local
|
| /foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/ |
| D | fetch_exec.cpp | 182 bool FetchExec::MethodForGet(const std::string &method) in MethodForGet() 189 bool FetchExec::MethodForPost(const std::string &method) in MethodForPost() 234 const std::string &method = context->request.GetMethod(); in SetOption() local
|
| /foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/ |
| D | request.rs | 94 pub fn method(mut self, method: Method) -> Self { in method() method 231 pub(crate) method: Method, field
|
| /foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
| D | rtsp_common.cpp | 60 bool RtspCommon::VerifyMethod(const std::string &method) in VerifyMethod() 156 const std::string &method, const std::string &url) in GenerateAuthorization()
|