Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/meshcop/
Ddataset_local.hpp187 bool IsActive(void) const { return (mType == Dataset::kActive); } in IsActive() function in ot::MeshCoP::DatasetLocal
Dcommissioner.hpp420 bool IsActive(void) const { return mState == kStateActive; } in IsActive() function in ot::MeshCoP::Commissioner