Home
last modified time | relevance | path

Searched defs:Poll (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dpoll.rs20 pub struct Poll { struct
24 impl Poll { impl
64 impl std::fmt::Debug for Poll { implementation
H A Dwaker.rs27 pub fn new(poll: &Poll, token: Token) -> io::Result<Self> { in new()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/
H A Dmod.rs147 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 Devent_loop_select.cpp43 int EventLoopSelect::Poll(EventTime sleepTime) in Poll() function in DistributedDB::EventLoopSelect
H A Devent_loop_epoll.cpp88 int EventLoopEpoll::Poll(EventTime sleepTime) in Poll() function in DistributedDB::EventLoopEpoll
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dkernel_interface_adapter.h35 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 Dsocket_server.cpp88 int SocketServer::Poll(short inEvent, short& outEvent, const std::chrono::milliseconds& timeout) in Poll() function in OHOS::HiviewDFX::SocketServer
H A Dsocket.cpp77 int Socket::Poll() in Poll() function in OHOS::HiviewDFX::Socket
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_tcp_client.c60 int64_t Poll(int sock, short event, int *retry) in Poll() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dstdio.rs24 Poll(JoinHandle<(io::Result<usize>, BufInner, T)>), enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs722 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 Ddispatcher.rs501 ) -> Poll<()> { in poll_blocked_message()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp225 int32_t Poll(char *frame, uint64_t requestBytes, uint64_t &replyBytes, uint64_t &noStart) in Poll() function in OHOS::AudioStandard::AudioCapturerSourceWakeup::WakeupBuffer