ESP-IDF
ot::Srp::Server::HasNameConflictsWith() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Server::HasNameConflictsWith() const
ot::Srp::Server::HasNameConflictsWith() const method
Syntax
Show:
Summary
Declaration
Definition
from
srp_server.hpp:961
bool
HasNameConflictsWith
(
Host
&
aHost
)
const
;
Implemented in
srp_server.cpp:348
Arguments
Argument
aHost
Related Functions
Found 13 other functions taking a
Host
argument:
Function
Description
ot::Srp::Server::CommitSrpUpdate()
ot::Srp::Server::RemoveHost()
ot::Srp::Server::InformUpdateHandlerOrCommit()
ot::Srp::Server::ProcessUpdateSection() const
ot::Srp::Server::ProcessAdditionalSection() const
ot::Srp::Server::ProcessHostDescriptionInstruction() const
ot::Srp::Server::ProcessServiceDiscoveryInstructions() const
ot::Srp::Server::ProcessServiceDescriptionInstructions() const
ot::Srp::Server::HandleUpdate()
ot::Srp::Server::UpdateAddrResolverCacheTable()
ot::Srp::Server::Service::Init()
ot::Srp::Server::UpdateMetadata::UpdateMetadata()
ot::Srp::Server::GetNextHost()
Returns the next registered SRP host.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Server
::
HasNameConflictsWith
(
Host
&
aHost
)
const
srp_server.cpp:348
bool
HasNameConflictsWith
(
Host
&
aHost
)
const
;
srp_server.hpp:961
VerifyOrExit
(
!
HasNameConflictsWith
(
aHost
)
,
error
=
kErrorDuplicated
)
;
srp_server.cpp:888
ot::Srp::Server
ot::Srp::Server::ProcessUpdateSection() const
Call Tree
from
examples
ot::Srp::Server::HasNameConflictsWith() const
is called by 1 function and calls 1 function:
ot::Srp::Server::ProcessUpdateSection() const
All items filtered out
ot::Srp::Server::HasNameConflictsWith() const
ot::Srp::Server::Host::GetFullName() const
All items filtered out
Data Use
from
examples
ot::Srp::Server::HasNameConflictsWith() const
reads 1 variable:
ot::LogLevel::kLogLevelWarn
All items filtered out
ot::Srp::Server::HasNameConflictsWith() const
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