Searched refs:fdCallbacks (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | native_implement_eventhandler.cpp | 156 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 D | native_implement_eventhandler.cpp | 156 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 D | native_implement_eventhandler.h | 73 int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const;
|
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/ |
H A D | native_implement_eventhandler.h | 73 int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const;
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_event_test.cpp | 528 FileDescriptorCallbacks *fdCallbacks = &P1; variable 529 eventRunnerNativeImplement->AddFileDescriptorListener(fileDescriptor, events, fdCallbacks);
|