Home
last modified time | relevance | path

Searched defs:MILLIONS_PER_SECOND (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dtime_util.cpp26 constexpr int32_t MILLIONS_PER_SECOND = 1000; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dpanel_view.h61 static const uint16_t MILLIONS_PER_SECOND; variable
H A Dpanel_view.cpp27 const uint16_t PanelView::MILLIONS_PER_SECOND = 1000; member in OHOS::ACELite::PanelView