Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h842 uint32_t otThreadGetPartitionId(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp348 uint32_t otThreadGetPartitionId(otInstance *aInstance) in otThreadGetPartitionId() function
/openthread-latest/src/cli/
Dcli.cpp3541 OutputLine("%lu", ToUlong(otThreadGetPartitionId(GetInstancePtr()))); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp678 return mEncoder.WriteUint32(otThreadGetPartitionId(mInstance)); in HandlePropertyGet()