Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchild_supervision.h88 uint16_t otChildSupervisionGetCheckTimeout(otInstance *aInstance);
/openthread-latest/src/core/api/
Dchild_supervision_api.cpp53 uint16_t otChildSupervisionGetCheckTimeout(otInstance *aInstance) in otChildSupervisionGetCheckTimeout() function
/openthread-latest/src/cli/
Dcli.cpp1893 …error = ProcessGetSet(aArgs + 1, otChildSupervisionGetCheckTimeout, otChildSupervisionSetCheckTime… in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2498 return mEncoder.WriteUint16(otChildSupervisionGetCheckTimeout(mInstance)); in HandlePropertyGet()