Searched defs:GetTlv (Results 1 – 3 of 3) sorted by relevance
/external/openthread/src/core/meshcop/ | ||
D | dataset.hpp | 633 Tlv *GetTlv(Tlv::Type aType) { return AsNonConst(AsConst(this)->GetTlv(aType)); } in GetTlv() function in ot::MeshCoP::Dataset |
D | dataset.cpp | 185 const Tlv *Dataset::GetTlv(Tlv::Type aType) const in GetTlv() function in ot::MeshCoP::Dataset |
/external/openthread/src/core/thread/ | ||
D | network_data.hpp | 517 const NetworkDataTlv *GetTlv(const uint8_t *aTlvs) const in GetTlv() function in ot::NetworkData::NetworkData::NetworkDataIterator |