Home
last modified time | relevance | path

Searched refs:mTimeSync (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/instance/
Dinstance.hpp649 TimeSync mTimeSync; member in ot::Instance
908 template <> inline TimeSync &Instance::Get(void) { return mTimeSync; } in Get()
Dinstance.cpp215 , mTimeSync(*this) in Instance()
/openthread-latest/src/core/common/
Dmessage.hpp204 bool mTimeSync : 1; // Whether the message is also used for time sync purpose. member
1403 void SetTimeSync(bool aEnabled) { GetMetadata().mTimeSync = aEnabled; } in SetTimeSync()
Dmessage.cpp849 return GetMetadata().mTimeSync; in IsTimeSync()