Home
last modified time | relevance | path

Searched refs:otThreadSetPreferredLeaderPartitionId (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread_ftd.h302 void otThreadSetPreferredLeaderPartitionId(otInstance *aInstance, uint32_t aPartitionId);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp110 void otThreadSetPreferredLeaderPartitionId(otInstance *aInstance, uint32_t aPartitionId) in otThreadSetPreferredLeaderPartitionId() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp536 otThreadSetPreferredLeaderPartitionId(mInstance, partitionId); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp3564 …essGetSet(aArgs + 1, otThreadGetPreferredLeaderPartitionId, otThreadSetPreferredLeaderPartitionId); in Process()