Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dthread.h833 uint32_t otThreadGetPartitionId(otInstance *aInstance);
/openthread-3.4.0/src/core/api/
Dthread_api.cpp335 uint32_t otThreadGetPartitionId(otInstance *aInstance) in otThreadGetPartitionId() function
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp675 return mEncoder.WriteUint32(otThreadGetPartitionId(mInstance)); in HandlePropertyGet()
/openthread-3.4.0/src/cli/
Dcli.cpp4373 OutputLine("%lu", ToUlong(otThreadGetPartitionId(GetInstancePtr()))); in Process()