Home
last modified time | relevance | path

Searched refs:MemoryDecorator (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dmemory_decorator.cpp22 StatInfoWrapper MemoryDecorator::statInfoWrapper_;
30 CollectResult<SysMemory> MemoryDecorator::CollectSysMemory() in CollectSysMemory()
36 CollectResult<std::string> MemoryDecorator::CollectRawMemInfo() in CollectRawMemInfo()
42 CollectResult<std::string> MemoryDecorator::ExportMemView() in ExportMemView()
59 CollectResult<std::string> MemoryDecorator::CollectRawSlabInfo() in CollectRawSlabInfo()
71 CollectResult<std::string> MemoryDecorator::CollectRawDMA() in CollectRawDMA()
83 CollectResult<std::string> MemoryDecorator::ExportAllAIProcess() in ExportAllAIProcess()
107 CollectResult<MemoryLimit> MemoryDecorator::CollectMemoryLimit() in CollectMemoryLimit()
113 CollectResult<uint32_t> MemoryDecorator::CollectDdrFreq() in CollectDdrFreq()
119 void MemoryDecorator::SaveStatCommonInfo() in SaveStatCommonInfo()
[all …]
H A Dunified_collection_stat.cpp80 MemoryDecorator::SaveStatCommonInfo(); in SaveAllStatInfo()
112 MemoryDecorator::ResetStatInfo(); in ResetAllStatInfo()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dmemory_decorator.h25 class MemoryDecorator : public MemoryCollector, public UCDecorator {
27 MemoryDecorator(std::shared_ptr<MemoryCollector> collector) : memoryCollector_(collector) {}; in MemoryDecorator() function
28 virtual ~MemoryDecorator() = default;
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dlibucollectionutility.map45 "OHOS::HiviewDFX::UCollectUtil::MemoryDecorator::ResetStatInfo()";
58 "OHOS::HiviewDFX::UCollectUtil::MemoryDecorator::SaveStatCommonInfo()";
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/test/
H A Ddecorator_test.cpp117 MemoryDecorator::SaveStatCommonInfo(); in CallStatFuncs()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp365 return std::make_shared<MemoryDecorator>(std::make_shared<MemoryCollectorImpl>()); in Create()