Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddataset_api.cpp42 return AsCoreType(aInstance).Get<MeshCoP::ActiveDatasetManager>().IsCommissioned(); in otDatasetIsCommissioned()
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp587 VerifyOrExit(Get<ActiveDatasetManager>().IsCommissioned(), error = kErrorInvalidState); in HandleGetNetworkName()
633 VerifyOrExit(Get<ActiveDatasetManager>().IsCommissioned(), error = kErrorInvalidState); in HandleGetExtPanId()
866 tas.mIsCommisionned = Get<ActiveDatasetManager>().IsCommissioned(); in GetAdvertisementData()
Ddataset_manager.hpp361 bool IsCommissioned(void) const;
Ddataset_manager.cpp865 bool ActiveDatasetManager::IsCommissioned(void) const in IsCommissioned() function in ot::MeshCoP::ActiveDatasetManager