Searched refs:OnFileDescriptorEvent (Results 1 – 11 of 11) sorted by relevance
| /base/hiviewdfx/hiview/base/test/unittest/common/ |
| D | event_loop_test.h | 48 bool OnFileDescriptorEvent(int fd, int type) override;
|
| D | event_loop_test.cpp | 94 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/ |
| D | bundle_event_source_example.h | 72 bool OnFileDescriptorEvent(int fd, int type) override;
|
| D | bundle_event_source_example.cpp | 83 bool BundleEventSourceExample::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::BundleEventSourceExample
|
| /base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
| D | event_source_example.h | 69 bool OnFileDescriptorEvent(int fd, int type) override;
|
| D | event_source_example.cpp | 87 bool EventSourceExample::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::EventSourceExample
|
| /base/hiviewdfx/hiview/plugins/eventlogger/include/ |
| D | event_logger.h | 52 bool OnFileDescriptorEvent(int fd, int type) override;
|
| /base/hiviewdfx/hiview/base/include/ |
| D | event_loop.h | 94 virtual bool OnFileDescriptorEvent(int fd, int Type) = 0;
|
| /base/hiviewdfx/hiview/base/ |
| D | event_loop.cpp | 389 it->second->OnFileDescriptorEvent(fd, watchFds_[i].revents); in PollNextEvent() 554 it->second->OnFileDescriptorEvent(fd, events); in WaitNextEvent()
|
| /base/hiviewdfx/hiview/ |
| D | hiview_zh.md | 423 bool OnFileDescriptorEvent(int fd, int type) override;
|
| /base/hiviewdfx/hiview/plugins/eventlogger/ |
| D | event_logger.cpp | 536 bool EventLogger::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::EventLogger
|