Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 83) sorted by relevance

1234

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Ddaily_controller_test.cpp91 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
107 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
123 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
139 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
155 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
171 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
187 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
217 constexpr uint32_t threshold = 1000; variable
231 constexpr uint32_t threshold = 1000; variable
245 constexpr uint32_t threshold = 1000; variable
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp49 int32_t threshold = GetThreshold(cacheKey, event->eventType_); in CheckThreshold() local
122 int32_t threshold = config_->GetThreshold(cachekey.first, cachekey.second, type); in GetThreshold() local
147 void DailyController::UpdateCacheAndDb(const CacheKey& cachekey, int32_t threshold, int32_t count) in UpdateCacheAndDb()
161 void DailyController::UpdateCache(const CacheKey& cachekey, int32_t threshold, int32_t count, int64… in UpdateCache()
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/dock/
H A Drotate_input_device.h32 void SetRotateInputThreshold(int16_t threshold) in SetRotateInputThreshold()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.cpp472 auto threshold = currentFontSize_.ConvertToPx() * (1.0 - TEXT_OUT_OF_WIDTH_PERCENT); in IsTextAdaptOutOfRange() local
484 auto threshold = TEXT_OUT_OF_RANGE_PERCENT * RANGE_RATIO * currentFontSize_.ConvertToPx(); in IsTextOutOfRangeInCircle() local
593 …mponentLayoutAlgorithm::TopLeftCompDistance(float obtainedRadius, float maxRadius, float threshold) in TopLeftCompDistance()
609 …nentLayoutAlgorithm::BottomLeftCompDistance(float obtainedRadius, float maxRadius, float threshold) in BottomLeftCompDistance()
625 …ponentLayoutAlgorithm::TopRightCompDistance(float obtainedRadius, float maxRadius, float threshold) in TopRightCompDistance()
642 …entLayoutAlgorithm::BottomRightCompDistance(float obtainedRadius, float maxRadius, float threshold) in BottomRightCompDistance()
666 auto threshold = TEXT_OUT_OF_RANGE_PERCENT * RANGE_RATIO * currentFontSize_.ConvertToPx(); in IsTextOutOfRangeInNormal() local
694 …curityComponentLayoutAlgorithm::IsTextOutOfOneColumn(RefPtr<FrameNode>& frameNode, float threshold) in IsTextOutOfOneColumn()
739 auto threshold = currentFontSize_.ConvertToPx() * TEXT_OUT_OF_WIDTH_PERCENT; in GetTextLimitExceededFlag() local
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/include/
H A Ddaily_controller.h33 int32_t threshold = 0; member
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dprotector_thermal_zone_info.h29 int32_t threshold; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_spring_model.cpp205 float threshold = fmax(toFloat(minimumAmplitudeRatio_ * initialOffset_), in EstimateDurationForUnderDampedModel() local
239 float threshold = fmax(toFloat(minimumAmplitudeRatio_ * initialOffset_), SPRING_MIN_THRESHOLD); in EstimateDurationForCriticalDampedModel() local
274 float threshold = fmax(toFloat(minimumAmplitudeRatio_ * initialOffset_), SPRING_MIN_THRESHOLD); in EstimateDurationForOverDampedModel() local
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/
H A Ddaily_config.cpp117 int32_t threshold = 0; in ParseThresholdOfDomain() local
127 bool DailyConfig::ParseThresholdOfName(const cJSON* config, std::string& name, int32_t& threshold) in ParseThresholdOfName()
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_event_report.cpp65 …Report::ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t threshold) {} in ReportPageNodeOverflow()
67 …entReport::ReportPageDepthOverflow(const std::string& pageUrl, int32_t depth, int32_t threshold) {} in ReportPageDepthOverflow()
69 …tReport::ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold) {} in ReportFunctionTimeout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Dgrid_container_utils.cpp50 auto threshold = ParseBreakpoints(breakpoints); in ProcessGridSizeType() local
73 auto threshold = ParseBreakpoints(breakpoints); in ProcessGridSizeType() local
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dget_topn.h28 void GetTopN(T* prediction, int32_t predictionSize, size_t numResults, float threshold, in GetTopN()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dwrite_controller.h32 size_t threshold; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_light_up_effect_filter_test.cpp237 float threshold = 0.5f; variable
252 float threshold = 0.5f; variable
H A Drs_blur_filter_test.cpp51 float threshold = 1.0f; variable
67 float threshold = 0.5f; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_util.cpp65 uint64_t NativeLeakUtil::GetRSSMemoryThreshold(uint64_t threshold) in GetRSSMemoryThreshold()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Devent_report.cpp74 …Report::ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t threshold) {} in ReportPageNodeOverflow()
76 …entReport::ReportPageDepthOverflow(const std::string& pageUrl, int32_t depth, int32_t threshold) {} in ReportPageDepthOverflow()
78 …tReport::ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold) {} in ReportFunctionTimeout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drosen_render_bubble_progress.cpp50 static const int32_t threshold = 7; in Paint() local
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_cached.h63 inline void SetTrafficThreshold(uint64_t threshold) in SetTrafficThreshold()
68 inline void SetDateThreshold(uint64_t threshold) in SetDateThreshold()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp26 const uint8_t threshold = 2; variable
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_cached_test.cpp98 uint32_t threshold = 1000; variable
/ohos5.0/base/update/updater/services/ui/driver/
H A Dkeys_input_device.cpp48 constexpr auto threshold = 2s; in OnLongKeyPressDown() local
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_config_sensor_cluster.h27 int32_t threshold; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/
H A Drsblurfilter_fuzzer.cpp204 float threshold = GetData<float>(); in DoIsNearEqual() local
223 float threshold = GetData<float>(); in DoIsNearZero() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp148 void NotificationConfigParse::GetFlowCtrlConfigFromCCM(FlowControlThreshold &threshold) in GetFlowCtrlConfigFromCCM()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dfriction_motion.cpp34 … FrictionMotion::Reset(double friction, double initPosition, double initVelocity, double threshold) in Reset()

1234