/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | pool.rs | 93 ) -> Result<Conn<S>, HttpClientError> in conn() 114 async fn conn_h1<C>(&self, connector: Arc<C>, url: &Uri) -> Result<Conn<S>, HttpClientError> in conn_h1() 131 ) -> Result<Conn<S>, HttpClientError> in conn_h2() 167 ) -> Result<Conn<S>, HttpClientError> in conn_negotiate() 206 fn dispatch_h1_conn(&self, dispatcher: ConnDispatcher<S>) -> Conn<S> { in dispatch_h1_conn() 218 stream: S, in dispatch_h2_conn() 219 lock: &mut crate::runtime::MutexGuard<Vec<ConnDispatcher<S>>>, in dispatch_h2_conn() 220 ) -> Conn<S> { in dispatch_h2_conn() 227 fn exist_h1_conn(&self) -> Option<Conn<S>> { in exist_h1_conn() 247 lock: &mut crate::runtime::MutexGuard<Vec<ConnDispatcher<S>>>, in exist_h2_conn() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http1.rs | 38 mut conn: Http1Conn<S>, in request() 94 conn: &mut Http1Conn<S>, in encode_various_body() 138 conn: &mut Http1Conn<S>, in encode_request_part() 172 conn: Http1Conn<S>, in decode_response() 223 async fn encode_body<S, T>( in encode_body() 224 conn: &mut Http1Conn<S>, in encode_body() 253 fn read_body_result<S, T>( in read_body_result() 254 conn: &mut Http1Conn<S>, in read_body_result()
|
H A D | mod.rs | 34 pub(crate) async fn request<S>(conn: Conn<S>, message: Message) -> Result<Response, HttpClientError> in request()
|
H A D | http2.rs | 41 mut conn: Http2Conn<S>, in request() 66 conn: Http2Conn<S>, in frame_2_response() 241 text_io: &mut TextIo<S>, in match_channel_message() 287 text_io: &mut TextIo<S>, in end_read() 305 text_io: &mut TextIo<S>, in read_remaining_data()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/ |
H A D | mod.rs | 28 pub(crate) fn request<S, T>( in request() 29 conn: Conn<S>, in request()
|
H A D | http1.rs | 28 pub(crate) fn request<S, T>( in request() 29 mut conn: Http1Conn<S>, in request()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | pool.rs | 72 fn conn<F, E>(&self, connect_fn: F) -> Result<Conn<S>, HttpClientError> in conn() 74 F: FnOnce() -> Result<S, E>, in conn()
|
/ohos5.0/docs/zh-cn/ |
H A D | glossary.md | 104 ## S section
|
/ohos5.0/docs/en/ |
H A D | glossary.md | 104 ## S section
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
H A D | c_ssl_stream.rs | 45 fn get_pin_mut(self: Pin<&mut Self>) -> Pin<&mut S> { in get_pin_mut() 62 stream: S, in new()
|
H A D | wrapper.rs | 34 unsafe fn inner(&mut self) -> (Pin<&mut S>, &mut Context<'_>) { in inner()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | bio.rs | 134 unsafe fn get_state<'a, S: 'a>(bio: *mut BIO) -> &'a mut StreamState<S> { in get_state() argument 148 pub(crate) unsafe fn get_stream_ref<'a, S: 'a>(bio: *mut BIO) -> &'a S { in get_stream_ref() argument 153 pub(crate) unsafe fn get_stream_mut<'a, S: 'a>(bio: *mut BIO) -> &'a mut S { in get_stream_mut() argument
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | stream.rs | 79 pub(crate) fn get_ref(&self) -> &S { in get_ref() 86 pub(crate) fn get_mut(&mut self) -> &mut S { in get_mut() 143 stream: S, in new_base()
|
H A D | ssl_base.rs | 62 pub(crate) fn connect<S>(self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in connect()
|
H A D | error.rs | 152 fn from(e: ErrorStack) -> HandshakeError<S> { in from()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | mod.rs | 99 scheduler: Weak<S>, in create_task() 116 scheduler: Weak<S>, in create_raw_task()
|
H A D | raw.rs | 447 scheduler: Weak<S>, in new() 473 pub(crate) fn inner(&self) -> &Inner<T, S> { in inner() argument
|
H A D | task_handle.rs | 49 fn inner(&self) -> &Inner<T, S> { in inner() argument
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/ |
H A D | poll.rs | 42 pub fn register<S>(&self, source: &mut S, token: Token, interests: Interest) -> io::Result<()> in register()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | call_context.h | 188 BASE_NS::array_view<BASE_NS::string_view> ParamNameToView(BASE_NS::string_view (&arr)[S]) in ParamNameToView()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | input.rs | 121 writer: WriteHalf<S>, in new()
|
H A D | output.rs | 64 reader: ReadHalf<S>, in new()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/ |
H A D | camera_ability_const.h | 148 …const camera_metadata_item_t& item, const std::unordered_map<S, T>& map, std::vector<T>& validMode… in g_transformValidData()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | dispatcher.rs | 130 pub(crate) fn raw_mut(&mut self) -> &mut S { in raw_mut() 333 io: S, in launch()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/ |
H A D | command.rs | 178 pub fn envs<I, S, V>(&mut self, vars: I) -> &mut Command in envs() argument
|