Home
last modified time | relevance | path

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

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