Searched refs:endPoint (Results 1 - 6 of 6) sorted by relevance
/base/update/updater/services/ui/view/component/ |
H A D | box_progress_adapter.cpp | 39 epId_ = spec.endPoint; in BoxProgressAdapter() 55 if (info.hasEp && info.endPoint.empty()) { in IsValid()
|
H A D | box_progress_adapter.h | 29 std::string endPoint; member
|
/base/update/updater/services/ui/ |
H A D | updater_ui_traits.h | 69 (std::string, endPoint),
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_layout_unittest.cpp | 36 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 D | ui_component_unittest.cpp | 144 specInfo.endPoint = epId; in HWTEST_F() 155 specInfo.endPoint = epId; in HWTEST_F()
|
/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/src/ |
H A D | custom_vibration_matcher.cpp | 229 VibrateCurvePoint endPoint = {
in PreProcessEvent() local 234 event.points.push_back(endPoint);
in PreProcessEvent()
|
Completed in 4 milliseconds