Home
last modified time | relevance | path

Searched refs:Unpin (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_seek.rs47 T: DerefMut<Target = dyn AsyncSeek> + Unpin,
58 impl<T: AsyncSeek + Unpin + ?Sized> AsyncSeek for Box<T> {
68 impl<T: AsyncSeek + Unpin + ?Sized> AsyncSeek for &mut T {
102 Self: Unpin, in seek()
140 Self: Unpin, in rewind() argument
171 Self: Unpin, in stream_position() argument
H A Dwrite_task.rs41 W: AsyncWrite + Unpin,
54 W: AsyncWrite + Unpin,
81 W: AsyncWrite + Unpin,
94 W: AsyncWrite + Unpin,
122 W: AsyncWrite + Unpin,
136 W: AsyncWrite + Unpin,
163 W: AsyncWrite + Unpin,
173 W: AsyncWrite + Unpin + ?Sized,
188 W: AsyncWrite + Unpin,
198 W: AsyncWrite + Unpin + ?Sized,
H A Dasync_write.rs139 impl<T: AsyncWrite + Unpin + ?Sized> AsyncWrite for Box<T> {
143 impl<T: AsyncWrite + Unpin + ?Sized> AsyncWrite for &mut T {
149 T: DerefMut<Target = dyn AsyncWrite> + Unpin,
208 Self: Unpin, in write() argument
235 Self: Unpin, in write_vectored() argument
257 Self: Unpin, in write_all() argument
276 Self: Unpin, in flush() argument
292 Self: Unpin, in shutdown() argument
H A Dasync_buf_read.rs51 impl<T: AsyncBufRead + Unpin + ?Sized> AsyncBufRead for Box<T> {
62 impl<T: AsyncBufRead + Unpin + ?Sized> AsyncBufRead for &mut T {
75 T: DerefMut + Unpin,
108 Self: Unpin, in read_until() argument
127 Self: Unpin, in read_line() argument
144 Self: Sized + Unpin, in split()
H A Dread_task.rs57 R: AsyncRead + Unpin,
97 fn poll_read_to_end<R: AsyncRead + Unpin>( in poll_read_to_end()
135 R: AsyncRead + Unpin,
207 R: AsyncRead + Unpin,
242 R: AsyncRead + Unpin,
292 fn poll_read_until<R: AsyncBufRead + Unpin>( in poll_read_until()
326 R: AsyncBufRead + Unpin,
362 R: AsyncBufRead + Unpin,
390 R: AsyncBufRead + Unpin,
448 R: AsyncBufRead + Unpin,
H A Dasync_read.rs49 impl<T: AsyncRead + Unpin + ?Sized> AsyncRead for Box<T> {
60 impl<T: AsyncRead + Unpin + ?Sized> AsyncRead for &mut T {
73 T: DerefMut + Unpin,
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Doperator.rs84 Self: Unpin + Sized + 'a + 'b, in download()
95 Self: Unpin + Sized + 'a, in progress()
107 T: DownloadOperator + Unpin,
135 T: DownloadOperator + Unpin + 'a,
154 T: DownloadOperator + Unpin + 'a,
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmod.rs96 impl<R: AsyncRead + Unpin> Uploader<R, Console> {
128 R: AsyncRead + Unpin,
129 T: UploadOperator + Unpin,
172 R: AsyncRead + Send + Sync + Unpin + 'static,
173 U: UploadOperator + Unpin + Send + Sync + 'static,
H A Doperator.rs67 Self: Unpin + Sized + 'a, in progress()
79 T: UploadOperator + Unpin,
100 T: UploadOperator + Unpin + 'a,
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_mem_base.cpp93 Unpin(); in BeginRead()
101 Unpin(); in EndRead()
138 Unpin(); in BeginWrite()
145 Unpin(); in EndWrite()
219 bool PurgeableMemBase::Unpin() in Unpin() function in OHOS::PurgeableMem::PurgeableMemBase
H A Dpurgeable_ashmem.cpp140 Unpin(); in CreatePurgeableData()
160 bool PurgeableAshMem::Unpin() in Unpin() function in OHOS::PurgeableMem::PurgeableAshMem
240 Unpin(); in ChangeAshmemData()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Doperator.rs52 Self: Unpin + Sized + 'a + 'b, in download()
66 Self: Unpin + Sized + 'a, in progress()
78 T: DownloadOperator + Unpin,
105 T: DownloadOperator + Unpin + 'a + 'b,
123 T: DownloadOperator + Unpin + 'a,
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp1.rs42 S: AsyncRead + AsyncWrite + ConnInfo + Sync + Send + Unpin + 'static, in request()
98 S: AsyncRead + AsyncWrite + Sync + Send + Unpin + 'static, in encode_various_body()
142 S: AsyncRead + AsyncWrite + ConnInfo + Sync + Send + Unpin + 'static, in encode_request_part()
176 S: AsyncRead + AsyncWrite + ConnInfo + Sync + Send + Unpin + 'static, in decode_response()
230 S: AsyncRead + AsyncWrite + Sync + Send + Unpin + 'static, in encode_body()
280 impl<S: AsyncRead + Unpin> AsyncRead for Http1Conn<S> {
290 impl<S: AsyncRead + Unpin> StreamData for Http1Conn<S> {
H A Dhttp2.rs45 S: Sync + Send + Unpin + 'static, in request()
71 S: Sync + Send + Unpin + 'static, in frame_2_response()
228 S: Sync + Send + Unpin + 'static,
337 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> {
343 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> {
H A Dmod.rs36 S: AsyncRead + AsyncWrite + ConnInfo + Sync + Send + Unpin + 'static, in request()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Dmod.rs95 impl<R: ReusableReader + Unpin> Uploader<R, Console> {
128 R: ReusableReader + Unpin,
129 T: UploadOperator + Unpin,
166 R: ReusableReader + Unpin,
167 T: UploadOperator + Unpin + Sync,
180 impl<T: UploadOperator + Unpin + Sync> MultiPartBase for Uploader<MultiPart, T> {
H A Doperator.rs65 Self: Unpin + Sized + 'a, in progress()
77 T: UploadOperator + Unpin,
98 T: UploadOperator + Unpin + 'a,
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Drequest.rs259 Stream(Box<dyn ReusableReader + Send + Sync + Unpin>),
260 Multipart(Box<dyn MultiPartBase + Send + Sync + Unpin>),
308 T: ReusableReader + Send + Sync + Unpin + 'static, in stream()
311 Box::new(stream) as Box<dyn ReusableReader + Send + Sync + Unpin> in stream()
331 T: MultiPartBase + Send + Sync + Unpin + 'static, in multipart()
334 Box::new(stream) as Box<dyn MultiPartBase + Send + Sync + Unpin> in multipart()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dmod.rs220 pub trait Body: Unpin + Sized {
497 pub struct FromAsyncReader<T: AsyncRead + Unpin + Send + Sync> {
501 impl<T: AsyncRead + Unpin + Send + Sync> FromAsyncReader<T> {
507 impl<T: AsyncRead + Unpin + Send + Sync> Deref for FromAsyncReader<T> {
515 impl<T: AsyncRead + Unpin + Send + Sync> DerefMut for FromAsyncReader<T> {
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dstream.rs39 T: AsyncRead + AsyncWrite + Unpin,
53 T: AsyncRead + AsyncWrite + Unpin,
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dmix.rs30 T: AsyncRead + AsyncWrite + Unpin,
47 T: AsyncRead + AsyncWrite + Unpin,
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dtry_join3.rs78 impl<F: Future + Unpin> Unpin for FutureDone<F> {}
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
H A Dpurgeable_mem.h38 bool Unpin() override;
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dfutures.rs26 impl<F> Unpin for PollFn<F> {}
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dinput.rs69 impl<S: AsyncWrite + Unpin + Sync + Send + 'static> Future for SendData<S> {
117 impl<S: AsyncWrite + Unpin + Sync + Send + 'static> SendData<S> {

12