Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.h43 int32_t GetPollFd() override;
H A Dfault_detector_manager.cpp153 int32_t FaultDetectorManager::GetPollFd() in GetPollFd() function in OHOS::HiviewDFX::FaultDetectorManager
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.h49 int32_t GetPollFd() override;
H A Devent_loop_test.cpp131 int32_t DataFileEventReader::GetPollFd() in GetPollFd() function in OHOS::HiviewDFX::DataFileEventReader
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.h70 int32_t GetPollFd() override;
H A Devent_source_example.cpp138 int32_t EventSourceExample::GetPollFd() in GetPollFd() function in OHOS::HiviewDFX::EventSourceExample
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.h71 int32_t GetPollFd() override;
H A Dbundle_event_source_example.cpp134 int32_t BundleEventSourceExample::GetPollFd() in GetPollFd() function in OHOS::HiviewDFX::BundleEventSourceExample
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h89 virtual int32_t GetPollFd() = 0;
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md426 int32_t GetPollFd() override;
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp297 int fd = source->GetPollFd(); in AddFileDescriptorEventCallback()