Searched refs:ONE_SECOND_MILLISECONDS (Results 1 – 7 of 7) sorted by relevance
23 static constexpr int64_t ONE_SECOND_MILLISECONDS = 1000; variable29 int64_t timestamp = t.tv_sec * ONE_SECOND_MILLISECONDS + t.tv_usec / ONE_SECOND_MILLISECONDS; in GetCurrentTimestamp()
22 constexpr int32_t ONE_SECOND_MILLISECONDS = 1000; variable62 looperInterval * ONE_SECOND_MILLISECONDS, false); in RegisterLooperEvent()
50 constexpr uint64_t ONE_SECOND_MILLISECONDS = 1000L; variable
27 static const int64_t ONE_SECOND_MILLISECONDS = 1000;
82 static const int64_t ONE_SECOND_MILLISECONDS = 1000;
63 uint64_t scheduleTime = task.minDelayTime * Startup::ONE_SECOND_MILLISECONDS; in Schedule()
36 … BundleActiveEvent startupEvent(BundleActiveEvent::STARTUP, timeStamp - ONE_SECOND_MILLISECONDS); in Init()