Home
last modified time | relevance | path

Searched defs:SECONDS_PER_MINUTE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h31 constexpr int SECONDS_PER_MINUTE = 60; // 60 seconds variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dpanel_view.h60 static const uint8_t SECONDS_PER_MINUTE; variable
H A Dpanel_view.cpp26 const uint8_t PanelView::SECONDS_PER_MINUTE = 60; member in OHOS::ACELite::PanelView
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_def.h33 #define SECONDS_PER_MINUTE 60 macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp65 constexpr uint32_t SECONDS_PER_MINUTE = 60; variable