Home
last modified time | relevance | path

Searched refs:method_ (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_request.cpp22 FetchRequest::FetchRequest() : method_(FetchConstant::HTTP_METHOD_GET) in FetchRequest()
34 method_ = method; in SetMethod()
54 return method_; in GetMethod()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Drequest_data.h57 return method_; in GetMethod()
62 method_ = method; in SetMethod()
79 std::string method_; member in OHOS::Ace::RequestData
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_request.cpp34 : method_(HttpConstant::HTTP_METHOD_GET), in HttpClientRequest()
72 method_ = method; in SetMethod()
125 return method_; in GetMethod()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_request.h32 : cSeq_(cseq), method_(method), url_(url){}; in RtspRequest()
37 method_ = method; in SetMethod()
41 std::string GetMethod() const { return method_; } in GetMethod()
110 std::string method_; member in OHOS::Sharing::RtspRequest
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp24 : method_(HTTP_METHOD_GET), in HttpRequest()
44 method_ = method; in SetMethod()
84 return method_; in GetMethod()
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp32 : method_(HttpConstant::HTTP_METHOD_GET), in HttpRequestOptions()
53 method_ = method; in SetMethod()
93 return method_; in GetMethod()
/foundation/communication/netstack/frameworks/js/napi/fetch/options/include/
H A Dfetch_request.h48 std::string method_; member in OHOS::NetStack::Fetch::final
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_request.cpp26 ss << method_ << RTSP_SP << url_ << RTSP_SP << RTSP_VERSION << RTSP_CRLF; in Stringify()
74 method_ = firstLine[0]; in Parse()
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dm3u8_unit_test.cpp195 EXPECT_EQ(*m3u8.method_, "AES-128"); in HWTEST_F()
224 EXPECT_EQ(m3u8.method_, nullptr); in HWTEST_F()
421 // 验证 method_, keyUri_ 和 iv_ 是否正确设置 in HWTEST_F()
423 ASSERT_EQ(*(testM3u8->method_), *testStr); in HWTEST_F()
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_request.h218 std::string method_; member in OHOS::NetStack::HttpClient::HttpClientRequest
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h134 std::string method_; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h148 std::string method_; member in OHOS::NetStack::Http::final
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp647 if (method_ == DOM_FOCUS) { in Execute()
653 declaration->CallMethod(method_, param_); in Execute()
655 node->CallMethod(method_, param_); in Execute()
H A Djs_command.h311 : nodeId_(nodeId), method_(method), param_(param) in JsCommandCallDomElementMethod()
319 std::string method_; member in OHOS::Ace::Framework::final
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.h99 std::shared_ptr<std::string> method_; member
H A Dm3u8.cpp261 method_ = std::make_shared<std::string>(methodAttribute->QuotedString()); in ParseKey()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h351 : headers_(headers), method_(method), url_(url), hasGesture_(hasGesture), isMainFrame_(isMainFrame), in WebRequest()
363 return method_; in GetMethod()
388 std::string method_; member in OHOS::Ace::NativeEmbedStatus::WebRequest

Completed in 16 milliseconds