Searched refs:aServiceTlv (Results 1 – 7 of 7) sorted by relevance
243 void ServiceConfig::SetFrom(const ServiceTlv &aServiceTlv, const ServerTlv &aServerTlv) in SetFrom() argument249 aServiceTlv.GetServiceData(serviceData); in SetFrom()250 mServiceId = aServiceTlv.GetServiceId(); in SetFrom()251 mEnterpriseNumber = aServiceTlv.GetEnterpriseNumber(); in SetFrom()
379 static Error ParseFrom(const ServiceTlv &aServiceTlv, DnsSrpUnicastInfo &aInfo) in ParseFrom() argument382 return AddrData::ParseFrom(aServiceTlv.GetServiceData() + sizeof(uint8_t), in ParseFrom()383 … aServiceTlv.GetServiceDataLength() - sizeof(uint8_t), aInfo); in ParseFrom()
461 bool NetworkData::MatchService(const ServiceTlv &aServiceTlv, in MatchService() argument469 VerifyOrExit(aServiceTlv.GetEnterpriseNumber() == aEnterpriseNumber); in MatchService()471 aServiceTlv.GetServiceData(serviceData); in MatchService()
1489 explicit TlvIterator(const ServiceTlv &aServiceTlv) in TlvIterator() argument1490 : TlvIterator(aServiceTlv.GetSubTlvs(), aServiceTlv.GetNext()) in TlvIterator()
395 void SetFrom(const ServiceTlv &aServiceTlv, const ServerTlv &aServerTlv);
544 static bool MatchService(const ServiceTlv &aServiceTlv,
520 Error ValidateServiceData(const ServiceTlv *aServiceTlv, const ServiceData &aServiceData) const in ValidateServiceData() argument525 VerifyOrExit(aServiceTlv != nullptr); in ValidateServiceData()526 aServiceTlv->GetServiceData(serviceData); in ValidateServiceData()