Searched refs:otPlatTimeGet (Results 1 – 17 of 17) sorted by relevance
76 uint64_t otPlatTimeGet(void);
80 uint64_t otPlatTimeGet(void) in otPlatTimeGet() function90 static uint64_t platformAlarmGetNow(void) { return otPlatTimeGet() * sSpeedUpFactor; } in platformAlarmGetNow()
394 uint64_t now = otPlatTimeGet(); in WaitForWritable()429 now = otPlatTimeGet(); in WaitForWritable()751 end = otPlatTimeGet() + kResetTimeout * OT_US_PER_MS; in ResetConnection()760 } while (end > otPlatTimeGet()); in ResetConnection()
76 uint64_t now = otPlatTimeGet(); in TryRefreshDnsServerList()116 mUpstreamDnsServerListFreshness = otPlatTimeGet(); in LoadDnsServerListFromConf()
400 uint64_t now = otPlatTimeGet(); in ExpireMulticastForwardingCache()526 mLastUseTime = otPlatTimeGet(); in Set()542 mLastUseTime = otPlatTimeGet(); in SetValidPktCnt()
188 uint64_t otPlatTimeGet(void) { return sNow; } in otPlatTimeGet() function
740 uint64_t now = otPlatTimeGet(); in WaitForFrame()775 now = otPlatTimeGet(); in WaitForFrame()
745 startTimestamp = otPlatTimeGet(); in ProcessSpinelSpeed()749 endTimestamp = otPlatTimeGet(); in ProcessSpinelSpeed()
341 uint64_t now = otPlatTimeGet(); in platformRadioUpdateFdSet()
262 extern "C" OT_TOOL_WEAK uint64_t otPlatTimeGet(void) { return UINT64_MAX; } in otPlatTimeGet() function268 return otPlatTimeGet(); in otPlatRadioGetNow()
176 uint64_t otPlatTimeGet(void) { return platformAlarmGetNow(); } in otPlatTimeGet() function
793 else if (mState == kStateTransmitting && otPlatTimeGet() >= mTxRadioEndUs) in ProcessRadioStateMachine()1409 uint64_t end = otPlatTimeGet() + kMaxWaitTime * kUsPerMs; in WaitResponse()1417 now = otPlatTimeGet(); in WaitResponse()1641 netSyncTime = static_cast<uint64_t>(static_cast<int64_t>(otPlatTimeGet()) + in Transmit()1698 mTxRadioEndUs = otPlatTimeGet() + kTxWaitUs; in Transmit()1963 VerifyOrExit(!mIsTimeSynced || (otPlatTimeGet() >= GetNextRadioTimeRecalcStart())); in CalcRcpTimeOffset()1970 localTxTimestamp = otPlatTimeGet(); in CalcRcpTimeOffset()1976 localRxTimestamp = otPlatTimeGet(); in CalcRcpTimeOffset()1988 uint64_t RadioSpinel::GetNow(void) { return (mIsTimeSynced) ? (otPlatTimeGet() + mRadioTimeOffset) … in GetNow()
249 uint64_t end = otPlatTimeGet() + kMaxWaitTime * kUsPerMs; in WaitResponse()255 uint64_t now = otPlatTimeGet(); in WaitResponse()
587 sReceiveFrame.mInfo.mRxInfo.mTimestamp = otPlatTimeGet(); in radioReceive()653 uint64_t sfdTxTime = otPlatTimeGet(); in radioSendMessage()829 … otEXPECT(otMacFrameProcessTxSfd(&sAckFrame, otPlatTimeGet(), &sRadioContext) == OT_ERROR_NONE); in radioSendAck()1075 return otPlatTimeGet(); in otPlatRadioGetNow()
296 uint64_t otPlatTimeGet(void) { return platformGetNow(); } in otPlatTimeGet() function
350 uint64_t otPlatTimeGet(void) { return FakePlatform::CurrentPlatform().GetNow(); } in otPlatTimeGet() function353 uint32_t otPlatAlarmMicroGetNow(void) { return otPlatTimeGet(); } in otPlatAlarmMicroGetNow()
226 return otPlatTimeGet(); in otLinkRawGetRadioTime()