Home
last modified time | relevance | path

Searched refs:set_method (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dpseudo.rs82 pub fn set_method(&mut self, method: Option<String>) { in set_method() method
290 pseudo.set_method(Some(String::from("method"))); in ut_pseudo_headers_set_method()
293 pseudo.set_method(None); in ut_pseudo_headers_set_method()
H A Dparts.rs51 Header::Method => self.pseudo.set_method(Some(value)), in update()
H A Dencoder.rs1381 new_parts.pseudo.set_method(Some("GET".to_string())); in ut_headers_frame_encoding()
1539 new_parts.pseudo.set_method(Some("GET".to_string())); in ut_continue_frame_encoding()
1839 new_parts.pseudo.set_method(Some("GET".to_string())); in ut_encode_continuation_frames()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dpseudo.rs81 pub fn set_method(&mut self, method: Option<String>) { in set_method() method
289 pseudo.set_method(Some(String::from("method"))); in ut_pseudo_headers_set_method()
292 pseudo.set_method(None); in ut_pseudo_headers_set_method()
H A Dparts.rs53 Field::Method => self.pseudo.set_method(Some(value)), in update()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_http_request_process_other_test.cpp386 requestData.set_method("GET"); in TEST_F()
395 requestData.set_method("GET"); in TEST_F()
405 requestData.set_method("GET"); in TEST_F()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs182 pseudo.set_method(Some(String::from(request_part.method.as_str()))); in build_pseudo_headers()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.cpp684 webDownloadPb.set_method(webDownloadItem->method); in SetWebDownloadPb()