34class ClockEventHandler;
126 friend class ClockEventHandler;
127 int64_t clockOffset = 0;
128 uint64_t syncInterval = 0;
129 uint64_t gmClockUUID = 0;
131 uint64_t notificationTimestamp = 0;
132 uint32_t offsetInRangeCount = 0;
133 uint32_t gmChangedCount = 0;
134 bool offsetInRange =
true;
135 bool gmChanged =
false;
201 friend class ClockEventHandler;
203 friend class TimeBaseState;
204 uint32_t syncedWithGmCount = 0;
205 uint32_t asCapableCount = 0;
206 uint32_t compositeEventCount = 0;
207 bool syncedWithGm =
false;
208 bool asCapable =
false;
209 bool compositeEvent =
false;
223 friend class ClockEventHandler;
225 friend class TimeBaseState;
267 friend class ClockSyncBaseHandler;
270 bool ptpAvailable =
false;
271 bool sysAvailable =
false;
uint64_t getGmIdentity() const
uint32_t getOffsetInRangeEventCount() const
std::string getGmIdentityStr() const
uint64_t getNotificationTimestamp() const
int64_t getClockOffset() const
uint32_t getGmChangedEventCount() const
uint64_t getSyncInterval() const
bool isOffsetInRange() const
SysClockEvent & getSysClock()
uint32_t getCompositeEventCount() const
uint32_t getSyncedWithGmEventCount() const
bool isCompositeEventMet() const
uint32_t getAsCapableEventCount() const
bool isSyncedWithGm() const
#define __CLKMGR_NAMESPACE_BEGIN
Definition utility.h:19
#define __CLKMGR_NAMESPACE_END
Definition utility.h:21