Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.cpp2635 uint64_t timestampBase = 0; in HandlePropertySet() local
2639 SuccessOrExit(error = mDecoder.ReadUint64(timestampBase)); in HandlePropertySet()
2640 VerifyOrExit(timestampBase >= currentTime, error = OT_ERROR_INVALID_ARGS); in HandlePropertySet()
2642 mLogTimestampBase = timestampBase - currentTime; in HandlePropertySet()