Home
last modified time | relevance | path

Searched refs:FileDescriptorEventCallback (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h84 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 Dio_waiter.h31 using FileDescriptorEventCallback = std::function<void(int32_t, uint32_t)>;
84 virtual void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) = 0;
H A Depoll_io_waiter.h54 void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final;
72 FileDescriptorEventCallback fdcallback_ = nullptr;
H A Dnone_io_waiter.h44 void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final;
H A Dnone_io_waiter.cpp88 void NoneIoWaiter::SetFileDescriptorEventCallback(const IoWaiter::FileDescriptorEventCallback &) in SetFileDescriptorEventCallback() argument
H A Depoll_io_waiter_mingw.cpp103 void EpollIoWaiter::SetFileDescriptorEventCallback(const IoWaiter::FileDescriptorEventCallback &cal… in SetFileDescriptorEventCallback()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Depoll_io_waiter.h58 … LOCAL_API void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final;
71 FileDescriptorEventCallback callback_;
H A Dio_waiter.h47 using FileDescriptorEventCallback = std::function<void(int32_t, uint32_t, const std::string&,
102 …LOCAL_API virtual void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback)…
H A Dnone_io_waiter.h46 void SetFileDescriptorEventCallback(const FileDescriptorEventCallback &callback) final;
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.h33 class FaultDetectorManager : public FileDescriptorEventCallback, public AppEventPublisher {
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dnone_io_waiter.cpp90 void NoneIoWaiter::SetFileDescriptorEventCallback(const IoWaiter::FileDescriptorEventCallback &) in SetFileDescriptorEventCallback() argument
H A Depoll_io_waiter.cpp279 void EpollIoWaiter::SetFileDescriptorEventCallback(const IoWaiter::FileDescriptorEventCallback &cal… in SetFileDescriptorEventCallback()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.h45 class DataFileEventReader : public OHOS::HiviewDFX::FileDescriptorEventCallback {
/ohos5.0/base/notification/eventhandler/test/fuzztest/noneiowaiter_fuzzer/
H A Dnoneiowaiter_fuzzer.cpp52 AppExecFwk::IoWaiter::FileDescriptorEventCallback callback; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.h57 class EventSourceExample : public FileDescriptorEventCallback, public EventSource {
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.h58 class BundleEventSourceExample : public FileDescriptorEventCallback, public EventSource {
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md400 // 该类继承FileDescriptorEventCallback,可以监听文件夹文件的变化,使用该类方法必须配置线程
401 class EventSourceExample : public FileDescriptorEventCallback, public EventSource {
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp279 const std::string &name, std::shared_ptr<FileDescriptorEventCallback> source) in AddFileDescriptorEventCallback()
H A Dlibhiviewbase.map83 …__h::allocator<char>> const&, std::__h::shared_ptr<OHOS::HiviewDFX::FileDescriptorEventCallback>)";