Home
last modified time | relevance | path

Searched refs:HandleFileDescriptorEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue.cpp73 …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 Ddeamon_io_waiter.cpp150 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 Ddeamon_io_waiter.h63 LOCAL_API void HandleFileDescriptorEvent(int32_t fileDescriptor, uint32_t events);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp93 …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 Devent_queue.h233 void HandleFileDescriptorEvent(int32_t fileDescriptor, uint32_t events);
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h355 void HandleFileDescriptorEvent(int32_t fileDescriptor, uint32_t events, const std::string &name,