Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/meshcop/
Ddataset.cpp395 Error Dataset::SetTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in SetTlv() function in ot::MeshCoP::Dataset
428 Error Dataset::SetTlv(const Tlv &aTlv) { return SetTlv(aTlv.GetType(), aTlv.GetValue(), aTlv.GetLen… in SetTlv() function in ot::MeshCoP::Dataset
Ddataset.hpp780 template <typename ValueType> Error SetTlv(Tlv::Type aType, const ValueType &aValue) in SetTlv() function in ot::MeshCoP::Dataset
933 template <> inline Error Dataset::SetTlv(Tlv::Type aType, const uint16_t &aValue) in SetTlv() function in ot::MeshCoP::Dataset
950 template <> inline Error Dataset::SetTlv(Tlv::Type aType, const uint32_t &aValue) in SetTlv() function in ot::MeshCoP::Dataset