Searched refs:IsComplete (Results 1 – 3 of 3) sorted by relevance
404 bool IsComplete(void) const;
628 bool ActiveDatasetManager::IsComplete(void) const { return mLocal.IsSaved() && mTimestampValid; } in IsComplete() function in ot::MeshCoP::ActiveDatasetManager
270 VerifyOrExit(Get<MeshCoP::ActiveDatasetManager>().IsComplete(), error = kErrorInvalidState); in BecomeLeader()