Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_base.cpp2460 uint64_t timestampBase = 0; in HandlePropertySet() local
2464 SuccessOrExit(error = mDecoder.ReadUint64(timestampBase)); in HandlePropertySet()
2465 VerifyOrExit(timestampBase >= currentTime, error = OT_ERROR_INVALID_ARGS); in HandlePropertySet()
2467 mLogTimestampBase = timestampBase - currentTime; in HandlePropertySet()