Searched refs:HandleFileDescriptorEvent (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_queue.cpp | 73 …std::bind(&EventQueue::HandleFileDescriptorEvent, this, std::placeholders::_1, std::placeholders::… in EventQueue() 225 void EventQueue::HandleFileDescriptorEvent(int32_t fileDescriptor, uint32_t events, in HandleFileDescriptorEvent() function in OHOS::AppExecFwk::EventQueue 315 …std::bind(&EventQueue::HandleFileDescriptorEvent, this, std::placeholders::_1, std::placeholders::… in EnsureIoWaiterSupportListerningFileDescriptorLocked()
|
H A D | deamon_io_waiter.cpp | 150 void DeamonIoWaiter::HandleFileDescriptorEvent(int32_t fileDescriptor, uint32_t events) in HandleFileDescriptorEvent() function in OHOS::AppExecFwk::DeamonIoWaiter 219 HandleFileDescriptorEvent(epollEvents[i].data.fd, events); in HandleEpollEvents()
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | deamon_io_waiter.h | 63 LOCAL_API void HandleFileDescriptorEvent(int32_t fileDescriptor, uint32_t events);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_queue.cpp | 93 …std::bind(&EventQueue::HandleFileDescriptorEvent, this, std::placeholders::_1, std::placeholders::… in EventQueue() 458 void EventQueue::HandleFileDescriptorEvent(int32_t fileDescriptor, uint32_t events) in HandleFileDescriptorEvent() function in OHOS::AppExecFwk::EventQueue 529 …std::bind(&EventQueue::HandleFileDescriptorEvent, this, std::placeholders::_1, std::placeholders::… in EnsureIoWaiterSupportListerningFileDescriptorLocked()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
H A D | event_queue.h | 233 void HandleFileDescriptorEvent(int32_t fileDescriptor, uint32_t events);
|
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_queue.h | 355 void HandleFileDescriptorEvent(int32_t fileDescriptor, uint32_t events, const std::string &name,
|