Home
last modified time | relevance | path

Searched refs:kActive (Results 1 – 8 of 8) sorted by relevance

/openthread-3.4.0/src/core/meshcop/
Ddataset.cpp265 if (aType == kActive) in Set()
371 if (aType == kActive) in GetTimestamp()
392 …IgnoreError(SetTlv((aType == kActive) ? Tlv::kActiveTimestamp : Tlv::kPendingTimestamp, aTimestamp… in SetTimestamp()
467 type = (aType == kActive ? Mle::Tlv::kActiveDataset : Mle::Tlv::kPendingDataset); in AppendMleDatasetTlv()
475 if (((aType == kActive) && (cur->GetType() == Tlv::kActiveTimestamp)) || in AppendMleDatasetTlv()
606 const char *Dataset::TypeToString(Type aType) { return (aType == kActive) ? "Active" : "Pending"; } in TypeToString()
Ddataset_local.hpp187 bool IsActive(void) const { return (mType == Dataset::kActive); } in IsActive()
Ddataset_manager.cpp216 Get<Notifier>().Signal(mLocal.GetType() == Dataset::kActive ? kEventActiveDatasetChanged in SignalDatasetChange()
262 if ((pendingDataset.GetTimestamp(Dataset::kActive, timestamp) == kErrorNone) && in SendSet()
438 …LogInfo("sent %s dataset get response to %s", (GetType() == Dataset::kActive ? "active" : "pending… in SendGetResponse()
630 : DatasetManager(aInstance, Dataset::kActive, ActiveDatasetManager::HandleTimer) in ActiveDatasetManager()
659 dataset.SetTimestamp(Dataset::kActive, aTimestamp); in Save()
Ddataset_manager.hpp342 bool IsActiveDataset(void) const { return GetType() == Dataset::kActive; } in IsActiveDataset()
Ddataset_local.cpp104 if (mType == Dataset::kActive) in Read()
Ddataset.hpp74 kActive, ///< Active Dataset enumerator
/openthread-3.4.0/src/cli/
Dcli_dataset.cpp1275 datasetType = MeshCoP::Dataset::Type::kActive; in Process()
1298 case MeshCoP::Dataset::Type::kActive: in Process()
/openthread-3.4.0/src/core/common/
Dsettings.cpp232 return (aType == MeshCoP::Dataset::kActive) ? kKeyActiveDataset : kKeyPendingDataset; in KeyForDatasetType()