Searched refs:TO_MILLION (Results 1 – 3 of 3) sorted by relevance
47 if (timeCost_ > TO_MILLION) { in ~DfxTimer()
623 timerId_ = timer_.Register(timerCallback, SIX_HOUR * TO_MILLION, false); in StartTimer()
34 constexpr int32_t TO_MILLION = 1000; variable