Home
last modified time | relevance | path

Searched refs:startTs (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.cpp181 auto startTs = timestamps->GetValueAt(lo); in UpdateIndex() local
183 if (progress < startTs || progress > endTs) { in UpdateIndex()
189 startTs = timestamps->GetValueAt(mid); in UpdateIndex()
191 if (IsBetween(progress, startTs, endTs, mid >= endIndex)) { in UpdateIndex()
196 if (progress < startTs) { in UpdateIndex()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h134 struct timespec startTs; member
H A Dnstackx_dfile_transfer.h149 struct timespec startTs; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c858 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->startTs); in ReceiveFileDataPrepare()
1027 uint32_t spendTime = GetTimeDiffMs(&endTs, &dFileTrans->startTs); in CalculateRecvRate()
H A Dnstackx_dfile_session.c133 ClockGetTime(CLOCK_MONOTONIC, &session->startTs); in CalculateSessionTransferRatePrepare()
295 uint32_t spendTime = GetTimeDiffMs(&endTs, &session->startTs); in CalculateSessionTransferRate()

Completed in 8 milliseconds