Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchild_supervision.h72 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval);
/openthread-latest/src/core/api/
Dchild_supervision_api.cpp45 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval) in otChildSupervisionSetInterval() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1237 otChildSupervisionSetInterval(mInstance, interval); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp2009 … error = ProcessGetSet(aArgs + 1, otChildSupervisionGetInterval, otChildSupervisionSetInterval); in Process()