Searched refs:GetFullName (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/core/net/ |
D | srp_advertising_proxy.cpp | 71 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 …]
|
D | srp_server.cpp | 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() [all …]
|
D | srp_server.hpp | 459 const char *GetFullName(void) const { return mFullName.AsCString(); } in GetFullName() function in ot::Srp::Server::Host
|
D | dnssd_server.cpp | 518 …return AppendSrvRecord(aService.GetHost().GetFullName(), ttl, aService.GetPriority(), aService.Get… in AppendSrvRecord() 778 if (QueryNameMatches(host.GetFullName())) in ResolveBySrp()
|
/openthread-latest/src/core/api/ |
D | srp_server_api.cpp | 137 …tSrpServerHostGetFullName(const otSrpServerHost *aHost) { return AsCoreType(aHost).GetFullName(); } in otSrpServerHostGetFullName()
|
/openthread-latest/tests/unit/ |
D | test_srp_server.cpp | 356 name = host->GetFullName(); in ValidateHost()
|
D | test_dns_client.cpp | 313 name = host->GetFullName(); in ValidateHost()
|