Searched refs:kActive (Results 1 – 8 of 8) sorted by relevance
265 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()
187 bool IsActive(void) const { return (mType == Dataset::kActive); } in IsActive()
216 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()
342 bool IsActiveDataset(void) const { return GetType() == Dataset::kActive; } in IsActiveDataset()
104 if (mType == Dataset::kActive) in Read()
74 kActive, ///< Active Dataset enumerator
1275 datasetType = MeshCoP::Dataset::Type::kActive; in Process()1298 case MeshCoP::Dataset::Type::kActive: in Process()
232 return (aType == MeshCoP::Dataset::kActive) ? kKeyActiveDataset : kKeyPendingDataset; in KeyForDatasetType()