Searched refs:CanAppendService (Results 1 – 2 of 2) sorted by relevance
1022 bool CanAppendService(const Service &aService);
1279 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