Home
last modified time | relevance | path

Searched defs:SecToMsec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Duptime.hpp130 …static uint64_t SecToMsec(uint32_t aUptimeInSeconds) { return static_cast<uint64_t>(aUptimeInSecon… in SecToMsec() function in ot::Uptime
H A Dtime.hpp252 static uint32_t constexpr SecToMsec(uint32_t aSeconds) { return aSeconds * 1000u; } in SecToMsec() function in ot::Time