Searched refs:ClockGetTime (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
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() 991 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->ts); in WaitForFileTransferDoneAckPrepare() 1025 ClockGetTime(CLOCK_MONOTONIC, &endTs); in CalculateRecvRate() 1348 ClockGetTime(CLOCK_MONOTONIC, &trans->ts); in HandleFileDataFrame() 1454 ClockGetTime(CLOCK_MONOTONIC, &now); in SenderGetTimeout() [all …]
|
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_session.c | 133 ClockGetTime(CLOCK_MONOTONIC, &session->startTs); in CalculateSessionTransferRatePrepare() 293 ClockGetTime(CLOCK_MONOTONIC, &endTs); in CalculateSessionTransferRate() 503 ClockGetTime(CLOCK_MONOTONIC, &peerInfo->measureBefore); in SetDFileSessionConfig() 852 ClockGetTime(CLOCK_MONOTONIC, &peerInfo->startTime); in CreateTrans() 1058 ClockGetTime(CLOCK_MONOTONIC, &nowTime); in DFileSendCalculateRate() 1097 ClockGetTime(CLOCK_MONOTONIC, &peerInfo->startTime); in DFileSendCalculateRate() 1133 ClockGetTime(CLOCK_MONOTONIC, &nowTime); in DFileRecvCalculateRate() 1163 ClockGetTime(CLOCK_MONOTONIC, &now); in CheckElapseTime() 1525 ClockGetTime(CLOCK_MONOTONIC, &before); in DFileSenderHandle() 1639 ClockGetTime(CLOCK_MONOTONIC, &before); in ReadEventHandle() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_remote.c | 427 ClockGetTime(CLOCK_MONOTONIC, &cur); in UpdatedByTimeout() 554 ClockGetTime(CLOCK_MONOTONIC, &now); in IsAllowToBeRemoved() 571 ClockGetTime(CLOCK_MONOTONIC, &now); in CheckAndRemoveAgingNode() 641 ClockGetTime(CLOCK_MONOTONIC, &(rxIface->updateTime)); in UpdateRemoteNodeByDeviceInfo() 651 ClockGetTime(CLOCK_MONOTONIC, &(rxIface->updateTime)); in UpdateRemoteNodeByDeviceInfo() 664 ClockGetTime(CLOCK_MONOTONIC, &remoteNode->updateTs); in UpdateRemoteNodeByDeviceInfo()
|
H A D | nstackx_device_local.c | 77 ClockGetTime(CLOCK_MONOTONIC, &cur); in LocalDeviceTimeout() 306 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()
|
/ohos5.0/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);
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_discover.c | 422 ClockGetTime(CLOCK_MONOTONIC, &curTime);
|