Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp185 cout << setw(LOGTYPE_W) << LogType2Str(ldStats.type) << colCmd; in HilogShowDomainStatsInfo()
198 cout << setw(LOGTYPE_W) << LogType2Str(ldStats.type) << colCmd; in HilogShowDomainStatsInfo()
256 HiLogShowProcInfo(LogType2Str(lStats.type), pStats.pid, name, "-"); in HilogShowProcStatsInfo()
Dmain.cpp526 … cout << "Log type " << LogType2Str(i) << " buffer size is " << Size2Str(rsp.size[i]) << endl; in BufferSizeGetHandler()
550 cout << "Set log type " << LogType2Str(i) << " buffer size to " in BufferSizeSetHandler()
553 cout << "Set log type " << LogType2Str(i) << " buffer size to " in BufferSizeSetHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h72 std::string LogType2Str(uint16_t logType);
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp92 EXPECT_EQ(LogType2Str(it.first), it.second);
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp155 string LogType2Str(uint16_t logType) in LogType2Str() function
178 str += (LogType2Str(t) + (shiftType != 0 ? "," : "")); in ComboLogType2Str()
/base/hiviewdfx/hilog/interfaces/native/innerkits/
Dlibhilog.map28 "OHOS::HiviewDFX::LogType2Str(unsigned short)";
/base/hiviewdfx/hilog/services/hilogd/
Dlog_buffer.cpp68 string typeStr = LogType2Str(i); in InitBuffHead()
/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp424 suffix = LogType2Str(type); in GetBufferSizePropName()