Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp165 string ComboLogType2Str(uint16_t shiftType) in ComboLogType2Str() argument
174 shiftType &= typeAll; in ComboLogType2Str()
176 if ((1 << t) & shiftType) { in ComboLogType2Str()
177 shiftType &= (~(1 << t)); in ComboLogType2Str()
178 str += (LogType2Str(t) + (shiftType != 0 ? "," : "")); in ComboLogType2Str()
180 if (shiftType == 0) { in ComboLogType2Str()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h74 std::string ComboLogType2Str(uint16_t shiftType);