ESP-IDF
ot::Srp::Server::Host::RemoveService()
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::Host::RemoveService()
ot::Srp::Server::Host::RemoveService() method
Syntax
Show:
Summary
Declaration
Definition
from
srp_server.hpp:564
void
RemoveService
(
Service
*
aService
,
RetainName
aRetainName
,
NotifyMode
aNotifyServiceHandler
)
;
Implemented in
srp_server.cpp:2114
Arguments
Argument
aService
aRetainName
aNotifyServiceHandler
Related Functions
Found 3 other functions taking a
Service
argument:
Function
ot::Srp::Server::Host::AddService()
ot::Srp::Server::Host::GetNextService() const
ot::Dns::ServiceDiscovery::Server::Response::QueryNameMatchesService() const
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Server
::
Host
::
RemoveService
(
Service
*
aService
,
RetainName
aRetainName
,
NotifyMode
aNotifyServiceHandler
)
srp_server.cpp:2114
void
RemoveService
(
Service
*
aService
,
RetainName
aRetainName
,
NotifyMode
aNotifyServiceHandler
)
;
srp_server.hpp:564
host
->
RemoveService
(
service
,
kDeleteName
,
kNotifyServiceHandler
)
;
srp_server.cpp:1628
ot::Srp::Server
ot::Srp::Server::HandleLeaseTimer()
host
->
RemoveService
(
service
,
kDeleteName
,
kNotifyServiceHandler
)
;
srp_server.cpp:1668
ot::Srp::Server
ot::Srp::Server::HandleLeaseTimer()
host
->
RemoveService
(
service
,
kRetainName
,
kNotifyServiceHandler
)
;
srp_server.cpp:1680
ot::Srp::Server
ot::Srp::Server::HandleLeaseTimer()
Call Tree
from
examples
ot::Srp::Server::Host::RemoveService()
is called by 1 function and calls 4 functions:
ot::Srp::Server::HandleLeaseTimer()
All items filtered out
ot::Srp::Server::Host::RemoveService()
ot::ToUlong()
ot::Srp::Server::AllocateServiceUpdateId()
ot::Srp::Server::Service::Log() const
ot::Srp::Server::Host::RemoveService()::aService
All items filtered out
Data Use
from
examples
ot::Srp::Server::Host::RemoveService()
reads 4 variables and writes 3 variables:
ot::LogLevel::kLogLevelInfo
ot::Srp::Server::Service::Action::kRemoveButRetainName
ot::Srp::Server::Service::Action::kFullyRemove
ot::Srp::Server::kDefaultEventsHandlerTimeout
All items filtered out
ot::Srp::Server::Host::RemoveService()
ot::Srp::Server::Service::mLease
ot::Srp::Server::Service::mKeyLease
ot::Srp::Server::Service::mIsDeleted
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