ESP-IDF
ot::PathForUri()
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::PathForUri()
ot::PathForUri() function
Returns URI path string for a given URI.
Syntax
Show:
Summary
Declaration
Definition
from
uri_paths.hpp:98
const
char
*
PathForUri
(
Uri
aUri
)
;
Implemented in
uri_paths.cpp:147
Arguments
Argument
Description
aUri
A URI.
Return value
The path string for @p aUri.
Examples
References
from
examples
Code
Location
Scope
Referrer
const
char
*
PathForUri
(
Uri
aUri
)
uri_paths.cpp:147
const
char
*
PathForUri
(
Uri
aUri
)
;
uri_paths.hpp:98
SuccessOrExit
(
error
=
message
->
AppendUriPathOptions
(
PathForUri
(
kUriAddressError
)
)
)
;
address_resolver.cpp:730
ot::AddressResolver
ot::AddressResolver::SendAddressError()
LogInfo
(
"Forwarded request to leader on %s"
,
PathForUri
(
aUri
)
)
;
border_agent.cpp:590
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::ForwardToLeader()
LogInfo
(
"Sent %s response to non-active commissioner"
,
PathForUri
(
aUri
)
)
;
border_agent.cpp:635
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleTmfDatasetGet()
:
Resource
(
PathForUri
(
aUri
)
,
aHandler
,
aContext
)
coap.cpp:1657
ot::Coap::Resource
ot::Coap::Resource::Resource()
SuccessOrExit
(
error
=
AppendUriPathOptions
(
PathForUri
(
aUri
)
)
)
;
coap_message.cpp:69
ot::Coap::Message
ot::Coap::Message::Init()
Call Tree
from
examples
ot::PathForUri()
is called by 5 functions and calls 1 function:
ot::AddressResolver::SendAddressError()
ot::Coap::Resource::Resource()
ot::Coap::Message::Init()
ot::MeshCoP::BorderAgent::ForwardToLeader()
ot::MeshCoP::BorderAgent::HandleTmfDatasetGet()
All items filtered out
ot::PathForUri()
otPlatAssertFail()
All items filtered out
Data Use
from
examples
ot::PathForUri()
reads 3 variables:
ot::Uri::kUriUnknown
ot::UriList::Entry::mPath
ot::UriList::kEntries
All items filtered out
ot::PathForUri()
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