Home
last modified time | relevance | path

Searched refs:UCDecorator (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Ddecorator.h65 class UCDecorator {
67 UCDecorator() {}; in UCDecorator() function
68 virtual ~UCDecorator() = default;
H A Dnetwork_decorator.h25 class NetworkDecorator : public NetworkCollector, public UCDecorator {
H A Dhilog_decorator.h24 class HilogDecorator : public HilogCollector, public UCDecorator {
H A Dgpu_decorator.h25 class GpuDecorator : public GpuCollector, public UCDecorator {
H A Dgraphic_memory_decorator.h25 class GraphicMemoryDecorator : public GraphicMemoryCollector, public UCDecorator {
H A Dhiebpf_decorator.h25 class HiebpfDecorator : public HiebpfCollector, public UCDecorator {
H A Dprocess_decorator.h25 class ProcessDecorator : public ProcessCollector, public UCDecorator {
H A Dwm_decorator.h27 class WmDecorator : public WmCollector, public UCDecorator {
H A Dmem_profiler_decorator.h25 class MemProfilerDecorator : public MemProfilerCollector, public UCDecorator {
H A Dcpu_decorator.h25 class CpuDecorator : public CpuCollector, public ThreadCpuCollector, public UCDecorator {
H A Dperf_decorator.h25 class PerfDecorator : public PerfCollector, public UCDecorator {
H A Dio_decorator.h27 class IoDecorator : public IoCollector, public UCDecorator {
H A Dmemory_decorator.h25 class MemoryDecorator : public MemoryCollector, public UCDecorator {
H A Dtrace_decorator.h107 class TraceDecorator : public TraceCollector, public UCDecorator {
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dunified_collection_stat.cpp72 UCDecorator::WriteLinesToFile({UC_STAT_DATE, date_}, true); in SaveAllStatInfo()
73 UCDecorator::WriteLinesToFile({UC_API_STAT_TITLE, UC_API_STAT_ITEM}, false); in SaveAllStatInfo()
H A Dtrace_decorator.cpp51 …return UCDecorator::Invoke(task, statInfoWrapper_, TRACE_COLLECTOR_NAME + UC_SEPARATOR + __func__); in TraceOn()
57 …return UCDecorator::Invoke(task, statInfoWrapper_, TRACE_COLLECTOR_NAME + UC_SEPARATOR + __func__); in TraceOff()
H A Ddecorator.cpp62 void UCDecorator::WriteLinesToFile(const std::vector<std::string>& stats, bool addBlankLine) in WriteLinesToFile()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dlibucollectionutility.map66 …"OHOS::HiviewDFX::UCollectUtil::UCDecorator::WriteLinesToFile(std::__h::vector<std::__h::basic_str…