Home
last modified time | relevance | path

Searched defs:currentValue (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h80 std::shared_ptr<Value> currentValue; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_property_animation.cpp120 auto currentValue = GetPropertyValue(); in OnUpdateStagingValue() local
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_brightness_test.cpp729 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
751 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetBrightness(); variable
775 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
799 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
822 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); variable
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_common_utils.cpp168 uint8_t currentValue = (HEX_VALUE_7F) & (buffer[byteOffsetNumber] >> shiftNumber); in Unpack7bitCharForMiddlePart() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_spring_animation.cpp158 auto currentValue = springValueEstimator_->GetAnimationProperty(); in OnAnimate() local
/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp224 char currentValue[MAX_PATH] = {0}; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.cpp91 if (auto& currentValue = GetState().GetCurrentValue()) { in ProcessOnGet() local
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/audio_player/
H A DTestFastPlayer.cpp45 bool CheckTimeEquality(int32_t expectValue, int32_t currentValue) in CheckTimeEquality()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp619 int64_t currentValue = progress * duration_ / 100; // 100:percent in OnChange() local
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_controller.cpp66 void ScreenController::AnimateCallbackImpl::OnChanged(uint32_t currentValue) in OnChanged()
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h204 int64_t currentValue; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp309 auto currentValue = textPickerColumnPattern->GetOption(currentIndex); in FireChangeEvent() local
351 auto currentValue = textPickerColumnPattern->GetOption(currentIndex); in FireScrollStopEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp708 void AccessibilityProperty::SetUserCurrentValue(const int32_t& currentValue) in SetUserCurrentValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h443 T currentValue = startValue_; in GetAnimationValue() local
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp323 void BrightnessService::DimmingCallbackImpl::OnChanged(uint32_t currentValue) in OnChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_content_modifier.cpp618 bool TextContentModifier::CheckNeedMeasure(float finalValue, float lastValue, float currentValue) in CheckNeedMeasure()
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp1227 bool currentValue = forceTimingOut_.exchange(enabled); in WakeupDeviceInner() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp463 const float currentValue = sliderPaintProperty->GetValueValue(value_); in GetCurrentStepIndex() local