Searched refs:ClockGetTime (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_retransmission.c | 72 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->ts); in SendBackPressureFrame() 78 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->heartBeatTs); in SendFileDataAck()
|
H A D | nstackx_dfile_transfer.c | 136 ClockGetTime(CLOCK_MONOTONIC, &now); in GetElapseTime() 476 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->ts); in WaitForFileHeaderConfirmPrepare() 506 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->ts); in SendFileBlockPrepare() 533 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->ts); in SendFileDataOngoing() 544 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->ts); in WaitForFileTransferDonePrepare() 686 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->ts); in ReceiveFileHeaderPrepare() 847 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->ts); in ReceiveFileDataPrepare() 848 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->heartBeatTs); in ReceiveFileDataPrepare() 856 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->retryAllPacketTs); in ReceiveFileDataPrepare() 858 ClockGetTime(CLOCK_MONOTONI in ReceiveFileDataPrepare() [all...] |
H A D | nstackx_dfile_session.c | 133 ClockGetTime(CLOCK_MONOTONIC, &session->startTs); in CalculateSessionTransferRatePrepare() 293 ClockGetTime(CLOCK_MONOTONIC, &endTs); in CalculateSessionTransferRate() 502 ClockGetTime(CLOCK_MONOTONIC, &peerInfo->measureBefore); in SetDFileSessionConfig() 851 ClockGetTime(CLOCK_MONOTONIC, &peerInfo->startTime); in CreateTrans() 1057 ClockGetTime(CLOCK_MONOTONIC, &nowTime); in DFileSendCalculateRate() 1096 ClockGetTime(CLOCK_MONOTONIC, &peerInfo->startTime); in DFileSendCalculateRate() 1132 ClockGetTime(CLOCK_MONOTONIC, &nowTime); in DFileRecvCalculateRate() 1145 ClockGetTime(CLOCK_MONOTONIC, &session->measureBefore); in DFileRecvCalculateRate() 1155 ClockGetTime(CLOCK_MONOTONIC, &peerInfo->startTime); in DFileRecvCalculateRate() 1162 ClockGetTime(CLOCK_MONOTONI in CheckElapseTime() [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_util.h | 60 NSTACKX_EXPORT void ClockGetTime(clockid_t id, struct timespec *tp);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_remote.c | 419 ClockGetTime(CLOCK_MONOTONIC, &cur); in UpdatedByTimeout() 546 ClockGetTime(CLOCK_MONOTONIC, &now); in IsAllowToBeRemoved() 563 ClockGetTime(CLOCK_MONOTONIC, &now); in CheckAndRemoveAgingNode() 633 ClockGetTime(CLOCK_MONOTONIC, &(rxIface->updateTime)); in UpdateRemoteNodeByDeviceInfo() 643 ClockGetTime(CLOCK_MONOTONIC, &(rxIface->updateTime)); in UpdateRemoteNodeByDeviceInfo() 656 ClockGetTime(CLOCK_MONOTONIC, &remoteNode->updateTs); in UpdateRemoteNodeByDeviceInfo()
|
H A D | nstackx_device_local.c | 76 ClockGetTime(CLOCK_MONOTONIC, &cur); in LocalDeviceTimeout() 305 ClockGetTime(CLOCK_MONOTONIC, &iface->updateTime); in AddToDestroyList()
|
H A D | nstackx_common.c | 249 ClockGetTime(CLOCK_MONOTONIC, &now); in CalculateEventProcessRate() 270 ClockGetTime(CLOCK_MONOTONIC, &g_processRatePara.measureBefore); in CalculateEventProcessRate() 279 ClockGetTime(CLOCK_MONOTONIC, &g_processRatePara.measureBefore); in NstackMainLoop()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_util.c | 86 void ClockGetTime(clockid_t id, struct timespec *tp) in ClockGetTime() function
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_util.c | 139 void ClockGetTime(clockid_t id, struct timespec *tp) in ClockGetTime() function
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_discover.c | 422 ClockGetTime(CLOCK_MONOTONIC, &curTime);
|
Completed in 19 milliseconds