Searched refs:IsSaved (Results 1 – 2 of 2) sorted by relevance
80 bool IsSaved(void) const { return mSaved; } in IsSaved() function in ot::MeshCoP::DatasetLocal
634 bool ActiveDatasetManager::IsPartiallyComplete(void) const { return mLocal.IsSaved() && !mTimestamp… in IsPartiallyComplete()