Searched refs:UpdateCurrentValue (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/ |
H A D | socperf_executor_wirte_node.cpp | 86 UpdateCurrentValue(resId, socPerfConfig_.resourceNodeInfo_[resId]->def); in UpdateResIdCurrentValue() 88 UpdateCurrentValue(resId, currValue); in UpdateResIdCurrentValue() 92 void SocPerfExecutorWirteNode::UpdateCurrentValue(int32_t resId, int64_t currValue) in UpdateCurrentValue() function in OHOS::ResourceSchedule::SocPerfExecutorWirteNode
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_slider.cpp | 272 int32_t UISlider::UpdateCurrentValue(const Point& knobPosition) in UpdateCurrentValue() function in OHOS::UISlider 329 int32_t value = UpdateCurrentValue(knobPosition); in OnClickEvent() 341 int32_t value = UpdateCurrentValue(knobPosition); in OnDragEvent() 352 int32_t value = UpdateCurrentValue(knobPosition); in OnDragEndEvent()
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_thread_wrap.cpp | 538 UpdateCurrentValue(resId, resStatusInfo_[resId]->candidate); in ArbitratePairRes() 543 UpdateCurrentValue(resId, resStatusInfo_[resId]->candidate); in ArbitratePairRes() 548 UpdateCurrentValue(resId, resStatusInfo_[resId]->candidate); in ArbitratePairRes() 584 UpdateCurrentValue(minResId, minResValue); in UpdatePairResValue() 585 UpdateCurrentValue(maxResId, maxResValue); in UpdatePairResValue() 588 void SocPerfThreadWrap::UpdateCurrentValue(int32_t resId, int64_t currValue) in UpdateCurrentValue() function in OHOS::SOCPERF::SocPerfThreadWrap
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/include/ |
H A D | socperf_executor_wirte_node.h | 44 void UpdateCurrentValue(int32_t resId, int64_t currValue);
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_slider.h | 348 int32_t UpdateCurrentValue(const Point& knobPosition);
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf_thread_wrap.h | 106 void UpdateCurrentValue(int32_t resId, int64_t value);
|