Searched refs:currentTime (Results 1 – 1 of 1) sorted by relevance
2637 uint32_t currentTime = otPlatAlarmMilliGetNow(); in HandlePropertySet() local2640 VerifyOrExit(timestampBase >= currentTime, error = OT_ERROR_INVALID_ARGS); in HandlePropertySet()2642 mLogTimestampBase = timestampBase - currentTime; in HandlePropertySet()