Searched refs:timestampBase (Results 1 – 1 of 1) sorted by relevance
2460 uint64_t timestampBase = 0; in HandlePropertySet() local2464 SuccessOrExit(error = mDecoder.ReadUint64(timestampBase)); in HandlePropertySet()2465 VerifyOrExit(timestampBase >= currentTime, error = OT_ERROR_INVALID_ARGS); in HandlePropertySet()2467 mLogTimestampBase = timestampBase - currentTime; in HandlePropertySet()