Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c45 timestamp_t currentWindowStartTimestamp = 0; in Apply() local
49 currentWindowStartTimestamp = it->timestamp; in Apply()
57 … unsigned int sleepMs = (timestamp_t)self->windowInMillis - (now - currentWindowStartTimestamp); in Apply()