Home
last modified time | relevance | path

Searched refs:IsMeshLocalPrefixPresent (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/core/meshcop/
Ddataset.hpp131 bool IsMeshLocalPrefixPresent(void) const { return mIsMeshLocalPrefixPresent; } in IsMeshLocalPrefixPresent() function in ot::MeshCoP::Dataset::Components
362 bool IsMeshLocalPrefixPresent(void) const { return mComponents.mIsMeshLocalPrefixPresent; } in IsMeshLocalPrefixPresent() function in ot::MeshCoP::Dataset::Info
Ddataset.cpp122 if (IsMeshLocalPrefixPresent()) in IsSubsetOf()
124 …VerifyOrExit(aOther.IsMeshLocalPrefixPresent() && GetMeshLocalPrefix() == aOther.GetMeshLocalPrefi… in IsSubsetOf()
326 if (aDatasetInfo.IsMeshLocalPrefixPresent()) in SetFrom()
Ddataset_manager.cpp557 if (aDatasetComponents.IsMeshLocalPrefixPresent()) in SendGetRequest()