Searched refs:GetInstanceLabel (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/net/ |
D | srp_advertising_proxy.cpp | 316 …LogInfo("Adv removal of service '%s' '%s'", aService.GetInstanceLabel(), aService.GetServiceName()… in AdvertiseRemovalOf() 1013 …LogInfo("Registering service '%s' '%s' on '%s', id:%lu", aService.GetInstanceLabel(), serviceName,… in RegisterService() 1018 serviceInfo.mServiceInstance = aService.GetInstanceLabel(); in RegisterService() 1035 …ogWarn("Error %s registering service '%s' '%s'", ErrorToString(error), aService.GetInstanceLabel(), in RegisterService() 1053 …LogInfo("Unregistering service '%s' '%s' on '%s'", aService.GetInstanceLabel(), serviceName, hostN… in UnregisterService() 1057 serviceInfo.mServiceInstance = aService.GetInstanceLabel(); in UnregisterService() 1085 … LogInfo("Registering key for service '%s' '%s', id:%lu", aService.GetInstanceLabel(), serviceType, in RegisterKey() 1088 …RegisterKey(aService.GetInstanceLabel(), serviceType, aService.mHost->mKey, aService.mKeyAdvId, aS… in RegisterKey() 1143 LogInfo("Unregistering key for service '%s' '%s'", aService.GetInstanceLabel(), serviceType); in UnregisterKey() 1145 UnregisterKey(aService.GetInstanceLabel(), serviceType); in UnregisterKey()
|
D | srp_server.hpp | 216 const char *GetInstanceLabel(void) const { return mInstanceLabel.AsCString(); } in GetInstanceLabel() function in ot::Srp::Server::Service
|
D | dnssd_server.cpp | 803 SuccessOrExit(error = AppendPtrRecord(service.GetInstanceLabel(), ttl)); in ResolveBySrp()
|
D | srp_server.cpp | 1365 …ervice = aHost.AddNewService(existingService.GetInstanceName(), existingService.GetInstanceLabel(), in HandleUpdate()
|
/openthread-latest/src/core/api/ |
D | srp_server_api.cpp | 176 return AsCoreType(aService).GetInstanceLabel(); in otSrpServerServiceGetInstanceLabel()
|
/openthread-latest/tests/unit/ |
D | test_srp_adv_proxy.cpp | 2081 …if (StringMatch(service.GetInstanceLabel(), service2.GetInstanceName(), kStringCaseInsensitiveMatc… in TestSrpAdvProxyReplacedEntries() 2085 …else if (StringMatch(service.GetInstanceLabel(), service1.GetInstanceName(), kStringCaseInsensitiv… in TestSrpAdvProxyReplacedEntries() 2187 …if (StringMatch(service.GetInstanceLabel(), service1.GetInstanceName(), kStringCaseInsensitiveMatc… in TestSrpAdvProxyReplacedEntries() 2191 …else if (StringMatch(service.GetInstanceLabel(), service2.GetInstanceName(), kStringCaseInsensitiv… in TestSrpAdvProxyReplacedEntries()
|