Home
last modified time | relevance | path

Searched refs:GetInstanceName (Results 1 – 6 of 6) sorted by relevance

/openthread-2.7.6/src/core/api/
Dsrp_server_api.cpp160 return static_cast<const Srp::Server::Service *>(aService)->GetInstanceName(); in otSrpServerServiceGetFullName()
165 return static_cast<const Srp::Server::Service *>(aService)->GetInstanceName(); in otSrpServerServiceGetInstanceName()
/openthread-2.7.6/src/core/net/
Dsrp_server.hpp174 const char *GetInstanceName(void) const { return mDescription.mInstanceName.AsCString(); } in GetInstanceName() function in ot::Srp::Server::Service
301 const char *GetInstanceName(void) const { return mInstanceName.AsCString(); } in GetInstanceName() function
Dsrp_server.cpp283 if (host.FindServiceDescription(desc.GetInstanceName()) != nullptr) in HasNameConflictsWith()
1019 if (aHost.FindService(service.GetServiceName(), service.GetInstanceName()) == nullptr) in HandleUpdate()
1022 … aHost.AddNewService(service.GetServiceName(), service.GetInstanceName(), service.IsSubType()); in HandleUpdate()
1440 otLogInfoSrp("[server] %s service '%s'%s%s", kActionStrings[aAction], GetInstanceName(), in Log()
1722 desc->GetInstanceName()) == nullptr) in FreeUnusedServiceDescriptions()
1761 Service *existingService = FindService(service.GetServiceName(), service.GetInstanceName()); in MergeServicesAndResourcesFrom()
1775 … : AddNewService(service.GetServiceName(), service.GetInstanceName(), service.IsSubType()); in MergeServicesAndResourcesFrom()
Dsrp_client.cpp99 … VerifyOrExit((GetName() != nullptr) && (GetInstanceName() != nullptr), error = kErrorInvalidArgs); in Init()
115 GetInstanceName(), GetName()); in SetState()
152 …n (strcmp(GetName(), aOther.GetName()) == 0) && (strcmp(GetInstanceName(), aOther.GetInstanceName(… in Matches()
860 SuccessOrExit(error = Dns::Name::AppendLabel(aService.GetInstanceName(), aMessage)); in AppendServiceInstructions()
Dsrp_client.hpp192 const char *GetInstanceName(void) const { return mInstanceName; } in GetInstanceName() function in ot::Srp::Client::Service
Ddnssd_server.cpp693 const char *instanceName = service->GetInstanceName(); in ResolveQuestionBySrp()