ESP-IDF
ot::Srp::Client::Service::GetInstanceName() 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::Client::Service::GetInstanceName() const
ot::Srp::Client::Service::GetInstanceName() const method
Gets the service instance name label (not the full name).
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:197
const
char
*
GetInstanceName
(
void
)
const
;
Return value
The service instance name label string.
Examples
References
from
examples
Code
Location
Scope
Referrer
const
char
*
GetInstanceName
(
void
)
const
{
return
mInstanceName
;
}
srp_client.hpp:197
VerifyOrExit
(
(
GetName
(
)
!=
nullptr
)
&&
(
GetInstanceName
(
)
!=
nullptr
)
,
error
=
kErrorInvalidArgs
)
;
srp_client.cpp:108
ot::Srp::Client::Service
ot::Srp::Client::Service::Init()
GetInstanceName
(
)
,
GetName
(
)
)
;
srp_client.cpp:129
ot::Srp::Client::Service
ot::Srp::Client::Service::SetState()
return
StringMatch
(
GetName
(
)
,
aOther
.
GetName
(
)
)
&&
StringMatch
(
GetInstanceName
(
)
,
aOther
.
GetInstanceName
(
)
)
;
srp_client.cpp:167
ot::Srp::Client::Service
ot::Srp::Client::Service::Matches() const
SuccessOrExit
(
error
=
Dns
::
Name
::
AppendLabel
(
aService
.
GetInstanceName
(
)
,
*
aInfo
.
mMessage
)
)
;
srp_client.cpp:1399
ot::Srp::Client
ot::Srp::Client::AppendServiceInstruction()
Call Tree
from
examples
ot::Srp::Client::Service::GetInstanceName() const
is called by 4 functions:
ot::Srp::Client::Service::Init()
ot::Srp::Client::Service::SetState()
ot::Srp::Client::Service::Matches() const
ot::Srp::Client::AppendServiceInstruction()
All items filtered out
ot::Srp::Client::Service::GetInstanceName() const
All items filtered out
Data Use
from
examples
ot::Srp::Client::Service::GetInstanceName() const
reads 1 variable:
otSrpClientService::mInstanceName
All items filtered out
ot::Srp::Client::Service::GetInstanceName() 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