Home
last modified time | relevance | path

Searched refs:IsServiceConsistent (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dnetwork_data_local.hpp182 bool IsServiceConsistent(void) const;
Dnetwork_data_local.cpp268 bool Local::IsServiceConsistent(void) const in IsServiceConsistent() function in ot::NetworkData::Local
322 isConsistent = isConsistent && IsServiceConsistent(); in UpdateInconsistentServerData()