Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_types.cpp244 void ServiceConfig::SetFrom(const ServiceTlv &aServiceTlv, const ServerTlv &aServerTlv) in SetFrom()
H A Dnetwork_data.cpp471 bool NetworkData::MatchService(const ServiceTlv &aServiceTlv, in MatchService()
H A Dnetwork_data_tlvs.hpp1615 explicit TlvIterator(const ServiceTlv &aServiceTlv) in TlvIterator()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_network_data.cpp520 Error ValidateServiceData(const ServiceTlv *aServiceTlv, const ServiceData &aServiceData) const in ValidateServiceData() argument