Home
last modified time | relevance | path

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

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