Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 3 of 3) sorted by relevance

/base/startup/init/interfaces/innerkits/fd_holder/
Dfd_holder.c47 STATIC int BuildSendData(char *buffer, size_t size, const char *serviceName, bool hold, bool poll) in BuildSendData()
/base/update/update_app/common/src/main/ets/manager/
DUpdateManager.ts538 private poll(): void { method in MessageQueue
/base/msdp/device_status/rust/modules/scheduler/sys/src/
Dscheduler.rs383 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> in poll() method