Home
last modified time | relevance | path

Searched refs:GetFullName (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp71 LogInfo("Adv existing host '%s'", host.GetFullName()); in Start()
210 LogInfo("Adv removal of host '%s'", aHost.GetFullName()); in AdvertiseRemovalOf()
235 if (!aHost.Matches(advHost.GetFullName()) || advHost.IsDeleted()) in AdvertiseRemovalOf()
332 if (!aService.mHost->Matches(advHost.GetFullName())) in AdvertiseRemovalOf()
369 LogInfo("Adv update for '%s'", aHost.GetFullName()); in Advertise()
384 if (!aHost.Matches(adv.mHost.GetFullName())) in Advertise()
407 existingHost = Get<Server>().mHosts.FindMatching(aHost.GetFullName()); in Advertise()
430 LogInfo("Adv skipped '%s'", aHost.GetFullName()); in Advertise()
935 CopyNameAndRemoveDomain(hostName, aHost.GetFullName()); in RegisterHost()
974 CopyNameAndRemoveDomain(hostName, aHost.GetFullName()); in UnregisterHost()
[all …]
Dsrp_server.cpp311 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()
[all …]
Dsrp_server.hpp459 const char *GetFullName(void) const { return mFullName.AsCString(); } in GetFullName() function in ot::Srp::Server::Host
Ddnssd_server.cpp518 …return AppendSrvRecord(aService.GetHost().GetFullName(), ttl, aService.GetPriority(), aService.Get… in AppendSrvRecord()
778 if (QueryNameMatches(host.GetFullName())) in ResolveBySrp()
/openthread-latest/src/core/api/
Dsrp_server_api.cpp137 …tSrpServerHostGetFullName(const otSrpServerHost *aHost) { return AsCoreType(aHost).GetFullName(); } in otSrpServerHostGetFullName()
/openthread-latest/tests/unit/
Dtest_srp_server.cpp356 name = host->GetFullName(); in ValidateHost()
Dtest_dns_client.cpp313 name = host->GetFullName(); in ValidateHost()