Home
last modified time | relevance | path

Searched refs:fdCallbacks (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Dnative_implement_eventhandler.cpp156 int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const in AddFileDescriptorListener()
158 auto nativeFileDescriptorListener = std::make_shared<NativeFileDescriptorListener>(fdCallbacks); in AddFileDescriptorListener()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dnative_implement_eventhandler.cpp156 int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const in AddFileDescriptorListener()
158 auto nativeFileDescriptorListener = std::make_shared<NativeFileDescriptorListener>(fdCallbacks); in AddFileDescriptorListener()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dnative_implement_eventhandler.h73 int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const;
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Dnative_implement_eventhandler.h73 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.cpp528 FileDescriptorCallbacks *fdCallbacks = &P1; variable
529 eventRunnerNativeImplement->AddFileDescriptorListener(fileDescriptor, events, fdCallbacks);