Home
last modified time | relevance | path

Searched refs:Sntp (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/api/
Dsntp_api.cpp49 return AsCoreType(aInstance).Get<Sntp::Client>().Query(aQuery, aHandler, aContext); in otSntpClientQuery()
54 return AsCoreType(aInstance).Get<Sntp::Client>().SetUnixEra(aUnixEra); in otSntpClientSetUnixEra()
/openthread-latest/src/core/thread/
Dthread_netif.cpp69 IgnoreError(Get<Sntp::Client>().Start()); in Up()
85 IgnoreError(Get<Sntp::Client>().Stop()); in Down()
/openthread-latest/src/core/net/
Dsntp_client.hpp51 namespace Sntp { namespace
Dsntp_client.cpp42 namespace Sntp { namespace
/openthread-latest/src/core/instance/
Dinstance.hpp542 Sntp::Client mSntpClient;
980 template <> inline Sntp::Client &Instance::Get(void) { return mSntpClient; } in Get()