Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h332 uint32_t otThreadGetContextIdReuseDelay(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp125 uint32_t otThreadGetContextIdReuseDelay(otInstance *aInstance) in otThreadGetContextIdReuseDelay() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp617 return mEncoder.WriteUint32(otThreadGetContextIdReuseDelay(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp2149 return ProcessGetSet(aArgs, otThreadGetContextIdReuseDelay, otThreadSetContextIdReuseDelay); in Process()