Home
last modified time | relevance | path

Searched refs:currentValue (Results 1 - 11 of 11) sorted by relevance

/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
170 currentValue &= HEX_VALUE_7F >> (shiftNumber - 1); in Unpack7bitCharForMiddlePart()
171 currentValue |= HEX_VALUE_7F & (buffer[byteOffsetNumber + 1] << (HEX_VALUE_08 - shiftNumber)); in Unpack7bitCharForMiddlePart()
178 if (currentValue == HEX_VALUE_1B) { in Unpack7bitCharForMiddlePart()
181 unpackData[i] = TextCoder::Instance().GetUCS2Value(currentValue); in Unpack7bitCharForMiddlePart()
184 } else if (currentValue == HEX_VALUE_1B) { in Unpack7bitCharForMiddlePart()
187 unpackData[i] = TextCoder::Instance().GetUCS2Value(currentValue); in Unpack7bitCharForMiddlePart()
/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_dimming_callback.h33 virtual void OnChanged(uint32_t currentValue) = 0;
H A Dbrightness_service.h63 void OnChanged(uint32_t currentValue) override;
/base/powermgr/display_manager/state_manager/service/native/include/
H A Dgradual_animator.h30 virtual void OnChanged(uint32_t currentValue) = 0;
H A Dscreen_controller.h40 void OnChanged(uint32_t currentValue) override;
/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_brightness_test.cpp729 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); in HWTEST_F() local
730 EXPECT_EQ(beforeValue, currentValue); in HWTEST_F()
751 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetBrightness(); in HWTEST_F() local
752 EXPECT_EQ(SET_BRIGHTNESS, currentValue); in HWTEST_F()
775 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); in HWTEST_F() local
776 EXPECT_EQ(SET_BRIGHTNESS, currentValue) << "beforeValue: " << SET_BRIGHTNESS << " currentVal: " << currentValue; in HWTEST_F() local
778 SET_BRIGHTNESS, currentValue); in HWTEST_F()
799 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); in HWTEST_F() local
800 EXPECT_EQ(SET_BRIGHTNESS_VALUE, currentValue); in HWTEST_F()
820 uint32_t currentValue = DisplayPowerMgrClient::GetInstance().GetDeviceBrightness(); HWTEST_F() local
[all...]
/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp324 void BrightnessService::DimmingCallbackImpl::OnChanged(uint32_t currentValue) in OnChanged() argument
327 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "OnChanged currentValue=%{public}d already stopDimming, return", currentValue); in OnChanged()
330 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "OnChanged brightness,mapBrightness=%{public}d", currentValue); in OnChanged()
331 bool isSuccess = mAction->SetBrightness(currentValue); in OnChanged()
333 BrightnessService::Get().ReportBrightnessBigData(currentValue); in OnChanged()
340 FFRTTask task = [this, currentValue] { in OnChanged()
341 auto tmpVal = BrightnessService::Get().GetOrigBrightnessLevel(currentValue); in OnChanged()
345 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "Update OnChanged,Setting brightness=%{public}d", currentValue); in OnChanged()
347 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "Update OnChanged failed, brightness=%{public}d", currentValue); in OnChanged()
[all...]
/base/powermgr/display_manager/state_manager/service/native/src/
H A Dscreen_controller.cpp64 void ScreenController::AnimateCallbackImpl::OnChanged(uint32_t currentValue) in OnChanged() argument
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h101 int32_t currentValue; member
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp1268 bool currentValue = forceTimingOut_.exchange(enabled); in WakeupDeviceInner() local
1275 currentValue ? "TRUE" : "FALSE", enabled ? "TRUE" : "FALSE", isScreenOnLockActive ? "TRUE" : "FALSE", curState, in WakeupDeviceInner()
1277 if (currentValue == enabled || !isScreenOnLockActive || IsSettingState(PowerState::DIM)) { in WakeupDeviceInner()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp553 if (contentResult->progress.maxValue < 0 || contentResult->progress.currentValue < 0) { in GetNotificationLocalLiveViewProgress()
558 progress.SetCurrentValue(contentResult->progress.currentValue); in GetNotificationLocalLiveViewProgress()
1393 cProgress.currentValue = progress.GetCurrentValue(); in SetNotificationLocalLiveViewContentDetailed()

Completed in 13 milliseconds