Searched refs:Poll (Results 1 – 10 of 10) sorted by relevance
/base/request/request/services/service/rust/src/ |
D | request_task.rs | 27 use std::task::{Context, Poll}; 104 fn poll_progress_common(&self, _cx: &mut Context<'_>) -> Poll<Result<(), HttpClientError>> { in poll_progress_common() 110 return Poll::Ready(Err(HttpClientError::user_aborted())); in poll_progress_common() 129 Poll::Ready(Ok(())) in poll_progress_common() 138 ) -> Poll<Result<usize, HttpClientError>> { in poll_write_partial_file() 143 return Poll::Ready(Ok(data_size)); in poll_write_partial_file() 152 return Poll::Ready(Err(HttpClientError::user_aborted())); in poll_write_partial_file() 167 ) -> Poll<Result<usize, HttpClientError>> { in poll_write_file() 171 Poll::Ready(Ok(size)) => { in poll_write_file() 174 Poll::Ready(Ok(size + skip_size)) in poll_write_file() [all …]
|
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/ |
D | socket_server.h | 39 int Poll(short inEvent, short& outEvent, const std::chrono::milliseconds& timeout);
|
D | socket.h | 37 int Poll();
|
/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
D | seq_packet_socket_server.cpp | 47 auto pollResult = Poll(POLLIN, outEvent, ms); in AcceptingLoop()
|
D | socket_server.cpp | 88 int SocketServer::Poll(short inEvent, short& outEvent, const std::chrono::milliseconds& timeout) in Poll() function in OHOS::HiviewDFX::SocketServer
|
D | socket.cpp | 77 int Socket::Poll() in Poll() function in OHOS::HiviewDFX::Socket
|
/base/hiviewdfx/hiview/ |
D | hiview_zh.md | 428 /* 返回Poll类型 */
|
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest004/ |
D | last_kmsg | 1631 <14>[ 40.154494] [pid=240][PLUGIN][INFO][init_context.c:223]Poll sub init timeout, sub init 0 exit
|
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest008/ |
D | last_kmsg | 1631 <14>[ 40.154494] [pid=240][PLUGIN][INFO][init_context.c:223]Poll sub init timeout, sub init 0 exit
|
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest005/ |
D | last_kmsg | 1631 <14>[ 40.154494] [pid=240][PLUGIN][INFO][init_context.c:223]Poll sub init timeout, sub init 0 exit
|