Home
last modified time | relevance | path

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

/external/openthread/src/core/meshcop/
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
Ddataset.cpp401 Error Dataset::SetTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in SetTlv() function in ot::MeshCoP::Dataset
434 Error Dataset::SetTlv(const Tlv &aTlv) in SetTlv() function in ot::MeshCoP::Dataset