/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/ |
H A D | poll.rs | 20 pub struct Poll { struct 24 impl Poll { impl 64 impl std::fmt::Debug for Poll { implementation
|
H A D | waker.rs | 27 pub fn new(poll: &Poll, token: Token) -> io::Result<Self> { in new()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/ |
H A D | mod.rs | 147 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_recv()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_select.cpp | 43 int EventLoopSelect::Poll(EventTime sleepTime) in Poll() function in DistributedDB::EventLoopSelect
|
H A D | event_loop_epoll.cpp | 88 int EventLoopEpoll::Poll(EventTime sleepTime) in Poll() function in DistributedDB::EventLoopEpoll
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | kernel_interface_adapter.h | 35 virtual int Poll(struct pollfd* const fds, nfds_t fdCount, int timeout) { return 0; }; in Poll() function
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
H A D | socket_server.cpp | 88 int SocketServer::Poll(short inEvent, short& outEvent, const std::chrono::milliseconds& timeout) in Poll() function in OHOS::HiviewDFX::SocketServer
|
H A D | socket.cpp | 77 int Socket::Poll() in Poll() function in OHOS::HiviewDFX::Socket
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netsys_tcp_client.c | 60 int64_t Poll(int sock, short event, int *retry) in Poll() function
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | stdio.rs | 24 Poll(JoinHandle<(io::Result<usize>, BufInner, T)>), enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | manager.rs | 722 fn poll_blocked_frames(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_blocked_frames()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | dispatcher.rs | 501 ) -> Poll<()> { in poll_blocked_message()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/ |
H A D | audio_capturer_source.cpp | 225 int32_t Poll(char *frame, uint64_t requestBytes, uint64_t &replyBytes, uint64_t &noStart) in Poll() function in OHOS::AudioStandard::AudioCapturerSourceWakeup::WakeupBuffer
|