Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c44 timestamp_t expiredTimestamp = now - (timestamp_t)self->windowInMillis; in Apply() local
47 if (it->timestamp > expiredTimestamp) { in Apply()