Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.cpp320 , mLogTimestampBase(0) in NcpBase()
758 SuccessOrExit(error = mEncoder.WriteUint64(mLogTimestampBase + otPlatAlarmMilliGetNow())); in Log()
2642 mLogTimestampBase = timestampBase - currentTime; in HandlePropertySet()
2650 return mEncoder.WriteUint64(mLogTimestampBase); in HandlePropertyGet()
Dncp_base.hpp837 uint64_t mLogTimestampBase; // Timestamp base used for logging member in ot::Ncp::NcpBase