Searched refs:OnFileDescriptorEvent (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/ |
H A D | fault_detector_manager.h | 42 bool OnFileDescriptorEvent(int fd, int type) override;
|
H A D | fault_detector_manager.cpp | 148 bool FaultDetectorManager::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::FaultDetectorManager
|
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | event_loop_test.h | 48 bool OnFileDescriptorEvent(int fd, int type) override;
|
H A D | event_loop_test.cpp | 94 bool DataFileEventReader::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::DataFileEventReader
|
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
H A D | event_source_example.h | 69 bool OnFileDescriptorEvent(int fd, int type) override;
|
H A D | event_source_example.cpp | 87 bool EventSourceExample::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::EventSourceExample
|
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/ |
H A D | bundle_event_source_example.h | 70 bool OnFileDescriptorEvent(int fd, int type) override;
|
H A D | bundle_event_source_example.cpp | 83 bool BundleEventSourceExample::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::BundleEventSourceExample
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | event_loop.h | 88 virtual bool OnFileDescriptorEvent(int fd, int Type) = 0;
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | event_loop.cpp | 398 it->second->OnFileDescriptorEvent(fd, watchFds_[i].revents); in PollNextEvent() 570 it->second->OnFileDescriptorEvent(fd, events); in WaitNextEvent()
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | hiview_zh.md | 423 bool OnFileDescriptorEvent(int fd, int type) override;
|