ESP-IDF
ot::Srp::Server::Host::GetFullName() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Server::Host::GetFullName() const
ot::Srp::Server::Host::GetFullName() const method
Returns the full name of the host.
Syntax
Show:
Summary
Declaration
from
srp_server.hpp:459
const
char
*
GetFullName
(
void
)
const
;
Return value
A pointer to the null-terminated full host name.
Examples
References
from
examples
Code
Location
Scope
Referrer
const
char
*
GetFullName
(
void
)
const
{
return
mFullName
.
AsCString
(
)
;
}
srp_server.hpp:459
return
AppendSrvRecord
(
aService
.
GetHost
(
)
.
GetFullName
(
)
,
ttl
,
aService
.
GetPriority
(
)
,
aService
.
GetWeight
(
)
,
dnssd_server.cpp:518
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::AppendSrvRecord()
LogInfo
(
"Remove host %s (but retain its name)"
,
aHost
->
GetFullName
(
)
)
;
srp_server.cpp:311
ot::Srp::Server
ot::Srp::Server::RemoveHost()
LogInfo
(
"Fully remove host %s"
,
aHost
->
GetFullName
(
)
)
;
srp_server.cpp:317
ot::Srp::Server
ot::Srp::Server::RemoveHost()
LogWarn
(
"Name conflict: host name %s has already been allocated"
,
aHost
.
GetFullName
(
)
)
;
srp_server.cpp:355
ot::Srp::Server
ot::Srp::Server::HasNameConflictsWith() const
LogInfo
(
"Committing update for %s host %s"
,
(
existingHost
!=
nullptr
)
?
"existing"
:
"new"
,
aHost
.
GetFullName
(
)
)
;
srp_server.cpp:469
ot::Srp::Server
ot::Srp::Server::CommitSrpUpdate()
LogInfo
(
"Fully remove host %s"
,
aHost
.
GetFullName
(
)
)
;
srp_server.cpp:480
ot::Srp::Server
ot::Srp::Server::CommitSrpUpdate()
OT_ASSERT
(
aHost
.
GetFullName
(
)
==
nullptr
)
;
srp_server.cpp:902
ot::Srp::Server
ot::Srp::Server::ProcessHostDescriptionInstruction() const
VerifyOrExit
(
aHost
.
GetFullName
(
)
!=
nullptr
,
error
=
kErrorFailed
)
;
srp_server.cpp:972
ot::Srp::Server
ot::Srp::Server::ProcessHostDescriptionInstruction() const
LogInfo
(
" Host:%s"
,
aHost
.
GetFullName
(
)
)
;
srp_server.cpp:1388
ot::Srp::Server
ot::Srp::Server::InformUpdateHandlerOrCommit()
LogInfo
(
"KEY LEASE of host %s expired"
,
host
->
GetFullName
(
)
)
;
srp_server.cpp:1605
ot::Srp::Server
ot::Srp::Server::HandleLeaseTimer()
LogInfo
(
"LEASE of host %s expired"
,
host
->
GetFullName
(
)
)
;
srp_server.cpp:1638
ot::Srp::Server
ot::Srp::Server::HandleLeaseTimer()
LogWarn
(
"Too many addresses for host %s"
,
GetFullName
(
)
)
;
srp_server.cpp:2196
ot::Srp::Server::Host
ot::Srp::Server::Host::AddIp6Address()
Call Tree
from
examples
ot::Srp::Server::Host::GetFullName() const
is called by 8 functions:
ot::Dns::ServiceDiscovery::Server::Response::AppendSrvRecord()
ot::Srp::Server::RemoveHost()
ot::Srp::Server::HasNameConflictsWith() const
ot::Srp::Server::CommitSrpUpdate()
ot::Srp::Server::ProcessHostDescriptionInstruction() const
ot::Srp::Server::InformUpdateHandlerOrCommit()
ot::Srp::Server::HandleLeaseTimer()
ot::Srp::Server::Host::AddIp6Address()
All items filtered out
ot::Srp::Server::Host::GetFullName() const
All items filtered out
Data Use
from
examples
All items filtered out
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