Searched refs:currentValue (Results 1 - 11 of 11) sorted by relevance
/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_common_utils.cpp | 168 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 D | brightness_dimming_callback.h | 33 virtual void OnChanged(uint32_t currentValue) = 0;
|
H A D | brightness_service.h | 63 void OnChanged(uint32_t currentValue) override;
|
/base/powermgr/display_manager/state_manager/service/native/include/ |
H A D | gradual_animator.h | 30 virtual void OnChanged(uint32_t currentValue) = 0;
|
H A D | screen_controller.h | 40 void OnChanged(uint32_t currentValue) override;
|
/base/powermgr/display_manager/state_manager/test/unittest/src/ |
H A D | display_power_mgr_brightness_test.cpp | 729 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 D | brightness_service.cpp | 324 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 D | screen_controller.cpp | 64 void ScreenController::AnimateCallbackImpl::OnChanged(uint32_t currentValue) in OnChanged() argument
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 101 int32_t currentValue; member
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_state_machine.cpp | 1268 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 D | notification_utils.cpp | 553 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