Searched refs:IsNetworkKeyPresent (Results 1 – 3 of 3) sorted by relevance
107 bool IsNetworkKeyPresent(void) const { return mIsNetworkKeyPresent; } in IsNetworkKeyPresent() function in ot::MeshCoP::Dataset::Components257 bool IsNetworkKeyPresent(void) const { return mComponents.mIsNetworkKeyPresent; } in IsNetworkKeyPresent() function in ot::MeshCoP::Dataset::Info
107 if (IsNetworkKeyPresent()) in IsSubsetOf()109 VerifyOrExit(aOther.IsNetworkKeyPresent() && GetNetworkKey() == aOther.GetNetworkKey()); in IsSubsetOf()331 if (aDatasetInfo.IsNetworkKeyPresent()) in SetFrom()
542 if (aDatasetComponents.IsNetworkKeyPresent()) in SendGetRequest()643 isValid = (datasetInfo.IsNetworkKeyPresent() && datasetInfo.IsNetworkNamePresent() && in IsCommissioned()