Home
last modified time | relevance | path

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

/foundation/appexecfwk/standard/interfaces/innerkits/eventhandler_native/eventhandler/
Dnative_interface_eventhandler.h59 struct FileDescriptorCallbacks { struct
61 FileFDCallback readableCallback_;
63 FileFDCallback writableCallback_;
65 FileFDCallback shutdownCallback_;
67 FileFDCallback exceptionCallback_;
/foundation/appexecfwk/standard/libs/libeventhandler/src/
Dnative_implement_eventhandler.cpp20 struct FileDescriptorCallbacks { struct
29 …explicit NativeFileDescriptorListener(const struct FileDescriptorCallbacks *fileDescriptorCallback… in NativeFileDescriptorListener() argument