Home
last modified time | relevance | path

Searched defs:GetTlv (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/meshcop/
Ddataset.hpp633 Tlv *GetTlv(Tlv::Type aType) { return AsNonConst(AsConst(this)->GetTlv(aType)); } in GetTlv() function in ot::MeshCoP::Dataset
651 template <typename TlvType> TlvType *GetTlv(void) in GetTlv() function in ot::MeshCoP::Dataset
662 template <typename TlvType> const TlvType *GetTlv(void) const in GetTlv() function in ot::MeshCoP::Dataset
Ddataset.cpp185 const Tlv *Dataset::GetTlv(Tlv::Type aType) const in GetTlv() function in ot::MeshCoP::Dataset
/external/openthread/src/core/thread/
Dnetwork_data.hpp517 const NetworkDataTlv *GetTlv(const uint8_t *aTlvs) const in GetTlv() function in ot::NetworkData::NetworkData::NetworkDataIterator