Home
last modified time | relevance | path

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

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