ESP-IDF
kStateStopped
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kStateStopped
kStateStopped value
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:867
kStateStopped
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kStateStopped
,
// Client is stopped.
srp_client.hpp:867
,
mState
(
kStateStopped
)
srp_client.cpp:350
ot::Srp::Client
ot::Srp::Client::Client()
VerifyOrExit
(
GetState
(
)
==
kStateStopped
,
srp_client.cpp:400
ot::Srp::Client
ot::Srp::Client::Start()
VerifyOrExit
(
GetState
(
)
!=
kStateStopped
)
;
srp_client.cpp:454
ot::Srp::Client
ot::Srp::Client::Stop()
SetState
(
kStateStopped
)
;
srp_client.cpp:477
ot::Srp::Client
ot::Srp::Client::Stop()
VerifyOrExit
(
GetState
(
)
!=
kStateStopped
)
;
srp_client.cpp:568
ot::Srp::Client
ot::Srp::Client::HandleRoleChanged()
case
kStateStopped
:
srp_client.cpp:872
ot::Srp::Client
ot::Srp::Client::ClearHostAndServices()
case
kStateStopped
:
srp_client.cpp:900
ot::Srp::Client
ot::Srp::Client::SetState()
case
kStateStopped
:
srp_client.cpp:1785
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
VerifyOrExit
(
(
GetState
(
)
!=
kStateStopped
)
&&
(
GetState
(
)
!=
kStatePaused
)
)
;
srp_client.cpp:2018
ot::Srp::Client
ot::Srp::Client::UpdateState()
case
kStateStopped
:
srp_client.cpp:2181
ot::Srp::Client
ot::Srp::Client::HandleTimer()
ValidateNextEnum
(
kStateStopped
)
;
srp_client.cpp:2576
ot::Srp::Client
ot::Srp::Client::StateToString()
bool
IsRunning
(
void
)
const
{
return
(
mState
!=
kStateStopped
)
;
}
srp_client.hpp:412
ot::Srp::Client
ot::Srp::Client::IsRunning() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kStateStopped
is read by 11 functions:
All items filtered out
kStateStopped
ot::Srp::Client::IsRunning() const
ot::Srp::Client::Client()
ot::Srp::Client::Start()
ot::Srp::Client::Stop()
ot::Srp::Client::HandleRoleChanged()
ot::Srp::Client::ClearHostAndServices()
ot::Srp::Client::SetState()
ot::Srp::Client::ProcessResponse()
ot::Srp::Client::UpdateState()
ot::Srp::Client::HandleTimer()
ot::Srp::Client::StateToString()
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