Searched refs:InsertFileDescriptorMap (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | epoll_io_waiter.cpp | 236 InsertFileDescriptorMap(fileDescriptor, taskName, priority, listener); in AddFileDescriptor() 284 void EpollIoWaiter::InsertFileDescriptorMap(int32_t fileDescriptor, const std::string& taskName, in InsertFileDescriptorMap() function in OHOS::AppExecFwk::EpollIoWaiter
|
H A D | deamon_io_waiter.cpp | 320 InsertFileDescriptorMap(fileDescriptor, taskName, priority, listener); in AddFileDescriptor() 364 void DeamonIoWaiter::InsertFileDescriptorMap(int32_t fileDescriptor, const std::string& taskName, in InsertFileDescriptorMap() function in OHOS::AppExecFwk::DeamonIoWaiter
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | deamon_io_waiter.h | 59 LOCAL_API void InsertFileDescriptorMap(int32_t fileDescriptor, const std::string& taskName,
|
H A D | epoll_io_waiter.h | 59 LOCAL_API void InsertFileDescriptorMap(int32_t fileDescriptor, const std::string& taskName,
|