Home
last modified time | relevance | path

Searched refs:OnFileDescriptorEvent (Results 1 – 11 of 11) sorted by relevance

/base/hiviewdfx/hiview/base/test/unittest/common/
Devent_loop_test.h48 bool OnFileDescriptorEvent(int fd, int type) override;
Devent_loop_test.cpp94 bool DataFileEventReader::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::DataFileEventReader
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
Dbundle_event_source_example.h72 bool OnFileDescriptorEvent(int fd, int type) override;
Dbundle_event_source_example.cpp83 bool BundleEventSourceExample::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::BundleEventSourceExample
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
Devent_source_example.h69 bool OnFileDescriptorEvent(int fd, int type) override;
Devent_source_example.cpp87 bool EventSourceExample::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::EventSourceExample
/base/hiviewdfx/hiview/plugins/eventlogger/include/
Devent_logger.h52 bool OnFileDescriptorEvent(int fd, int type) override;
/base/hiviewdfx/hiview/base/include/
Devent_loop.h94 virtual bool OnFileDescriptorEvent(int fd, int Type) = 0;
/base/hiviewdfx/hiview/base/
Devent_loop.cpp389 it->second->OnFileDescriptorEvent(fd, watchFds_[i].revents); in PollNextEvent()
554 it->second->OnFileDescriptorEvent(fd, events); in WaitNextEvent()
/base/hiviewdfx/hiview/
Dhiview_zh.md423 bool OnFileDescriptorEvent(int fd, int type) override;
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp536 bool EventLogger::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::EventLogger