Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c42 int32_t appliedTotal = 0; in Apply() local
48 appliedTotal += it->amount; in Apply()
56 if (self->quotaInBytes <= appliedTotal) { in Apply()
62 int32_t remain = self->quotaInBytes - appliedTotal; in Apply()