Home
last modified time | relevance | path

Searched defs:Stream (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dconnector.rs24 type Stream: Read + Write + 'static; typedef
29 fn connect(&self, uri: &Uri) -> Result<Self::Stream, Self::Error>; in connect()
62 type Stream = TcpStream; typedef
65 fn connect(&self, uri: &Uri) -> Result<Self::Stream, Self::Error> { in connect()
87 type Stream = MixStream<TcpStream>; typedef
90 fn connect(&self, uri: &Uri) -> Result<Self::Stream, Self::Error> { in connect()
H A Dpool.rs39 pub(crate) fn connect_to(&self, uri: Uri) -> Result<Conn<C::Stream>, HttpClientError> { in connect_to()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs46 pub(crate) async fn connect_to(&self, uri: &Uri) -> Result<Conn<C::Stream>, HttpClientError> { in connect_to()
95 C: Connector<Stream = S>, in conn()
116 C: Connector<Stream = S>, in conn_h1()
133 C: Connector<Stream = S>, in conn_h2()
169 C: Connector<Stream = S>, in conn_negotiate()
H A Drequest.rs259 Stream(Box<dyn ReusableReader + Send + Sync + Unpin>), enumerator
H A Dclient.rs192 async fn connect_to(&self, uri: &Uri) -> Result<Conn<C::Stream>, HttpClientError> { in connect_to()
206 conn: Conn<C::Stream>, in send_request_on_conn()
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dlog.h32 std::stringstream& Stream() in Stream() function
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs35 type Stream: AsyncRead + AsyncWrite + ConnInfo + Unpin + Sync + Send + 'static; typedef
140 type Stream = HttpStream<TcpStream>; typedef
196 type Stream = HttpStream<MixStream<TcpStream>>; typedef
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs115 pub(crate) struct Stream { struct
730 impl Stream { implementation
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_effect.h161 struct Stream { struct
164 std::vector<StreamEffectMode> streamEffectMode; argument
168 std::vector<Stream> stream; argument
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs443 Stream(Pin<Box<dyn AsyncRead + Send + Sync>>), enumerator
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-fileio.md3270 ## Stream section
H A Djs-apis-file-fs.md4558 ## Stream section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-fileio.md3270 ## Stream section
H A Djs-apis-file-fs.md4554 ## Stream section
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs504 Stream(Box<dyn ReusableReader + Send + Sync + Unpin>), enumerator