Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h336 uint32_t otThreadGetChildTimeout(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp42 uint32_t otThreadGetChildTimeout(otInstance *aInstance) in otThreadGetChildTimeout() function
/openthread-latest/src/cli/
Dcli.cpp2048 return ProcessGetSet(aArgs, otThreadGetChildTimeout, otThreadSetChildTimeout); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3355 return mEncoder.WriteUint32(otThreadGetChildTimeout(mInstance)); in HandlePropertyGet()