/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
H A D | unified_collection_stat.cpp | 106 CpuDecorator::ResetStatInfo(); in ResetAllStatInfo() 107 GpuDecorator::ResetStatInfo(); in ResetAllStatInfo() 109 HiebpfDecorator::ResetStatInfo(); in ResetAllStatInfo() 110 HilogDecorator::ResetStatInfo(); in ResetAllStatInfo() 111 IoDecorator::ResetStatInfo(); in ResetAllStatInfo() 112 MemoryDecorator::ResetStatInfo(); in ResetAllStatInfo() 113 NetworkDecorator::ResetStatInfo(); in ResetAllStatInfo() 114 ProcessDecorator::ResetStatInfo(); in ResetAllStatInfo() 115 TraceDecorator::ResetStatInfo(); in ResetAllStatInfo() 116 WmDecorator::ResetStatInfo(); in ResetAllStatInfo() [all …]
|
H A D | network_decorator.cpp | 40 void NetworkDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::NetworkDecorator 42 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | graphic_memory_decorator.cpp | 40 void GraphicMemoryDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::GraphicMemoryDecorator 42 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | hilog_decorator.cpp | 39 void HilogDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::HilogDecorator 41 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | gpu_decorator.cpp | 45 void GpuDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::GpuDecorator 47 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | hiebpf_decorator.cpp | 49 void HiebpfDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::HiebpfDecorator 51 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | wm_decorator.cpp | 52 void WmDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::WmDecorator 54 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | process_decorator.cpp | 52 void ProcessDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::ProcessDecorator 54 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | trace_decorator.cpp | 91 void TraceDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::TraceDecorator 93 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo() 94 traceStatWrapper_.ResetStatInfo(); in ResetStatInfo() 188 void TraceStatWrapper::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::TraceStatWrapper
|
H A D | mem_profiler_decorator.cpp | 88 void MemProfilerDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator 90 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | io_decorator.cpp | 95 void IoDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::IoDecorator 97 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | perf_decorator.cpp | 90 void PerfDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::PerfDecorator 92 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | cpu_decorator.cpp | 119 void CpuDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::CpuDecorator 121 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
H A D | memory_decorator.cpp | 129 void MemoryDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::MemoryDecorator 131 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/ |
H A D | libucollectionutility.map | 39 "OHOS::HiviewDFX::UCollectUtil::CpuDecorator::ResetStatInfo()"; 40 "OHOS::HiviewDFX::UCollectUtil::GpuDecorator::ResetStatInfo()"; 41 "OHOS::HiviewDFX::UCollectUtil::HiebpfDecorator::ResetStatInfo()"; 42 "OHOS::HiviewDFX::UCollectUtil::HilogDecorator::ResetStatInfo()"; 43 "OHOS::HiviewDFX::UCollectUtil::IoDecorator::ResetStatInfo()"; 45 "OHOS::HiviewDFX::UCollectUtil::MemoryDecorator::ResetStatInfo()"; 46 "OHOS::HiviewDFX::UCollectUtil::NetworkDecorator::ResetStatInfo()"; 47 "OHOS::HiviewDFX::UCollectUtil::PerfDecorator::ResetStatInfo()"; 48 "OHOS::HiviewDFX::UCollectUtil::ProcessDecorator::ResetStatInfo()"; 50 "OHOS::HiviewDFX::UCollectUtil::TraceDecorator::ResetStatInfo()"; [all …]
|
H A D | libucollectiongraphic.map | 5 "OHOS::HiviewDFX::UCollectUtil::GraphicMemoryDecorator::ResetStatInfo()";
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/ |
H A D | trace_decorator.h | 94 void ResetStatInfo(); 118 static void ResetStatInfo();
|
H A D | network_decorator.h | 33 static void ResetStatInfo();
|
H A D | hilog_decorator.h | 30 static void ResetStatInfo();
|
H A D | gpu_decorator.h | 34 static void ResetStatInfo();
|
H A D | graphic_memory_decorator.h | 33 static void ResetStatInfo();
|
H A D | hiebpf_decorator.h | 33 static void ResetStatInfo();
|
H A D | process_decorator.h | 35 static void ResetStatInfo();
|
H A D | wm_decorator.h | 37 static void ResetStatInfo();
|
H A D | mem_profiler_decorator.h | 40 static void ResetStatInfo();
|