Home
last modified time | relevance | path

Searched refs:LogType2Str (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hilog/services/hilogtool/
H A 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()
H A Dmain.cpp537 cout << "Log type " << LogType2Str(i) << " buffer size is " << Size2Str(rsp.size[i]) << endl; in BufferSizeGetHandler()
561 cout << "Set log type " << LogType2Str(i) << " buffer size to " in BufferSizeSetHandler()
564 cout << "Set log type " << LogType2Str(i) << " buffer size to " in BufferSizeSetHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h72 std::string LogType2Str(uint16_t logType);
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp78 * @tc.desc: LogType2Str & Str2LogType.
93 EXPECT_EQ(LogType2Str(it.first), it.second); in HWTEST_F()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp157 string LogType2Str(uint16_t logType) in LogType2Str() function
180 str += (LogType2Str(t) + (shiftType != 0 ? "," : "")); in ComboLogType2Str()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp74 string typeStr = LogType2Str(i); in InitBuffHead()
/base/hiviewdfx/hilog/frameworks/libhilog/param/
H A Dproperties.cpp429 suffix = LogType2Str(type); in GetBufferSizePropName()

Completed in 7 milliseconds