Home
last modified time | relevance | path

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

/openthread-latest/src/core/instance/
Dinstance.hpp542 Sntp::Client mSntpClient; member in ot::Instance
980 template <> inline Sntp::Client &Instance::Get(void) { return mSntpClient; } in Get()
Dinstance.cpp131 , mSntpClient(*this) in Instance()