/foundation/window/window_manager/utils/include/ |
H A D | wm_math.h | 57 T Max(const T& a, const T& b) in Max() function 63 T Max(const T& a, const Ts&... bs) in Max() function 65 return Max(a, Max(bs...)); in Max() 83 return Min(upper, Max(lower, value)); in Clamp()
|
H A D | window_helper.h | 452 int32_t xmax = MathHelper::Max(a.x_, b.x_, c.x_, d.x_); in TransformRect() 453 int32_t ymax = MathHelper::Max(a.y_, b.y_, c.y_, d.y_); in TransformRect()
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/ |
H A D | frame_info.h | 29 * enumerations can be defined after Max. 57 Max, member in OHOS::Rosen::FrameEventType 66 LoopEnd = Max,
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | scheduler.h | 41 for (int i = 0; i < QoS::Max(); i++) { in ~FFRTScheduler() 82 for (int i = 0; i < QoS::Max(); i++) { in FFRTScheduler()
|
H A D | qos.h | 68 static int Max() in Max() function in ffrt::QoS
|
/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf_common.h | 237 static inline int64_t Max(int64_t num1, int64_t num2)
in Max() function 245 static inline int64_t Max(int64_t num1, int64_t num2, int64_t num3)
in Max() function 247 return Max(Max(num1, num2), num3);
in Max()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | wm_math_test.cpp | 71 ASSERT_EQ(true, MathHelper::Max(a, b, c) == c); in HWTEST_F() 73 ASSERT_EQ(true, MathHelper::Max(a, b, c, d) == d); in HWTEST_F()
|
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | compatible_check.cpp | 161 T Max(T val1, T val2, std::function<int(T, T)> compareFunc) in Max() function 193 T max = Max(v2.first, v2.second, cmpFunc); in FICapabilityCheck() 217 T max1 = Max(v1.first, v1.second, cmpFunc); in IICapabilityCheck() 219 T max2 = Max(v2.first, v2.second, cmpFunc); in IICapabilityCheck() 221 T tmpMin = Max(min1, min2, cmpFunc); in IICapabilityCheck()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_style.h | 36 ACE_DEFINE_PROPERTY_GROUP_ITEM(Max, float)
|
H A D | slider_model_ng.cpp | 45 ACE_UPDATE_PAINT_PROPERTY(SliderPaintProperty, Max, max); in Create() 93 ACE_UPDATE_PAINT_PROPERTY(SliderPaintProperty, Max, value); in SetMaxLabel() 531 ACE_UPDATE_NODE_PAINT_PROPERTY(SliderPaintProperty, Max, value, frameNode); in SetMaxLabel() 649 SliderPaintProperty, Max, value, frameNode, DEFAULT_MAX_VALUE); in GetMaxLabel()
|
H A D | slider_paint_property.h | 190 ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SliderPaintStyle, Max, float, PROPERTY_UPDATE_RENDER)
|
/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_thread_wrap.cpp | 458 endTime = Max(endTime, (*iter)->endTime); in InnerArbitrateCandidatesValue() 490 resStatus->candidate = Max(candidatePerfValue, candidatePowerValue, candidateThermalValue); in ProcessLimitCase() 498 Max(candidatePerfValue, candidatePowerValue); in ProcessLimitCase() 501 Max(candidatePerfValue, candidateThermalValue); in ProcessLimitCase()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_model_ng.cpp | 50 ACE_UPDATE_PAINT_PROPERTY(DataPanelPaintProperty, Max, max); in Create()
|
H A D | data_panel_paint_property.h | 222 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(Max, double, PROPERTY_UPDATE_RENDER);
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_monitor.h | 118 int qosMonitorMaxNum = std::min(QoS::Max(), BLOCKAWARE_DOMAIN_ID_MAX + 1);
|
H A D | cpu_monitor.cpp | 68 for (auto qos = QoS::Min(); qos < QoS::Max(); ++qos) { in SetupMonitor() 373 for (unsigned int i = 0; i < static_cast<unsigned int>(QoS::Max()); i++) { in IsExceedDeepSleepThreshold()
|
H A D | scpuworker_manager.cpp | 52 for (auto qos = QoS::Min(); qos < QoS::Max(); ++qos) { in ~SCPUWorkerManager()
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/ |
H A D | frame_collector.cpp | 83 if (index >= static_cast<int32_t>(FrameEventType::Max)) { in MarkFrameEvent()
|
/foundation/resourceschedule/ffrt/src/core/ |
H A D | task.cpp | 401 for (auto qos = ffrt::QoS::Min(); qos < ffrt::QoS::Max(); ++qos) { in ffrt_restore_qos_config() 419 if (qos < ffrt::QoS::Min() || qos >= ffrt::QoS::Max() || number <= 0) { in ffrt_notify_workers() 430 if (qos < ffrt::QoS::Min() || qos >= ffrt::QoS::Max() || stack_size < PTHREAD_STACK_MIN) { in ffrt_set_worker_stack_size()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_vector4.h | 83 static void Max(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result); 253 void Vector4<T>::Max(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Max() function in OHOS::Rosen::Vector4
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_model_ng.cpp | 32 ACE_UPDATE_PAINT_PROPERTY(GaugePaintProperty, Max, max); in Create()
|
H A D | gauge_paint_property.h | 263 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(Max, float, PROPERTY_UPDATE_RENDER);
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | time_span.h | 97 static constexpr TimeSpan Max() noexcept
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_surface_render_node_test.cpp | 216 Vector4f::Max( in HWTEST_F() 244 Vector4f::Max( in HWTEST_F() 271 Vector4f::Max( in HWTEST_F() 299 Vector4f::Max( in HWTEST_F() 327 Vector4f::Max( in HWTEST_F() 355 Vector4f::Max( in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_vector4_test.cpp | 489 * @tc.desc: test results of Max 498 Vector4<float>::Max(a, b, result); in HWTEST_F()
|