Home
last modified time | relevance | path

Searched refs:FileDescriptorCallbacks (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Dnative_implement_eventhandler.cpp27 struct FileDescriptorCallbacks { struct
36 …explicit NativeFileDescriptorListener(const struct FileDescriptorCallbacks *fileDescriptorCallback… in NativeFileDescriptorListener() argument
156 int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const in AddFileDescriptorListener()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dnative_implement_eventhandler.cpp27 struct FileDescriptorCallbacks { struct
36 …explicit NativeFileDescriptorListener(const struct FileDescriptorCallbacks *fileDescriptorCallback… in NativeFileDescriptorListener() argument
156 int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const in AddFileDescriptorListener()
/ohos5.0/base/notification/eventhandler/interfaces/kits/native/
H A Dnative_interface_eventhandler.h59 struct FileDescriptorCallbacks { struct
145 unsigned int events, const FileDescriptorCallbacks *fileDescriptorCallbacks);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dnative_implement_eventhandler.h27 struct FileDescriptorCallbacks;
73 int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const;
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Dnative_implement_eventhandler.h27 struct FileDescriptorCallbacks;
73 int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const;
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp38 struct FileDescriptorCallbacks { struct
527 struct FileDescriptorCallbacks P1;
528 FileDescriptorCallbacks *fdCallbacks = &P1;
/ohos5.0/base/notification/eventhandler/frameworks/native/src/
H A Dnative_interface_eventhandler.cpp62 uint32_t events, const FileDescriptorCallbacks *fileDescriptorCallbacks) in EventRunnerAddFileDescriptorListener()