Home
last modified time | relevance | path

Searched refs:otThreadGetCurrentAttachDuration (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h949 uint32_t otThreadGetCurrentAttachDuration(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp479 uint32_t otThreadGetCurrentAttachDuration(otInstance *aInstance) in otThreadGetCurrentAttachDuration() function
/openthread-latest/src/cli/
Dcli.cpp430 …otConvertDurationInSecondsToString(otThreadGetCurrentAttachDuration(GetInstancePtr()), string, siz… in Process()