Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Dtime_sync_service.hpp140 uint16_t GetTimeSyncPeriod(void) const { return mTimeSyncPeriod; } in GetTimeSyncPeriod() function in ot::TimeSync
Dmle_tlvs.hpp1173 uint16_t GetTimeSyncPeriod(void) const { return BigEndian::HostSwap16(mTimeSyncPeriod); } in GetTimeSyncPeriod() function in ot::Mle::TimeParameterTlv
Dmle.cpp3290 Get<TimeSync>().SetTimeSyncPeriod(timeParameterTlv.GetTimeSyncPeriod()); in HandleParentResponse()
4767 tlv.SetTimeSyncPeriod(Get<TimeSync>().GetTimeSyncPeriod()); in AppendTimeParameterTlv()
/openthread-3.6.0/src/core/api/
Dnetwork_time_api.cpp66 return AsCoreType(aInstance).Get<TimeSync>().GetTimeSyncPeriod(); in otNetworkTimeGetSyncPeriod()