Home
last modified time | relevance | path

Searched refs:kMaxLogModuleNameLength (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/src/core/common/
Dlog.cpp99 …static_assert(sizeof(kModuleNamePadding) == kMaxLogModuleNameLength + 1, "Padding string is not co… in LogVarArgs()
125 logString.Append("%.*s%s: ", kMaxLogModuleNameLength, aModuleName, in LogVarArgs()
126 &kModuleNamePadding[StringLength(aModuleName, kMaxLogModuleNameLength)]); in LogVarArgs()
Dlog.hpp79 constexpr uint8_t kMaxLogModuleNameLength = 14; ///< Maximum module name length variable
99 …static_assert(sizeof(kLogModuleName) <= kMaxLogModuleNameLength + 1, "Log module name is too long")
/openthread-3.6.0/src/core/api/
Dlogging_api.cpp201 String<kMaxLogModuleNameLength> moduleName; in otLogPlatArgs()