Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/meshcop/
Ddataset_updater.cpp179 if (requestedDataset.IsSubsetOf(dataset)) in HandleNotifierEvents()
199 if (!requestedDataset.IsSubsetOf(dataset)) in HandleNotifierEvents()
Ddataset.hpp602 bool IsSubsetOf(const Info &aOther) const;
Ddataset.cpp103 bool Dataset::Info::IsSubsetOf(const Info &aOther) const in IsSubsetOf() function in ot::MeshCoP::Dataset::Info