Home
last modified time | relevance | path

Searched defs:aServiceTlv (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/core/thread/
Dnetwork_data_types.cpp243 void ServiceConfig::SetFrom(const ServiceTlv &aServiceTlv, const ServerTlv &aServerTlv) in SetFrom()
Dnetwork_data_service.hpp379 static Error ParseFrom(const ServiceTlv &aServiceTlv, DnsSrpUnicastInfo &aInfo) in ParseFrom()
Dnetwork_data.cpp464 bool NetworkData::MatchService(const ServiceTlv &aServiceTlv, in MatchService()
Dnetwork_data_tlvs.hpp1499 explicit TlvIterator(const ServiceTlv &aServiceTlv) in TlvIterator()
/external/openthread/tests/unit/
Dtest_network_data.cpp538 Error ValidateServiceData(const ServiceTlv *aServiceTlv, const ServiceData &aServiceData) const in ValidateServiceData() argument