Home
last modified time | relevance | path

Searched refs:ReadActiveTimestamp (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset_manager.hpp428 Error ReadActiveTimestamp(Timestamp &aTimestamp) const;
Ddataset_manager.cpp898 Error PendingDatasetManager::ReadActiveTimestamp(Timestamp &aTimestamp) const in ReadActiveTimestamp() function in ot::MeshCoP::PendingDatasetManager
/openthread-latest/src/core/thread/
Dmle.cpp3701 …if (Get<MeshCoP::PendingDatasetManager>().ReadActiveTimestamp(pendingActiveTimestamp) == kErrorNon… in HandleAnnounce()