Home
last modified time | relevance | path

Searched defs:FileDescriptorCallbacks (Results 1 – 2 of 2) sorted by relevance

/base/notification/eventhandler/interfaces/kits/native/
Dnative_interface_eventhandler.h59 struct FileDescriptorCallbacks { struct
61 FileFDCallback readableCallback_;
63 FileFDCallback writableCallback_;
65 FileFDCallback shutdownCallback_;
67 FileFDCallback exceptionCallback_;
/base/notification/eventhandler/frameworks/eventhandler/src/
Dnative_implement_eventhandler.cpp27 struct FileDescriptorCallbacks { struct
36 …explicit NativeFileDescriptorListener(const struct FileDescriptorCallbacks *fileDescriptorCallback… in NativeFileDescriptorListener() argument