Home
last modified time | relevance | path

Searched refs:Polling (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Devent_demultiplexer.h39 void Polling(int timeout);
H A Dio_event_epoll.h47 virtual ErrCode Polling(int timeout, std::vector<std::pair<int, REventId>>&);
H A Devent_reactor.cpp79 demultiplexer_->Polling(timeout); in RunLoop()
H A Dio_event_reactor.cpp290 res = backend_->Polling(timeout, gotEvents); in Run()
292 res = backend_->Polling(timeout, gotEvents); in Run()
H A Dio_event_epoll.cpp106 ErrCode IOEventEpoll::Polling(int timeout /* ms */, std::vector<std::pair<int, REventId>>& res) in Polling() function in OHOS::Utils::IOEventEpoll
H A Devent_demultiplexer.cpp104 void EventDemultiplexer::Polling(int timeout /* ms */) in Polling() function in OHOS::Utils::EventDemultiplexer
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-thermal_detection.md48 | group | interval | Polling interval, in ms (default).| int |
/ohos5.0/docs/en/device-dev/faqs/
H A Dfaqs-startup.md84 ### ueventd Service Exits Because of a Socket Polling Timeout
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-develop.md275 .pollEvent = Hi35xxPollEvent, // Polling for pending events.