Home
last modified time | relevance | path

Searched refs:updInterval (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/update/updater/services/ui/view/component/
H A Dimg_view_adapter.cpp83 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 Dimg_view_adapter.h30 uint32_t updInterval; member
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-power-poweroff-charge-animation.md75 "updInterval": 60,
148 | updInterval | 图片更新的时间间隔(毫秒) |
338 "updInterval": 60,
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Danimation_config.h52 uint32_t updInterval; member
H A Dcharger_animation.h119 ChargerGraphicEngine::UsSleep(info_.updInterval * MICROSECONDS_PER_MILLISECOND); in ShowNextImage()
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_layout_unittest.cpp48 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 Dupdater_ui_traits.h85 (uint32_t, updInterval)
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-power-poweroff-charge-animation.md75 "updInterval": 60,
148 | updInterval | Image updating interval, in ms.|
338 "updInterval": 60,
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Danimation_config.cpp122 info.updInterval = component.at("updInterval").get<int>(); in ParseAnimationImage()