Home
last modified time | relevance | path

Searched refs:GetUnixEra (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsntp_client.hpp88 uint32_t GetUnixEra(void) const { return mUnixEra; } in GetUnixEra() function in ot::Sntp::Client
Dsntp_client.cpp297 unixTime = GetUnixEra() * (1ULL << 32); in HandleUdpReceive()