/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | connector.rs | 24 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 D | pool.rs | 39 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 D | pool.rs | 46 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 D | request.rs | 259 Stream(Box<dyn ReusableReader + Send + Sync + Unpin>), enumerator
|
H A D | client.rs | 192 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 D | log.h | 32 std::stringstream& Stream() in Stream() function
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
H A D | mod.rs | 35 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 D | streams.rs | 115 pub(crate) struct Stream { struct 730 impl Stream { implementation
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_effect.h | 161 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 D | multipart.rs | 443 Stream(Pin<Box<dyn AsyncRead + Send + Sync>>), enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-fileio.md | 3270 ## Stream section
|
H A D | js-apis-file-fs.md | 4558 ## Stream section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-fileio.md | 3270 ## Stream section
|
H A D | js-apis-file-fs.md | 4554 ## Stream section
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
H A D | simple.rs | 504 Stream(Box<dyn ReusableReader + Send + Sync + Unpin>), enumerator
|