Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dinstance.h179 void otInstanceGetUptimeAsString(otInstance *aInstance, char *aBuffer, uint16_t aSize);
/openthread-latest/src/core/api/
Dinstance_api.cpp104 void otInstanceGetUptimeAsString(otInstance *aInstance, char *aBuffer, uint16_t aSize) in otInstanceGetUptimeAsString() function
/openthread-latest/src/cli/
Dcli.cpp6884 otInstanceGetUptimeAsString(GetInstancePtr(), string, sizeof(string)); in Process()