Home
last modified time | relevance | path

Searched defs:FileDescriptorCallbacks (Results 1 – 3 of 3) 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
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_test.cpp38 struct FileDescriptorCallbacks { struct
39 FileFDCallback readableCallback_;
40 FileFDCallback writableCallback_;
41 FileFDCallback shutdownCallback_;
42 FileFDCallback exceptionCallback_;