Searched refs:serviceType (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/net/ |
D | srp_advertising_proxy.cpp | 1079 DnsName serviceType; in RegisterKey() local 1083 CopyNameAndRemoveDomain(serviceType, aService.GetServiceName()); in RegisterKey() 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() 1136 DnsName serviceType; in UnregisterKey() local 1141 CopyNameAndRemoveDomain(serviceType, aService.GetServiceName()); in UnregisterKey() 1143 LogInfo("Unregistering key for service '%s' '%s'", aService.GetInstanceLabel(), serviceType); in UnregisterKey() 1145 UnregisterKey(aService.GetInstanceLabel(), serviceType); in UnregisterKey()
|
D | mdns.cpp | 325 for (ServiceType &serviceType : mServiceTypes) in HandleEntryTimer() 327 serviceType.DetermineNextAggrTxTime(nextAggrTxTime); in HandleEntryTimer() 347 for (ServiceType &serviceType : mServiceTypes) in HandleEntryTimer() 349 serviceType.HandleTimer(context); in HandleEntryTimer() 2499 ServiceType *serviceType; in UpdateServiceTypes() local 2505 serviceType = Get<Core>().mServiceTypes.FindMatching(mServiceType); in UpdateServiceTypes() 2507 if (shouldAdd && (serviceType == nullptr)) in UpdateServiceTypes() 2509 serviceType = ServiceType::AllocateAndInit(GetInstance(), mServiceType.AsCString()); in UpdateServiceTypes() 2510 OT_ASSERT(serviceType != nullptr); in UpdateServiceTypes() 2511 Get<Core>().mServiceTypes.Push(*serviceType); in UpdateServiceTypes() [all …]
|
D | dnssd_server.cpp | 1708 Name::Buffer serviceType; in StartOrStopSrvResolver() local 1710 ReadQueryInstanceName(aQuery, aInfo, instanceLabel, serviceType); in StartOrStopSrvResolver() 1715 resolver.mServiceType = serviceType; in StartOrStopSrvResolver() 1739 Name::Buffer serviceType; in StartOrStopTxtResolver() local 1741 ReadQueryInstanceName(aQuery, aInfo, instanceLabel, serviceType); in StartOrStopTxtResolver() 1746 resolver.mServiceType = serviceType; in StartOrStopTxtResolver()
|
/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 806 DnsNameString serviceType; in Validate() local 816 serviceType.Append("%s.local.", aService.mServiceType); in Validate() 836 … VerifyOrQuit(RecordsFor(aSection).ContainsPtr(serviceType, serviceName, ttlCheck, aService.mTtl)); in Validate() 841 VerifyOrQuit(RecordsFor(aSection).ContainsServicesPtr(serviceType)); in Validate()
|