Home
last modified time | relevance | path

Searched refs:UptimeToString (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/common/
Duptime.cpp85 UptimeToString(GetUptime(), writer, /* aIncludeMsec */ true); in GetUptime()
110 void Uptime::UptimeToString(uint64_t aUptime, StringWriter &aWriter, bool aIncludeMsec) in UptimeToString() function in ot::Uptime
Duptime.hpp102 static void UptimeToString(uint64_t aUptime, StringWriter &aWriter, bool aIncludeMsec);
Dlog.cpp102 …ot::Uptime::UptimeToString(ot::Instance::Get().Get<ot::Uptime>().GetUptime(), logString, /* aInlcu… in LogVarArgs()
/openthread-latest/src/core/api/
Dthread_api.cpp546 Uptime::UptimeToString(Uptime::SecToMsec(aDuration), writer, /* aIncludeMsec */ false); in otConvertDurationInSecondsToString()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp560 Uptime::UptimeToString(duration, string, /* aIncludeMsec */ true); in ScheduleRoutingPolicyEvaluation()