ESP-IDF
ot::SettingsBase::KeyToString()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::SettingsBase::KeyToString()
ot::SettingsBase::KeyToString() method
Syntax
Show:
Summary
Declaration
Definition
from
settings.hpp:735
static
const
char
*
KeyToString
(
Key
aKey
)
;
Implemented in
settings.cpp:151
Arguments
Argument
aKey
Examples
References
from
examples
Code
Location
Scope
Referrer
const
char
*
SettingsBase
::
KeyToString
(
Key
aKey
)
settings.cpp:151
static
const
char
*
KeyToString
(
Key
aKey
)
;
settings.hpp:735
LogInfo
(
"%s %s %s"
,
ActionToString
(
aAction
)
,
KeyToString
(
aKey
)
,
aPrefix
.
ToString
(
)
.
AsCString
(
)
)
;
settings.cpp:84
ot::SettingsBase
ot::SettingsBase::LogPrefix()
LogInfo
(
"%s %s entry {prefix:%s,lifetime:%lu}"
,
aActionText
,
KeyToString
(
kKeyBrOnLinkPrefixes
)
,
settings.cpp:397
ot::SettingsBase::BrOnLinkPrefix
ot::SettingsBase::BrOnLinkPrefix::Log() const
LogWarn
(
"Error %s %s %s"
,
ErrorToString
(
aError
)
,
actionText
,
KeyToString
(
aKey
)
)
;
settings.cpp:489
ot::Settings
ot::Settings::Log()
LogInfo
(
"%s %s"
,
ActionToString
(
aAction
)
,
KeyToString
(
aKey
)
)
;
settings.cpp:560
ot::Settings
ot::Settings::Log()
Call Tree
from
examples
ot::SettingsBase::KeyToString()
is called by 3 functions and calls 1 function:
ot::SettingsBase::LogPrefix()
ot::SettingsBase::BrOnLinkPrefix::Log() const
ot::Settings::Log()
All items filtered out
ot::SettingsBase::KeyToString()
otPlatAssertFail()
All items filtered out
Data Use
from
examples
ot::SettingsBase::KeyToString()
reads 15 variables:
ot::SettingsBase::Key::kKeyActiveDataset
ot::SettingsBase::Key::kKeyPendingDataset
ot::SettingsBase::Key::kKeyNetworkInfo
ot::SettingsBase::Key::kKeyParentInfo
ot::SettingsBase::Key::kKeyChildInfo
ot::SettingsBase::Key::kKeySlaacIidSecretKey
ot::SettingsBase::Key::kKeyDadInfo
ot::SettingsBase::Key::kKeySrpEcdsaKey
ot::SettingsBase::Key::kKeySrpClientInfo
ot::SettingsBase::Key::kKeySrpServerInfo
ot::SettingsBase::Key::kKeyBrUlaPrefix
ot::SettingsBase::Key::kKeyBrOnLinkPrefixes
ot::SettingsBase::Key::kKeyBorderAgentId
ot::SettingsBase::kLastKey
ot::SettingsBase::KeyToString()::EnumCheck::StaticCounter()
All items filtered out
ot::SettingsBase::KeyToString()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out