Home
last modified time | relevance | path

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 Dsocperf_executor_wirte_node.cpp86 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 Dui_slider.cpp272 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 Dsocperf_thread_wrap.cpp538 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 Dsocperf_executor_wirte_node.h44 void UpdateCurrentValue(int32_t resId, int64_t currValue);
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_slider.h348 int32_t UpdateCurrentValue(const Point& knobPosition);
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_thread_wrap.h106 void UpdateCurrentValue(int32_t resId, int64_t value);