Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data.hpp417 …const NetworkDataTlv *GetTlvsStart(void) const { return reinterpret_cast<const NetworkDataTlv *>(m… in GetTlvsStart() function in ot::NetworkData::NetworkData
656 NetworkDataTlv *GetTlvsStart(void) { return AsNonConst(AsConst(this)->GetTlvsStart()); } in GetTlvsStart() function in ot::NetworkData::MutableNetworkData
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Ddataset.hpp652 Tlv *GetTlvsStart(void) { return reinterpret_cast<Tlv *>(mTlvs); } in GetTlvsStart() function in ot::MeshCoP::Dataset
660 const Tlv *GetTlvsStart(void) const { return reinterpret_cast<const Tlv *>(mTlvs); } in GetTlvsStart() function in ot::MeshCoP::Dataset