Home
last modified time | relevance | path

Searched refs:IoCollector (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dio_collector_test.cpp79 * @tc.desc: used to test IoCollector.CollectProcessIo
84 std::shared_ptr<IoCollector> collector = IoCollector::Create(); in HWTEST_F()
92 * @tc.desc: used to test IoCollector.CollectRawDiskStats
97 std::shared_ptr<IoCollector> collect = IoCollector::Create(); in HWTEST_F()
105 * @tc.desc: used to test IoCollector.CollectDiskStats
110 std::shared_ptr<IoCollector> collect = IoCollector::Create(); in HWTEST_F()
120 * @tc.desc: used to test IoCollector
[all...]
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dio_collector.h32 class IoCollector { class
34 IoCollector() = default;
35 virtual ~IoCollector() = default;
49 static std::shared_ptr<IoCollector> Create();
50 }; // IoCollector
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dio_decorator.h27 class IoDecorator : public IoCollector, public UCDecorator {
29 IoDecorator(std::shared_ptr<IoCollector> collector) : ioCollector_(collector) {}; in IoDecorator()
48 std::shared_ptr<IoCollector> ioCollector_;
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dio_collector_impl.h26 class IoCollectorImpl : public IoCollector {
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp71 "IoCollector", "MemoryCollector", "NetworkCollector", "TraceCollector", "WmCollector",
84 auto ioCollector = IoCollector::Create(); in CallCollectorFuncs()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp42 DEFINE_LOG_TAG("UCollectUtil-IoCollector");
61 std::shared_ptr<IoCollector> IoCollector::Create() in Create()
63 static std::shared_ptr<IoCollector> instance_ = std::make_shared<IoDecorator>(std::make_shared<IoCollectorImpl>()); in Create()
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp477 auto ioCollector = UCollectUtil::IoCollector::Create(); in IoCollectionTask()

Completed in 5 milliseconds