Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/meshcop/
Ddataset_manager.hpp343 bool IsPendingDataset(void) const { return GetType() == Dataset::kPending; } in IsPendingDataset() function in ot::MeshCoP::DatasetManager
Ddataset_manager.cpp378 VerifyOrExit(length > 0 && IsPendingDataset()); in HandleGet()