Home
last modified time | relevance | path

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

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