Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h74 std::string ComboLogType2Str(uint16_t shiftType);
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_utils_test.cpp117 EXPECT_EQ(ComboLogType2Str(it.first), it.second);
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp543 cout << "Get " << ComboLogType2Str(rqst.types) << " buffer size failed" << endl; in BufferSizeGetHandler()
733 cout << "Log type " << ComboLogType2Str(rsp.types) << " buffer clear successfully" << endl; in RemoveHandler()
903 …cout << task.jobId << " " << ComboLogType2Str(task.outputFilter.types) << " " << task.stream << " … in PrintTaskInfo()
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/
H A Dlibhilog.map54 "OHOS::HiviewDFX::ComboLogType2Str(unsigned short)";
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp167 string ComboLogType2Str(uint16_t shiftType) in ComboLogType2Str() function