Searched refs:timestamp_t (Results 1 – 1 of 1) sorted by relevance
22 typedef uint64_t timestamp_t; typedef26 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()