Home
last modified time | relevance | path

Searched refs:hasEp (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updater/
H A Dupdater_ux_guide.md263 "hasEp" : true
280 "hasEp" : true
300 "hasEp" : true
319 "hasEp" : true
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.cpp38 hasEp_ = spec.hasEp; in BoxProgressAdapter()
55 if (info.hasEp && info.endPoint.empty()) { in IsValid()
H A Dbox_progress_adapter.h30 bool hasEp; member
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_layout_unittest.cpp36 return std::tie(lhs.defaultValue, lhs.fgColor, lhs.bgColor, lhs.hasEp, lhs.endPoint) == in operator ==()
37 std::tie(rhs.defaultValue, rhs.fgColor, rhs.bgColor, rhs.hasEp, rhs.endPoint); in operator ==()
H A Dui_component_unittest.cpp98 specInfo.hasEp = true;
132 specInfo.hasEp = true;
/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_traits.h70 (bool, hasEp)