Home
last modified time | relevance | path

Searched refs:ClockGetTime (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c136 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 Dnstackx_dfile_retransmission.c72 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->ts); in SendBackPressureFrame()
78 ClockGetTime(CLOCK_MONOTONIC, &dFileTrans->heartBeatTs); in SendFileDataAck()
H A Dnstackx_dfile_session.c133 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 Dnstackx_device_remote.c427 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 Dnstackx_device_local.c77 ClockGetTime(CLOCK_MONOTONIC, &cur); in LocalDeviceTimeout()
306 ClockGetTime(CLOCK_MONOTONIC, &iface->updateTime); in AddToDestroyList()
H A Dnstackx_common.c249 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 Dnstackx_util.h60 NSTACKX_EXPORT void ClockGetTime(clockid_t id, struct timespec *tp);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.c86 void ClockGetTime(clockid_t id, struct timespec *tp) in ClockGetTime() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.c139 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 Dcoap_discover.c422 ClockGetTime(CLOCK_MONOTONIC, &curTime);