Home
last modified time | relevance | path

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

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