/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/ |
H A D | fetch_request.cpp | 22 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 D | request_data.h | 57 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 D | http_client_request.cpp | 34 : 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 D | rtsp_request.h | 32 : 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 D | net_http_request.cpp | 24 : 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 D | http_request_options.cpp | 32 : 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 D | fetch_request.h | 48 std::string method_; member in OHOS::NetStack::Fetch::final
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_request.cpp | 26 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 D | m3u8_unit_test.cpp | 195 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 D | http_client_request.h | 218 std::string method_; member in OHOS::NetStack::HttpClient::HttpClientRequest
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_request.h | 134 std::string method_; member in OHOS::NetStack::Http::final
|
/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_request_options.h | 148 std::string method_; member in OHOS::NetStack::Http::final
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.cpp | 647 if (method_ == DOM_FOCUS) { in Execute() 653 declaration->CallMethod(method_, param_); in Execute() 655 node->CallMethod(method_, param_); in Execute()
|
H A D | js_command.h | 311 : 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 D | m3u8.h | 99 std::shared_ptr<std::string> method_; member
|
H A D | m3u8.cpp | 261 method_ = std::make_shared<std::string>(methodAttribute->QuotedString()); in ParseKey()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 351 : 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
|