Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
Ddaily_controller_test.cpp49 …ventThresholdTest(DailyController& controller, std::shared_ptr<SysEvent> event, uint32_t threshold) in EventThresholdTest()
59 …houtThresholdTest(DailyController& controller, std::shared_ptr<SysEvent> event, uint32_t threshold) in EventWithoutThresholdTest()
91 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
203 uint32_t threshold = Parameter::IsBetaVersion() ? thresholdOnBeta : thresholdOnCommercial; variable
[all …]
/base/hiviewdfx/hiview/plugins/sysevent_source/control/
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()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/include/
Ddaily_controller.h33 int32_t threshold = 0; member
/base/powermgr/thermal_manager/application/protector/include/policy/
Dprotector_thermal_zone_info.h29 int32_t threshold; member
/base/hiviewdfx/hiview/plugins/sysevent_source/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/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/thermal_manager/services/native/include/thermal_policy/
Dthermal_config_sensor_cluster.h27 int32_t threshold; member
/base/powermgr/display_manager/brightness_manager/src/
Dbrightness_manager.cpp184 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThreshold()
Dbrightness_manager_ext.cpp404 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThreshold()
Dbrightness_service.cpp419 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThreshold()
/base/powermgr/display_manager/brightness_manager/test/unittest/src/
Dmock_brightness_manager_interface.cpp148 uint32_t SetLightBrightnessThreshold(std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallbac… 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/state_manager/frameworks/native/
Ddisplay_power_mgr_client.cpp245 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThreshold()
/base/powermgr/display_manager/state_manager/test/unittest/src/
Ddisplay_power_mgr_brightness_test.cpp983 std::vector<int32_t> threshold = {200, 200, 20}; variable
1003 std::vector<int32_t> threshold = {}; variable
/base/powermgr/display_manager/state_manager/service/zidl/src/
Ddisplay_power_mgr_stub.cpp447 std::vector<int32_t> threshold; in SetLightBrightnessThresholdStub() local
Ddisplay_power_mgr_proxy.cpp811 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThreshold()
/base/global/system_resources/fonts/
Dhm_symbol_config.json227 "threshold": 0.25 number
235 "threshold": 0.5 number
243 "threshold": 0.75 number
Dhm_symbol_config_next.json2709 "threshold": 0, number
2770 "threshold": 0, number
2775 "threshold": 0, number
2829 "threshold": 0, number
2878 "threshold": 0, number
4033 "threshold": 0, number
4082 "threshold": 0, number
5811 "threshold": 0, number
6386 "threshold": 0, number
6447 "threshold": 0, number
[all …]
/base/powermgr/display_manager/state_manager/service/native/src/
Ddisplay_power_mgr_service.cpp580 std::vector<int32_t> threshold, sptr<IDisplayBrightnessCallback> callback) in SetLightBrightnessThreshold()
/base/sensors/sensor/interfaces/inner_api/
Dsensor_agent_type.h475 float threshold = 0.0; member
/base/sensors/sensor/vibration_convert/core/native/src/
Dvibration_convert_core.cpp357 double threshold = COEF * (*std::max_element(envelope.begin(), envelope.end())); in GetLocalEnvelope() local