Home
last modified time | relevance | path

Searched refs:GraphicMemoryDecorator (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dgraphic_memory_decorator.cpp22 StatInfoWrapper GraphicMemoryDecorator::statInfoWrapper_;
24 CollectResult<int32_t> GraphicMemoryDecorator::GetGraphicUsage(int32_t pid, GraphicType type) in GetGraphicUsage()
30 void GraphicMemoryDecorator::SaveStatCommonInfo() in SaveStatCommonInfo()
40 void GraphicMemoryDecorator::ResetStatInfo() in ResetStatInfo()
H A Dunified_collection_stat.cpp76 GraphicMemoryDecorator::SaveStatCommonInfo(); in SaveAllStatInfo()
108 GraphicMemoryDecorator::ResetStatInfo(); in ResetAllStatInfo()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dgraphic_memory_decorator.h25 class GraphicMemoryDecorator : public GraphicMemoryCollector, public UCDecorator {
27GraphicMemoryDecorator(std::shared_ptr<GraphicMemoryCollector> collector) : graphicMemoryCollector… in GraphicMemoryDecorator() function
28 virtual ~GraphicMemoryDecorator() = default;
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dlibucollectiongraphic.map5 "OHOS::HiviewDFX::UCollectUtil::GraphicMemoryDecorator::ResetStatInfo()";
6 "OHOS::HiviewDFX::UCollectUtil::GraphicMemoryDecorator::SaveStatCommonInfo()";
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dgraphic_memory_collector_impl.cpp26 return std::make_shared<GraphicMemoryDecorator>(std::make_shared<GraphicMemoryCollectorImpl>()); in Create()