Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild.hpp265 uint8_t GetNetworkDataVersion(void) const { return mNetworkDataVersion; } in GetNetworkDataVersion() function in ot::Child
Dchild.cpp52 mNetworkDataVersion = aChild.GetNetworkDataVersion(); in SetFrom()
Dmle_router.cpp2684 …if (child.GetNetworkDataVersion() == Get<NetworkData::Leader>().GetVersion(child.GetNetworkDataTyp… in SynchronizeChildNetworkData()