Searched refs:updInterval (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/update/updater/services/ui/view/component/ |
H A D | img_view_adapter.cpp | 83 interval_ = spec.updInterval; in ImgViewAdapter() 102 if (info.updInterval == 0) { in IsValid() 153 if (info.updInterval > MAX_INTERVAL_MS) { in IsValidForAnimator() 154 LOG(ERROR) << "img viewinfo check failed, updInterval: " << info.updInterval; in IsValidForAnimator()
|
H A D | img_view_adapter.h | 30 uint32_t updInterval; member
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-power-poweroff-charge-animation.md | 75 "updInterval": 60, 148 | updInterval | 图片更新的时间间隔(毫秒) | 338 "updInterval": 60,
|
/ohos5.0/base/powermgr/battery_manager/charger/include/ |
H A D | animation_config.h | 52 uint32_t updInterval; member
|
H A D | charger_animation.h | 119 ChargerGraphicEngine::UsSleep(info_.updInterval * MICROSECONDS_PER_MILLISECOND); in ShowNextImage()
|
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_layout_unittest.cpp | 48 return std::tie(lhs.imgCnt, lhs.updInterval, lhs.resPath, lhs.filePrefix) == in operator ==() 49 std::tie(rhs.imgCnt, rhs.updInterval, rhs.resPath, rhs.filePrefix); in operator ==()
|
/ohos5.0/base/update/updater/services/ui/ |
H A D | updater_ui_traits.h | 85 (uint32_t, updInterval)
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-power-poweroff-charge-animation.md | 75 "updInterval": 60, 148 | updInterval | Image updating interval, in ms.| 338 "updInterval": 60,
|
/ohos5.0/base/powermgr/battery_manager/charger/src/ |
H A D | animation_config.cpp | 122 info.updInterval = component.at("updInterval").get<int>(); in ParseAnimationImage()
|