Home
last modified time | relevance | path

Searched refs:INTEGRAL_TIME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h33 #define INTEGRAL_TIME 2 macro
225 double integralLossRate[INTEGRAL_TIME];
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c501 …(void)memset_s(peerInfo->integralLossRate, INTEGRAL_TIME * sizeof(double), 0, INTEGRAL_TIME * size… in SetDFileSessionConfig()