Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dmle_router.hpp379 const LeaderData &aLeaderDataB);
Dmle_router.cpp1185 const LeaderData &aLeaderDataB) in ComparePartitions() argument
1189 if (aLeaderDataA.GetWeighting() != aLeaderDataB.GetWeighting()) in ComparePartitions()
1191 ExitNow(rval = aLeaderDataA.GetWeighting() > aLeaderDataB.GetWeighting() ? 1 : -1); in ComparePartitions()
1199 if (aLeaderDataA.GetPartitionId() != aLeaderDataB.GetPartitionId()) in ComparePartitions()
1201 ExitNow(rval = aLeaderDataA.GetPartitionId() > aLeaderDataB.GetPartitionId() ? 1 : -1); in ComparePartitions()