Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/meshcop/
H A Ddataset.hpp269 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 Dmle.cpp4983 bool Mle::RxMessage::ContainsTlv(Tlv::Type aTlvType) const in ContainsTlv() function in ot::Mle::Mle::RxMessage