Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dsettings.hpp124 …static constexpr Key kLastKey = kKeyBorderAgentId; ///< The last (numerically) enumerator value in… member in ot::SettingsBase
126 …static_assert(static_cast<uint16_t>(kLastKey) < static_cast<uint16_t>(OT_SETTINGS_KEY_VENDOR_RESER…
Dsettings.cpp197 static_assert(kLastKey == kKeyBorderAgentId, "kLastKey is not valid"); in KeyToString()
199 OT_ASSERT(aKey <= kLastKey); in KeyToString()