Searched refs:FileDescriptorEventCallback (Results 1 – 19 of 19) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | event_loop.h | 84 class FileDescriptorEventCallback { 86 virtual ~FileDescriptorEventCallback(){}; in ~FileDescriptorEventCallback() 104 …scriptorEventCallback(const std::string &name, std::shared_ptr<FileDescriptorEventCallback> source… 166 std::map<int32_t, std::shared_ptr<FileDescriptorEventCallback>> eventSourceMap_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | io_waiter.h | 31 using FileDescriptorEventCallback = std::function<void(int32_t, uint32_t)>; 84 virtual void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) = 0;
|
H A D | epoll_io_waiter.h | 54 void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final; 72 FileDescriptorEventCallback fdcallback_ = nullptr;
|
H A D | none_io_waiter.h | 44 void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final;
|
H A D | none_io_waiter.cpp | 88 void NoneIoWaiter::SetFileDescriptorEventCallback(const IoWaiter::FileDescriptorEventCallback &) in SetFileDescriptorEventCallback() argument
|
H A D | epoll_io_waiter_mingw.cpp | 103 void EpollIoWaiter::SetFileDescriptorEventCallback(const IoWaiter::FileDescriptorEventCallback &cal… in SetFileDescriptorEventCallback()
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | epoll_io_waiter.h | 58 … LOCAL_API void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final; 71 FileDescriptorEventCallback callback_;
|
H A D | io_waiter.h | 47 using FileDescriptorEventCallback = std::function<void(int32_t, uint32_t, const std::string&, 102 …LOCAL_API virtual void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback)…
|
H A D | none_io_waiter.h | 46 void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/ |
H A D | fault_detector_manager.h | 33 class FaultDetectorManager : public FileDescriptorEventCallback, public AppEventPublisher {
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | none_io_waiter.cpp | 90 void NoneIoWaiter::SetFileDescriptorEventCallback(const IoWaiter::FileDescriptorEventCallback &) in SetFileDescriptorEventCallback() argument
|
H A D | epoll_io_waiter.cpp | 279 void EpollIoWaiter::SetFileDescriptorEventCallback(const IoWaiter::FileDescriptorEventCallback &cal… in SetFileDescriptorEventCallback()
|
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | event_loop_test.h | 45 class DataFileEventReader : public OHOS::HiviewDFX::FileDescriptorEventCallback {
|
/ohos5.0/base/notification/eventhandler/test/fuzztest/noneiowaiter_fuzzer/ |
H A D | noneiowaiter_fuzzer.cpp | 52 AppExecFwk::IoWaiter::FileDescriptorEventCallback callback; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
H A D | event_source_example.h | 57 class EventSourceExample : public FileDescriptorEventCallback, public EventSource {
|
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/ |
H A D | bundle_event_source_example.h | 58 class BundleEventSourceExample : public FileDescriptorEventCallback, public EventSource {
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | hiview_zh.md | 400 // 该类继承FileDescriptorEventCallback,可以监听文件夹文件的变化,使用该类方法必须配置线程 401 class EventSourceExample : public FileDescriptorEventCallback, public EventSource {
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | event_loop.cpp | 279 const std::string &name, std::shared_ptr<FileDescriptorEventCallback> source) in AddFileDescriptorEventCallback()
|
H A D | libhiviewbase.map | 83 …__h::allocator<char>> const&, std::__h::shared_ptr<OHOS::HiviewDFX::FileDescriptorEventCallback>)";
|