Home
last modified time | relevance | path

Searched refs:AppendMleDatasetTlv (Results 1 – 5 of 5) sorted by relevance

/openthread-3.4.0/src/core/meshcop/
Ddataset_manager_ftd.cpp65 Error DatasetManager::AppendMleDatasetTlv(Message &aMessage) const in AppendMleDatasetTlv() function in ot::MeshCoP::DatasetManager
71 return dataset.AppendMleDatasetTlv(GetType(), aMessage); in AppendMleDatasetTlv()
Ddataset_manager.hpp181 Error AppendMleDatasetTlv(Message &aMessage) const;
Ddataset.hpp849 Error AppendMleDatasetTlv(Type aType, Message &aMessage) const;
Ddataset.cpp459 Error Dataset::AppendMleDatasetTlv(Type aType, Message &aMessage) const in AppendMleDatasetTlv() function in ot::MeshCoP::Dataset
/openthread-3.4.0/src/core/thread/
Dmle.cpp4950 return Get<MeshCoP::ActiveDatasetManager>().AppendMleDatasetTlv(*this); in AppendActiveDatasetTlv()
4955 return Get<MeshCoP::PendingDatasetManager>().AppendMleDatasetTlv(*this); in AppendPendingDatasetTlv()