Home
last modified time | relevance | path

Searched refs:LINE_WIDTH_ (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()
83 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, SEPARATOR_, false, separator); 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()
148 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, SEPARATOR_, false, separator); in SetValue()
151 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, tempValue); in SetValue()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_info.h58 const int LINE_WIDTH_ = 14; variable