Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp316 …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()
Dsrp_server.hpp216 const char *GetInstanceLabel(void) const { return mInstanceLabel.AsCString(); } in GetInstanceLabel() function in ot::Srp::Server::Service
Ddnssd_server.cpp803 SuccessOrExit(error = AppendPtrRecord(service.GetInstanceLabel(), ttl)); in ResolveBySrp()
Dsrp_server.cpp1365 …ervice = aHost.AddNewService(existingService.GetInstanceName(), existingService.GetInstanceLabel(), in HandleUpdate()
/openthread-latest/src/core/api/
Dsrp_server_api.cpp176 return AsCoreType(aService).GetInstanceLabel(); in otSrpServerServiceGetInstanceLabel()
/openthread-latest/tests/unit/
Dtest_srp_adv_proxy.cpp2081 …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()