/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | system_memory_attr.cpp | 21 SystemMemoryAttr::SystemMemoryAttr() : availSysMem_(0), totalSysMem_(0), threshold_(0), isSysInlowM… in SystemMemoryAttr() 28 parcel.ReadInt64(threshold_); in ReadFromParcel() 34 static_cast<size_t>(threshold_), in ReadFromParcel() 58 parcel.WriteInt64(threshold_); in Marshalling() 64 static_cast<size_t>(threshold_), in Marshalling()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | invert.h | 25 float threshold_ = 0.0f; member 30 …arEqual(high_, opt.high_) && NearEqual(low_, opt.high_) && NearEqual(threshold_, opt.threshold_) &&
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_flow_control_service.cpp | 30 DelayedSingleton<NotificationConfigParse>::GetInstance()->GetFlowCtrlConfigFromCCM(threshold_); in FlowControlService() 80 if (flowControlPublishTimestampList_.size() >= threshold_.maxCreateNumPerSecond) { in PublishGlobalFlowCtrl() 93 if (systemFlowControlPublishTimestampList_.size() >= threshold_.maxCreateNumPerSecond) { in PublishGlobalFlowCtrl() 115 if (singleAppFlowControlIter->second->size() >= threshold_.maxCreateNumPerSecondPerApp) { in PublishSingleAppFlowCtrl() 192 if (flowControlUpdateTimestampList_.size() >= threshold_.maxUpdateNumPerSecond) { in UpdateGlobalFlowCtrl() 205 if (systemFlowControlUpdateTimestampList_.size() >= threshold_.maxUpdateNumPerSecond) { in UpdateGlobalFlowCtrl() 227 if (singleAppFlowControlIter->second->size() >= threshold_.maxUpdateNumPerSecondPerApp) { in UpdateSingleAppFlowCtrl()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/dock/ |
H A D | rotate_input_device.h | 34 threshold_ = threshold; in SetRotateInputThreshold() 40 int16_t threshold_; variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | rotate_input_device.cpp | 33 : rotateStart_(false), threshold_(ROTATE_INPUT_THRESHOLD), cachedRotation_(0), zeroCount_(0) in RotateInputDevice() 44 if (MATH_ABS(cachedRotation_) >= threshold_) { in DispatchEvent()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | system_memory_attr.h | 45 int64_t threshold_; variable
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_gesture_recognizer.cpp | 74 threshold_ = GetDoubleTapMoveThreshold(display->GetDpi()); in AccessibilityGestureRecognizer() 83 threshold_ = 1; in AccessibilityGestureRecognizer() 222 } else if (duration > threshold_) { in HandleTouchMoveEvent()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_flow_control_service.h | 76 FlowControlThreshold threshold_; variable
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_gesture_recognizer.h | 356 float threshold_ = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_property.cpp | 185 jsonInvert->Put("threshold", option.threshold_); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 4338 … invertVector.SetValues(option.low_, option.high_, option.threshold_, option.thresholdRange_);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1185 option.threshold_ = invert[NUM_2]; in SetInvert()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 7193 option.threshold_ = std::clamp(threshold, 0.0, 1.0); in ParseInvertProps()
|