Searched refs:otInstanceGetUptime (Results 1 – 3 of 3) sorted by relevance
160 uint64_t otInstanceGetUptime(otInstance *aInstance);
102 uint64_t otInstanceGetUptime(otInstance *aInstance) { return AsCoreType(aInstance).Get<Uptime>().Ge… in otInstanceGetUptime() function
6900 OutputUint64Line(otInstanceGetUptime(GetInstancePtr())); in Process()