Home
last modified time | relevance | path

Searched refs:CanAppendService (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_client.hpp1022 bool CanAppendService(const Service &aService);
Dsrp_client.cpp1279 if ((service.GetState() != kRegistered) && CanAppendService(service)) in AppendServiceInstructions()
1296 … if ((service.GetState() == kRegistered) && CanAppendService(service) && ShouldRenewEarly(service)) in AppendServiceInstructions()
1327 bool Client::CanAppendService(const Service &aService) in CanAppendService() function in ot::Srp::Client