Home
last modified time | relevance | path

Searched defs:collector (Results 1 - 25 of 83) sorted by relevance

1234

/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dhilog_decorator.h26 HilogDecorator(std::shared_ptr<HilogCollector> collector) : hilogCollector_(collector) {}; in HilogDecorator() argument
H A Dperf_decorator.h27 PerfDecorator(std::shared_ptr<PerfCollector> collector) : perfCollector_(collector) {}; in PerfDecorator() argument
H A Dprocess_decorator.h27 ProcessDecorator(std::shared_ptr<ProcessCollector> collector) : processCollector_(collector) {}; in ProcessDecorator() argument
H A Dthermal_decorator.h26 ThermalDecorator(std::shared_ptr<ThermalCollector> collector) : thermalCollector_(collector) {}; in ThermalDecorator() argument
H A Dwm_decorator.h29 WmDecorator(std::shared_ptr<WmCollector> collector) : wmCollector_(collector) {}; in WmDecorator() argument
H A Dnetwork_decorator.h27 NetworkDecorator(std::shared_ptr<NetworkCollector> collector) : networkCollector_(collector) {}; in NetworkDecorator() argument
H A Dmemory_decorator.h27 MemoryDecorator(std::shared_ptr<MemoryCollector> collector) : memoryCollector_(collector) {}; in MemoryDecorator() argument
H A Dio_decorator.h29 IoDecorator(std::shared_ptr<IoCollector> collector) : ioCollector_(collector) {}; in IoDecorator() argument
H A Dmem_profiler_decorator.h27 MemProfilerDecorator(std::shared_ptr<MemProfilerCollector> collector) : memProfilerCollector_(collector) {}; in MemProfilerDecorator() argument
H A Dgraphic_memory_decorator.h27 GraphicMemoryDecorator(std::shared_ptr<GraphicMemoryCollector> collector) : graphicMemoryCollector_(collector) {}; in GraphicMemoryDecorator() argument
H A Dhiebpf_decorator.h27 HiebpfDecorator(std::shared_ptr<HiebpfCollector> collector) : hiebpfCollector_(collector) {}; in HiebpfDecorator() argument
H A Dgpu_decorator.h27 GpuDecorator(std::shared_ptr<GpuCollector> collector) : gpuCollector_(collector) {}; in GpuDecorator() argument
H A Dcpu_decorator.h27 CpuDecorator(std::shared_ptr<CpuCollector> collector, in CpuDecorator() argument
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dthermal_collector_test.cpp48 std::shared_ptr<ThermalCollector> collector = ThermalCollector::Create(); in HWTEST_F() local
69 std::shared_ptr<ThermalCollector> collector = ThermalCollector::Create(); in HWTEST_F() local
H A Dgpu_collector_test.cpp41 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in HWTEST_F() local
54 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); in HWTEST_F() local
H A Dwm_collector_test.cpp78 std::shared_ptr<WmCollector> collector = WmCollector::Create(); in HWTEST_F() local
93 std::shared_ptr<WmCollector> collector = WmCollector::Create(); in HWTEST_F() local
107 std::shared_ptr<WmCollector> collector = WmCollector::Create(); in HWTEST_F() local
H A Dmem_profiler_collector_test.cpp51 std::shared_ptr<MemProfilerCollector> collector = MemProfilerCollector::Create(); in HWTEST_F() local
[all...]
H A Dhilog_collector_test.cpp68 std::shared_ptr<HilogCollector> collector = HilogCollector::Create(); in HWTEST_F() local
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dcpu_collector_client_test.cpp48 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); in HWTEST_F() local
H A Dmemory_collector_client_test.cpp56 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); in HWTEST_F() local
70 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/mingw/
H A Dframe_painter.cpp22 FramePainter::FramePainter(FrameCollector &collector) : collector_(collector) in FramePainter() argument
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dmemory_catcher.cpp40 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); in Catch() local
/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_resource_node_listener.cpp38 auto collector = scheduleNode->GetCollectorExecutor().lock(); in OnResourceNodePoolDelete() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/transaction/
H A Drs_transaction_metric_collector_test.cpp63 RSTransactionMetricCollector& collector = RSTransactionMetricCollector::GetInstance(); in HWTEST_F() local
78 RSTransactionMetricCollector& collector = RSTransactionMetricCollector::GetInstance(); in HWTEST_F() local
/third_party/gn/src/gn/
H A Dparser_unittest.cc33 std::ostringstream collector; in DoParserPrintTest() local
49 std::ostringstream collector; in DoExpressionPrintTest() local

Completed in 7 milliseconds

1234