Home
last modified time | relevance | path

Searched refs:FileFDCallback (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Dnative_implement_eventhandler.cpp28 const FileFDCallback readableCallback_;
29 const FileFDCallback writableCallback_;
30 const FileFDCallback shutdownCallback_;
31 const FileFDCallback exceptionCallback_;
109 FileFDCallback onReadableCallback_ = nullptr;
110 FileFDCallback onWritableCallback_ = nullptr;
111 FileFDCallback onShutdownCallback_ = nullptr;
112 FileFDCallback onExceptionCallback_ = nullptr;
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dnative_implement_eventhandler.cpp28 const FileFDCallback readableCallback_;
29 const FileFDCallback writableCallback_;
30 const FileFDCallback shutdownCallback_;
31 const FileFDCallback exceptionCallback_;
109 FileFDCallback onReadableCallback_ = nullptr;
110 FileFDCallback onWritableCallback_ = nullptr;
111 FileFDCallback onShutdownCallback_ = nullptr;
112 FileFDCallback onExceptionCallback_ = nullptr;
/ohos5.0/base/notification/eventhandler/interfaces/kits/native/
H A Dnative_interface_eventhandler.h49 using FileFDCallback = void (*)(int); variable
61 FileFDCallback readableCallback_;
63 FileFDCallback writableCallback_;
65 FileFDCallback shutdownCallback_;
67 FileFDCallback exceptionCallback_;
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp36 typedef void (*FileFDCallback)(int32_t filedescriptor); typedef
39 FileFDCallback readableCallback_;
40 FileFDCallback writableCallback_;
41 FileFDCallback shutdownCallback_;
42 FileFDCallback exceptionCallback_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dnative_implement_eventhandler.h25 typedef void (*FileFDCallback)(int32_t filedescriptor); typedef
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Dnative_implement_eventhandler.h25 typedef void (*FileFDCallback)(int32_t filedescriptor); typedef