Home
last modified time | relevance | path

Searched refs:InvokePollCb (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dffrt_descriptor_listener.cpp30 InvokePollCb(EPOLLIN); in OnReadable()
39 InvokePollCb(EPOLLOUT); in OnWritable()
49 InvokePollCb(EPOLLHUP); in OnShutdown()
59 InvokePollCb(EPOLLERR); in OnException()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Dffrt_descriptor_listener.h46 void InvokePollCb(uint32_t events) in InvokePollCb() function