Home
last modified time | relevance | path

Searched defs:polling (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_zone_manager.cpp120 for (auto &polling : pollingMap_) { in UpdateThermalZoneData() local
140 for (auto &polling : pollingMap_) { in CalculateMaxCd() local
152 for (auto &polling : pollingMap_) { in CalculateMaxCd() local
202 for (auto &polling : pollingMap_) { in ReportThermalZoneData() local
235 for (auto &polling : pollingMap_) { in GetCallbackInfo() local
256 for (auto &polling : pollingMap_) { in DumpPollingInfo() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_select.cpp37 int EventLoopSelect::Prepare(const std::set<EventImpl *> &polling) in Prepare()
58 int EventLoopSelect::Exit(const std::set<EventImpl *> &polling) in Exit()
H A Devent_loop_epoll.cpp78 int EventLoopEpoll::Prepare(const std::set<EventImpl *> &polling) in Prepare()
141 int EventLoopEpoll::Exit(const std::set<EventImpl *> &polling) in Exit()
H A Devent_loop_impl.cpp562 std::set<EventImpl *> polling = std::move(polling_); in CleanLoop() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs84 polling: AtomicBool, field