Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.h42 bool OnFileDescriptorEvent(int fd, int type) override;
H A Dfault_detector_manager.cpp148 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 Devent_loop_test.h48 bool OnFileDescriptorEvent(int fd, int type) override;
H A Devent_loop_test.cpp94 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 Devent_source_example.h69 bool OnFileDescriptorEvent(int fd, int type) override;
H A Devent_source_example.cpp87 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 Dbundle_event_source_example.h70 bool OnFileDescriptorEvent(int fd, int type) override;
H A Dbundle_event_source_example.cpp83 bool BundleEventSourceExample::OnFileDescriptorEvent(int fd, int type) in OnFileDescriptorEvent() function in OHOS::HiviewDFX::BundleEventSourceExample
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h88 virtual bool OnFileDescriptorEvent(int fd, int Type) = 0;
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp398 it->second->OnFileDescriptorEvent(fd, watchFds_[i].revents); in PollNextEvent()
570 it->second->OnFileDescriptorEvent(fd, events); in WaitNextEvent()
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md423 bool OnFileDescriptorEvent(int fd, int type) override;