Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp35 static constexpr int DOMAIN_TITLE_W = 10; variable
36 static constexpr int DOMAIN_W = (DOMAIN_TITLE_W - 2);
73 cout << setw(DOMAIN_TITLE_W) << "DOMAIN" << colCmd; in PrintDomainTitle()