ESP-IDF
kUriAddressError
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kUriAddressError
kUriAddressError value
Syntax
Show:
Summary
Declaration
from
uri_paths.hpp:48
kUriAddressError
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kUriAddressError
,
///< Address Error ("a/ae")
uri_paths.hpp:48
SuccessOrExit
(
error
=
message
->
AppendUriPathOptions
(
PathForUri
(
kUriAddressError
)
)
)
;
address_resolver.cpp:730
ot::AddressResolver
ot::AddressResolver::SendAddressError()
LogInfo
(
"Sent %s for target %s"
,
UriToString
<
kUriAddressError
>
(
)
,
aTarget
.
ToString
(
)
.
AsCString
(
)
)
;
address_resolver.cpp:747
ot::AddressResolver
ot::AddressResolver::SendAddressError()
LogInfo
(
"Failed to send %s: %s"
,
UriToString
<
kUriAddressError
>
(
)
,
ErrorToString
(
error
)
)
;
address_resolver.cpp:754
ot::AddressResolver
ot::AddressResolver::SendAddressError()
LogInfo
(
"Received %s"
,
UriToString
<
kUriAddressError
>
(
)
)
;
address_resolver.cpp:773
ot::AddressResolver
ot::AddressResolver::HandleTmf()
LogInfo
(
"Sent %s ack"
,
UriToString
<
kUriAddressError
>
(
)
)
;
address_resolver.cpp:779
ot::AddressResolver
ot::AddressResolver::HandleTmf()
LogWarn
(
"Error %s when processing %s"
,
ErrorToString
(
error
)
,
UriToString
<
kUriAddressError
>
(
)
)
;
address_resolver.cpp:836
ot::AddressResolver
ot::AddressResolver::HandleTmf()
Case
(
kUriAddressError
,
AddressResolver
)
;
tmf.cpp:121
ot::Tmf::Agent
ot::Tmf::Agent::HandleResource()
ValidateNextEnum
(
kUriAddressError
)
;
uri_paths.cpp:103
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kUriAddressError
is read by 3 functions:
All items filtered out
kUriAddressError
ot::AddressResolver::SendAddressError()
ot::AddressResolver::HandleTmf()
ot::Tmf::Agent::HandleResource()
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