Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c22 typedef uint64_t timestamp_t; typedef
26 timestamp_t timestamp;
43 timestamp_t now = SoftBusGetSysTimeMs(); in Apply()
44 timestamp_t expiredTimestamp = now - (timestamp_t)self->windowInMillis; in Apply()
45 timestamp_t currentWindowStartTimestamp = 0; in Apply()
57 … unsigned int sleepMs = (timestamp_t)self->windowInMillis - (now - currentWindowStartTimestamp); in Apply()