Searched defs:ContainsTlv (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/openthread/src/core/meshcop/ | ||
H A D | dataset.hpp | 269 bool ContainsTlv(Tlv::Type aType) const { return (FindTlv(aType) != nullptr); } in ContainsTlv() function in ot::MeshCoP::Dataset |
/aosp_15_r20/external/openthread/src/core/thread/ | ||
H A D | mle.cpp | 4983 bool Mle::RxMessage::ContainsTlv(Tlv::Type aTlvType) const in ContainsTlv() function in ot::Mle::Mle::RxMessage |