Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dinstance.h160 uint64_t otInstanceGetUptime(otInstance *aInstance);
/openthread-latest/src/core/api/
Dinstance_api.cpp102 uint64_t otInstanceGetUptime(otInstance *aInstance) { return AsCoreType(aInstance).Get<Uptime>().Ge… in otInstanceGetUptime() function
/openthread-latest/src/cli/
Dcli.cpp6900 OutputUint64Line(otInstanceGetUptime(GetInstancePtr())); in Process()