Home
last modified time | relevance | path

Searched defs:FindSubTlv (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/thread/
Dnetwork_data_tlvs.cpp84 const NetworkDataTlv *PrefixTlv::FindSubTlv(Type aType) const in FindSubTlv() function in ot::NetworkData::PrefixTlv
89 const NetworkDataTlv *PrefixTlv::FindSubTlv(Type aType, bool aStable) const in FindSubTlv() function in ot::NetworkData::PrefixTlv
Dnetwork_data_tlvs.hpp801 template <typename SubTlvType> SubTlvType *FindSubTlv(void) in FindSubTlv() function in ot::NetworkData::PrefixTlv
814 template <typename SubTlvType> const SubTlvType *FindSubTlv(void) const in FindSubTlv() function in ot::NetworkData::PrefixTlv
829 template <typename SubTlvType> SubTlvType *FindSubTlv(bool aStable) in FindSubTlv() function in ot::NetworkData::PrefixTlv
844 template <typename SubTlvType> const SubTlvType *FindSubTlv(bool aStable) const in FindSubTlv() function in ot::NetworkData::PrefixTlv
857 NetworkDataTlv *FindSubTlv(Type aType) { return AsNonConst(AsConst(this)->FindSubTlv(aType)); } in FindSubTlv() function in ot::NetworkData::PrefixTlv
878 NetworkDataTlv *FindSubTlv(Type aType, bool aStable) in FindSubTlv() function in ot::NetworkData::PrefixTlv