Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/meshcop/
Ddataset.hpp107 bool IsNetworkKeyPresent(void) const { return mIsNetworkKeyPresent; } in IsNetworkKeyPresent() function in ot::MeshCoP::Dataset::Components
257 bool IsNetworkKeyPresent(void) const { return mComponents.mIsNetworkKeyPresent; } in IsNetworkKeyPresent() function in ot::MeshCoP::Dataset::Info
Ddataset.cpp107 if (IsNetworkKeyPresent()) in IsSubsetOf()
109 VerifyOrExit(aOther.IsNetworkKeyPresent() && GetNetworkKey() == aOther.GetNetworkKey()); in IsSubsetOf()
331 if (aDatasetInfo.IsNetworkKeyPresent()) in SetFrom()
Ddataset_manager.cpp542 if (aDatasetComponents.IsNetworkKeyPresent()) in SendGetRequest()
643 isValid = (datasetInfo.IsNetworkKeyPresent() && datasetInfo.IsNetworkNamePresent() && in IsCommissioned()