Searched refs:kMaxLogModuleNameLength (Results 1 – 3 of 3) sorted by relevance
99 …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()
79 constexpr uint8_t kMaxLogModuleNameLength = 14; ///< Maximum module name length variable99 …static_assert(sizeof(kLogModuleName) <= kMaxLogModuleNameLength + 1, "Log module name is too long")
201 String<kMaxLogModuleNameLength> moduleName; in otLogPlatArgs()