Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Ddataset_manager.hpp345 bool IsPartiallyComplete(void) const;
Ddataset_manager.cpp861 bool ActiveDatasetManager::IsPartiallyComplete(void) const { return mLocalSaved && !mNetworkTimesta… in IsPartiallyComplete() function in ot::MeshCoP::ActiveDatasetManager
/openthread-latest/src/core/thread/
Dmle_router.cpp275 …VerifyOrExit(!Get<MeshCoP::ActiveDatasetManager>().IsPartiallyComplete(), error = kErrorInvalidSta… in BecomeLeader()
Dmle.cpp1564 … (Get<MeshCoP::ActiveDatasetManager>().IsPartiallyComplete() || !IsFullThreadDevice())); in PrepareAnnounceState()