Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dchild_supervision.h78 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval);
/external/openthread/src/core/api/
Dchild_supervision_api.cpp52 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval) in otChildSupervisionSetInterval() function
/external/openthread/src/ncp/
Dncp_base_ftd.cpp1239 otChildSupervisionSetInterval(mInstance, interval); in HandlePropertySet()
/external/openthread/src/cli/
Dcli.cpp1333 … error = ProcessGetSet(aArgs + 1, otChildSupervisionGetInterval, otChildSupervisionSetInterval); in Process()