ESP-IDF
ot::Srp::Server::Service::Log() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Server::Service::Log() const
ot::Srp::Server::Service::Log() const method
Syntax
Show:
Summary
Declaration
Definition
from
srp_server.hpp:389
void
Log
(
Action
aAction
)
const
;
Implemented in
srp_server.cpp:1926
Arguments
Argument
aAction
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Server
::
Service
::
Log
(
Action
aAction
)
const
srp_server.cpp:1926
void
Log
(
Action
aAction
)
const
;
srp_server.hpp:389
existingService
->
Log
(
Service
::
kRemoveButRetainName
)
;
srp_server.cpp:539
ot::Srp::Server
ot::Srp::Server::CommitSrpUpdate()
existingService
->
Log
(
Service
::
kKeepUnchanged
)
;
srp_server.cpp:543
ot::Srp::Server
ot::Srp::Server::CommitSrpUpdate()
service
->
Log
(
Service
::
kKeyLeaseExpired
)
;
srp_server.cpp:1627
ot::Srp::Server
ot::Srp::Server::HandleLeaseTimer()
service
->
Log
(
Service
::
kKeyLeaseExpired
)
;
srp_server.cpp:1667
ot::Srp::Server
ot::Srp::Server::HandleLeaseTimer()
service
->
Log
(
Service
::
kLeaseExpired
)
;
srp_server.cpp:1677
ot::Srp::Server
ot::Srp::Server::HandleLeaseTimer()
aService
->
Log
(
aRetainName
?
Service
::
kRemoveButRetainName
:
Service
::
kFullyRemove
)
;
srp_server.cpp:2128
ot::Srp::Server::Host
ot::Srp::Server::Host::RemoveService()
Call Tree
from
examples
ot::Srp::Server::Service::Log() const
is called by 3 functions and calls 1 function:
ot::Srp::Server::CommitSrpUpdate()
ot::Srp::Server::HandleLeaseTimer()
ot::Srp::Server::Host::RemoveService()
All items filtered out
ot::Srp::Server::Service::Log() const
ot::Srp::Server::Service::GetInstanceName() const
All items filtered out
Data Use
from
examples
ot::Srp::Server::Service::Log() const
reads 9 variables:
ot::LogLevel::kLogLevelInfo
ot::Srp::Server::Service::Action::kAddNew
ot::Srp::Server::Service::Action::kUpdateExisting
ot::Srp::Server::Service::Action::kKeepUnchanged
ot::Srp::Server::Service::Action::kRemoveButRetainName
ot::Srp::Server::Service::Action::kFullyRemove
ot::Srp::Server::Service::Action::kLeaseExpired
ot::Srp::Server::Service::Action::kKeyLeaseExpired
ot::Srp::Server::Service::mIsCommitted
All items filtered out
ot::Srp::Server::Service::Log() 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