Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs93 ) -> 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 Dhttp1.rs38 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 Dmod.rs34 pub(crate) async fn request<S>(conn: Conn<S>, message: Message) -> Result<Response, HttpClientError> in request()
H A Dhttp2.rs41 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 Dmod.rs28 pub(crate) fn request<S, T>( in request()
29 conn: Conn<S>, in request()
H A Dhttp1.rs28 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 Dpool.rs72 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 Dglossary.md104 ## S section
/ohos5.0/docs/en/
H A Dglossary.md104 ## S section
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dc_ssl_stream.rs45 fn get_pin_mut(self: Pin<&mut Self>) -> Pin<&mut S> { in get_pin_mut()
62 stream: S, in new()
H A Dwrapper.rs34 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 Dbio.rs134 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 Dstream.rs79 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 Dssl_base.rs62 pub(crate) fn connect<S>(self, stream: S) -> Result<SslStream<S>, HandshakeError<S>> in connect()
H A Derror.rs152 fn from(e: ErrorStack) -> HandshakeError<S> { in from()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dmod.rs99 scheduler: Weak<S>, in create_task()
116 scheduler: Weak<S>, in create_raw_task()
H A Draw.rs447 scheduler: Weak<S>, in new()
473 pub(crate) fn inner(&self) -> &Inner<T, S> { in inner() argument
H A Dtask_handle.rs49 fn inner(&self) -> &Inner<T, S> { in inner() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dpoll.rs42 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 Dcall_context.h188 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 Dinput.rs121 writer: WriteHalf<S>, in new()
H A Doutput.rs64 reader: ReadHalf<S>, in new()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability_const.h148 …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 Ddispatcher.rs130 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 Dcommand.rs178 pub fn envs<I, S, V>(&mut self, vars: I) -> &mut Command in envs() argument

12