Home
last modified time | relevance | path

Searched refs:IsPartiallyComplete (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/src/core/meshcop/
Ddataset_manager.hpp389 bool IsPartiallyComplete(void) const;
Ddataset_manager.cpp634 bool ActiveDatasetManager::IsPartiallyComplete(void) const { return mLocal.IsSaved() && !mTimestamp… in IsPartiallyComplete() function in ot::MeshCoP::ActiveDatasetManager
/openthread-3.4.0/src/core/thread/
Dmle_router.cpp242 …VerifyOrExit(!Get<MeshCoP::ActiveDatasetManager>().IsPartiallyComplete(), error = kErrorInvalidSta… in BecomeLeader()
Dmle.cpp1537 … (Get<MeshCoP::ActiveDatasetManager>().IsPartiallyComplete() || !IsFullThreadDevice())); in PrepareAnnounceState()