Home
last modified time | relevance | path

Searched refs:ResetStatInfo (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dunified_collection_stat.cpp106 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 Dnetwork_decorator.cpp40 void NetworkDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::NetworkDecorator
42 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dgraphic_memory_decorator.cpp40 void GraphicMemoryDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::GraphicMemoryDecorator
42 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dhilog_decorator.cpp39 void HilogDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::HilogDecorator
41 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dgpu_decorator.cpp45 void GpuDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::GpuDecorator
47 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dhiebpf_decorator.cpp49 void HiebpfDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::HiebpfDecorator
51 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dwm_decorator.cpp52 void WmDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::WmDecorator
54 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dprocess_decorator.cpp52 void ProcessDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::ProcessDecorator
54 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dtrace_decorator.cpp91 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 Dmem_profiler_decorator.cpp88 void MemProfilerDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator
90 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dio_decorator.cpp95 void IoDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::IoDecorator
97 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dperf_decorator.cpp90 void PerfDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::PerfDecorator
92 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dcpu_decorator.cpp119 void CpuDecorator::ResetStatInfo() in ResetStatInfo() function in OHOS::HiviewDFX::UCollectUtil::CpuDecorator
121 statInfoWrapper_.ResetStatInfo(); in ResetStatInfo()
H A Dmemory_decorator.cpp129 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 Dlibucollectionutility.map39 "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 Dlibucollectiongraphic.map5 "OHOS::HiviewDFX::UCollectUtil::GraphicMemoryDecorator::ResetStatInfo()";
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dtrace_decorator.h94 void ResetStatInfo();
118 static void ResetStatInfo();
H A Dnetwork_decorator.h33 static void ResetStatInfo();
H A Dhilog_decorator.h30 static void ResetStatInfo();
H A Dgpu_decorator.h34 static void ResetStatInfo();
H A Dgraphic_memory_decorator.h33 static void ResetStatInfo();
H A Dhiebpf_decorator.h33 static void ResetStatInfo();
H A Dprocess_decorator.h35 static void ResetStatInfo();
H A Dwm_decorator.h37 static void ResetStatInfo();
H A Dmem_profiler_decorator.h40 static void ResetStatInfo();

12