Lines Matching refs:GetFullName
311 LogInfo("Remove host %s (but retain its name)", aHost->GetFullName()); in RemoveHost()
317 LogInfo("Fully remove host %s", aHost->GetFullName()); in RemoveHost()
351 const Host *existingHost = mHosts.FindMatching(aHost.GetFullName()); in HasNameConflictsWith()
355 LogWarn("Name conflict: host name %s has already been allocated", aHost.GetFullName()); in HasNameConflictsWith()
467 existingHost = mHosts.RemoveMatching(aHost.GetFullName()); in CommitSrpUpdate()
469 …tting update for %s host %s", (existingHost != nullptr) ? "existing" : "new", aHost.GetFullName()); in CommitSrpUpdate()
480 LogInfo("Fully remove host %s", aHost.GetFullName()); in CommitSrpUpdate()
901 OT_ASSERT(aHost.GetFullName() == nullptr); in ProcessHostDescriptionInstruction()
971 VerifyOrExit(aHost.GetFullName() != nullptr, error = kErrorFailed); in ProcessHostDescriptionInstruction()
1349 existingHost = mHosts.FindMatching(aHost.GetFullName()); in HandleUpdate()
1387 LogInfo(" Host:%s", aHost.GetFullName()); in InformUpdateHandlerOrCommit()
1604 LogInfo("KEY LEASE of host %s expired", host->GetFullName()); in HandleLeaseTimer()
1637 LogInfo("LEASE of host %s expired", host->GetFullName()); in HandleLeaseTimer()
2195 LogWarn("Too many addresses for host %s", GetFullName()); in AddIp6Address()