Home
last modified time | relevance | path

Searched refs:BLANK_ (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp80 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, space); in insertMemoryTitle()
86 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, unit); in insertMemoryTitle()
99 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, title1); in insertMemoryTitle()
103 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, title2); in insertMemoryTitle()
128 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, group); in BuildResult()
138 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, value); in BuildResult()
151 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, tempValue); in SetValue()
266 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetHardWareUsage()
283 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetCMAUsage()
299 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetKernelUsage()
[all …]
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_info.h62 const char BLANK_ = ' '; variable