Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dchild_supervision.h91 uint16_t otChildSupervisionGetCheckTimeout(otInstance *aInstance);
/openthread-2.7.6/src/core/api/
Dchild_supervision_api.cpp63 uint16_t otChildSupervisionGetCheckTimeout(otInstance *aInstance) in otChildSupervisionGetCheckTimeout() function
/openthread-2.7.6/src/cli/
Dcli.cpp1060 …error = ProcessGetSet(aArgs + 1, otChildSupervisionGetCheckTimeout, otChildSupervisionSetCheckTime… in ProcessChildSupervision()
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp2412 return mEncoder.WriteUint16(otChildSupervisionGetCheckTimeout(mInstance)); in HandlePropertyGet()