Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h276 uint32_t otThreadGetPreferredLeaderPartitionId(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp102 uint32_t otThreadGetPreferredLeaderPartitionId(otInstance *aInstance) in otThreadGetPreferredLeaderPartitionId() function
/openthread-latest/src/cli/
Dcli.cpp3658 …error = ProcessGetSet(aArgs + 1, otThreadGetPreferredLeaderPartitionId, otThreadSetPreferredLeader… in Process()