Lines Matching refs:Key
107 enum Key : uint16_t enum in ot::SettingsBase
124 …static constexpr Key kLastKey = kKeyBorderAgentId; ///< The last (numerically) enumerator value in…
139 static constexpr Key kKey = kKeyNetworkInfo; ///< The associated key.
324 static constexpr Key kKey = kKeyParentInfo; ///< The associated key.
380 static constexpr Key kKey = kKeyChildInfo; ///< The associated key.
479 static constexpr Key kKey = kKeySlaacIidSecretKey; ///< The associated key.
499 static constexpr Key kKey = kKeyDadInfo; ///< The associated key.
534 static constexpr Key kKey = kKeyBrUlaPrefix; ///< The associated key.
551 static constexpr Key kKey = kKeyBrOnLinkPrefixes; ///< The associated key.
602 static constexpr Key kKey = kKeySrpEcdsaKey; ///< The associated key.
621 static constexpr Key kKey = kKeySrpClientInfo; ///< The associated key.
676 static constexpr Key kKey = kKeySrpServerInfo; ///< The associated key.
713 static constexpr Key kKey = kKeyBorderAgentId; ///< The associated key.
731 static void LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix);
735 static const char *KeyToString(Key aKey);
1116 static Key KeyForDatasetType(MeshCoP::Dataset::Type aType);
1118 Error ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const;
1119 Error SaveEntry(Key aKey, const void *aValue, void *aPrev, uint16_t aLength);
1120 Error DeleteEntry(Key aKey);
1122 static void Log(Action aAction, Error aError, Key aKey, const void *aValue = nullptr);