ESP-IDF
ot::MeshCoP::BorderAgent::mUsingEphemeralKey
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::BorderAgent::mUsingEphemeralKey
ot::MeshCoP::BorderAgent::mUsingEphemeralKey field
Syntax
Show:
Summary
Declaration
from
border_agent.hpp:333
bool
mUsingEphemeralKey
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mUsingEphemeralKey
;
border_agent.hpp:333
if
(
mUsingEphemeralKey
)
border_agent.cpp:197
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleCoapResponse()
,
mUsingEphemeralKey
(
false
)
border_agent.cpp:247
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::BorderAgent()
VerifyOrExit
(
!
mUsingEphemeralKey
)
;
border_agent.cpp:319
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleNotifierEvents()
if
(
mUsingEphemeralKey
)
border_agent.cpp:655
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleConnected()
if
(
mUsingEphemeralKey
)
border_agent.cpp:672
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleConnected()
if
(
mUsingEphemeralKey
)
border_agent.cpp:720
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::Start()
if
(
mUsingEphemeralKey
)
border_agent.cpp:759
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::Stop()
mUsingEphemeralKey
=
false
;
border_agent.cpp:761
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::Stop()
if
(
!
mUsingEphemeralKey
)
border_agent.cpp:798
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SetEphemeralKey()
mUsingEphemeralKey
=
true
;
border_agent.cpp:809
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SetEphemeralKey()
mUsingEphemeralKey
=
false
;
border_agent.cpp:815
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::SetEphemeralKey()
VerifyOrExit
(
mUsingEphemeralKey
)
;
border_agent.cpp:853
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::ClearEphemeralKey()
bool
IsEphemeralKeyActive
(
void
)
const
{
return
mUsingEphemeralKey
;
}
border_agent.hpp:224
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::IsEphemeralKeyActive() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::BorderAgent::mUsingEphemeralKey
is written by 2 functions and is read by 8 functions:
ot::MeshCoP::BorderAgent::Stop()
ot::MeshCoP::BorderAgent::SetEphemeralKey()
All items filtered out
ot::MeshCoP::BorderAgent::mUsingEphemeralKey
ot::MeshCoP::BorderAgent::IsEphemeralKeyActive() const
ot::MeshCoP::BorderAgent::HandleCoapResponse()
ot::MeshCoP::BorderAgent::HandleNotifierEvents()
ot::MeshCoP::BorderAgent::HandleConnected()
ot::MeshCoP::BorderAgent::Start()
ot::MeshCoP::BorderAgent::Stop()
ot::MeshCoP::BorderAgent::SetEphemeralKey()
ot::MeshCoP::BorderAgent::ClearEphemeralKey()
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