Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_timer.cpp47 if (timeCost_ > TO_MILLION) { in ~DfxTimer()
H A Ddfx_manager.cpp623 timerId_ = timer_.Register(timerCallback, SIX_HOUR * TO_MILLION, false); in StartTimer()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_const.h34 constexpr int32_t TO_MILLION = 1000; variable