Home
last modified time | relevance | path

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

12

/base/hiviewdfx/hiview/plugins/event_validator/test/unittest/common/
Ddaily_controller_test.cpp50 …ventThresholdTest(DailyController& controller, std::shared_ptr<SysEvent> event, uint32_t threshold) in EventThresholdTest()
60 …houtThresholdTest(DailyController& controller, std::shared_ptr<SysEvent> event, uint32_t threshold) in EventWithoutThresholdTest()
92 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
108 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
124 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
140 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
156 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
172 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
188 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
204 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
[all …]
/base/hiviewdfx/hiview/plugins/event_validator/control/
Ddaily_controller.cpp50 int32_t threshold = GetThreshold(cacheKey, event->eventType_); in CheckThreshold() local
123 int32_t threshold = config_->GetThreshold(cachekey.first, cachekey.second, type); in GetThreshold() local
148 void DailyController::UpdateCacheAndDb(const CacheKey& cachekey, int32_t threshold, int32_t count) in UpdateCacheAndDb()
162 void DailyController::UpdateCache(const CacheKey& cachekey, int32_t threshold, int32_t count, int64… in UpdateCache()
/base/hiviewdfx/hiview/plugins/event_validator/control/include/
Ddaily_controller.h34 int32_t threshold = 0; member
/base/hiviewdfx/hiview/plugins/event_validator/control/config/
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()
/base/powermgr/thermal_manager/application/protector/include/policy/
Dprotector_thermal_zone_info.h29 int32_t threshold; member
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_flow_control_service.h69 GlobalFlowController(const uint32_t threshold, const FlowControlErrMsg& errMsg) in GlobalFlowController()
98 CallerFlowController(const uint32_t threshold, const FlowControlErrMsg& errMsg) in CallerFlowController()
/base/hiviewdfx/hiview/plugins/unified_collector/task/
Dtrace_cache_monitor.cpp69 int32_t threshold = StringUtil::StrToInt(value); in OnLowMemThresholdChange() local
95 void TraceCacheMonitor::SetLowMemThreshold(int32_t threshold) in SetLowMemThreshold()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Dwrite_controller.h32 size_t threshold; member
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
Dnative_leak_util.cpp65 uint64_t NativeLeakUtil::GetRSSMemoryThreshold(uint64_t threshold) in GetRSSMemoryThreshold()
Dnative_leak_detector.cpp112 uint64_t threshold = 0; in UpdateUserMonitorInfo() local
/base/update/updater/services/ui/driver/
Dkeys_input_device.cpp48 constexpr auto threshold = 2s; in OnLongKeyPressDown() local
/base/powermgr/display_manager/state_manager/test/unittest/src/
Ddisplay_service_test.cpp154 std::vector<int32_t> threshold = {200, 200, 20}; variable
497 std::vector<int32_t> threshold = {200, 200, 20}; variable
Ddisplay_power_mgr_brightness_test.cpp1000 std::vector<int32_t> threshold = {200, 200, 20}; variable
1020 std::vector<int32_t> threshold = {}; variable
Ddisplay_power_mgr_service_test.cpp977 std::vector<int32_t> threshold = {}; variable
/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_config_sensor_cluster.h35 int32_t threshold; member
/base/powermgr/display_manager/brightness_manager/src/
Dbrightness_manager.cpp202 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThreshold()
Dbrightness_manager_ext.cpp446 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThreshold()
/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
Dpeak_finder.cpp88 double threshold = lowerAmp; in GetVoiceFlag() local
174 … PeakFinder::FindPeakBoundary(const std::vector<double> &data, int32_t peakPlace, double threshold, in FindPeakBoundary()
253 double threshold = *max_element(peakValue.begin(), peakValue.end()) * removeRatio; in FilterLowPeak() local
/base/powermgr/display_manager/brightness_manager/test/unittest/src/
Dmock_brightness_manager_interface.cpp158 uint32_t SetLightBrightnessThreshold(std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallbac… in SetLightBrightnessThreshold()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_extension/
Dnotification_config_parse_mock.cpp132 void NotificationConfigParse::GetFlowCtrlConfigFromCCM(FlowControlThreshold &threshold) in GetFlowCtrlConfigFromCCM()
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
Dmock_display_power_mgr_proxy.cpp136 int32_t MockDisplayPowerMgrProxy::SetLightBrightnessThreshold(const std::vector<int32_t>& threshold, in SetLightBrightnessThreshold()
/base/notification/distributed_notification_service/services/ans/src/common/
Dnotification_config_parse.cpp210 void NotificationConfigParse::GetFlowCtrlConfigFromCCM(FlowControlThreshold &threshold) in GetFlowCtrlConfigFromCCM()
/base/powermgr/display_manager/state_manager/service/native/src/
Ddisplay_power_mgr_service.cpp529 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThresholdInner()
875 int32_t DisplayPowerMgrService::SetLightBrightnessThreshold(const std::vector<int32_t>& threshold, in SetLightBrightnessThreshold()
/base/global/system_resources/fonts/
Dhm_symbol_config_next.json2709 "threshold": 0, number
2770 "threshold": 0, number
2775 "threshold": 0, number
2829 "threshold": 0, number
2878 "threshold": 0, number
3626 "threshold": 0, number
4055 "threshold": 0, number
4104 "threshold": 0, number
5833 "threshold": 0, number
6408 "threshold": 0, number
[all …]
/base/powermgr/display_manager/state_manager/frameworks/native/
Ddisplay_power_mgr_client.cpp388 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThreshold()

12