Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_ftd.cpp531 uint32_t partitionId = 0; in HandlePropertySet() local
534 SuccessOrExit(error = mDecoder.ReadUint32(partitionId)); in HandlePropertySet()
536 otThreadSetPreferredLeaderPartitionId(mInstance, partitionId); in HandlePropertySet()
/openthread-latest/src/core/thread/
Dmle_router.cpp271 uint32_t partitionId; in BecomeLeader() local
296partitionId = mPreferredLeaderPartitionId ? mPreferredLeaderPartitionId : Random::NonCrypto::GetUi… in BecomeLeader()
302 partitionId = Random::NonCrypto::GetUint32(); in BecomeLeader()
307 SetLeaderData(partitionId, mLeaderWeight, leaderId); in BecomeLeader()