Home
last modified time | relevance | path

Searched refs:endTs (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.cpp182 auto endTs = timestamps->GetValueAt(hi); in UpdateIndex() local
183 if (progress < startTs || progress > endTs) { in UpdateIndex()
190 endTs = timestamps->GetValueAt(endIndex); in UpdateIndex()
191 if (IsBetween(progress, startTs, endTs, mid >= endIndex)) { in UpdateIndex()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c1023 struct timespec endTs; in CalculateRecvRate() local
1025 ClockGetTime(CLOCK_MONOTONIC, &endTs); in CalculateRecvRate()
1027 uint32_t spendTime = GetTimeDiffMs(&endTs, &dFileTrans->startTs); in CalculateRecvRate()
H A Dnstackx_dfile_session.c292 struct timespec endTs; in CalculateSessionTransferRate() local
293 ClockGetTime(CLOCK_MONOTONIC, &endTs); in CalculateSessionTransferRate()
295 uint32_t spendTime = GetTimeDiffMs(&endTs, &session->startTs); in CalculateSessionTransferRate()

Completed in 6 milliseconds