Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dtimestamp.cpp87 void Timestamp::SetSeconds(uint64_t aSeconds) in SetSeconds()
/openthread-latest/src/core/common/
Dtime.hpp233 static uint32_t constexpr SecToMsec(uint32_t aSeconds) { return aSeconds * 1000u; } in SecToMsec()