/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/ |
H A D | uid_entity.cpp | 72 bluetoothEntity->Calculate(uid); in CalculateForConnectivity() 93 cameraEntity->Calculate(uid); in CalculateForCommon() 96 flashlightEntity->Calculate(uid); in CalculateForCommon() 99 audioEntity->Calculate(uid); in CalculateForCommon() 102 sensorEntity->Calculate(uid); in CalculateForCommon() 105 gnssEntity->Calculate(uid); in CalculateForCommon() 108 cpuEntity->Calculate(uid); in CalculateForCommon() 111 wakelockEntity->Calculate(uid); in CalculateForCommon() 114 alarmEntity->Calculate(uid); in CalculateForCommon() 121 void UidEntity::Calculate(int32_t uid) in Calculate() function in OHOS::PowerMgr::UidEntity
|
/ohos5.0/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algo_digest.h | 54 virtual int32_t Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) in Calculate() function 78 int32_t Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) override; 96 int32_t Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) override; 114 int32_t Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) override;
|
H A D | pkg_algo_digest.cpp | 75 int32_t Crc32Algorithm::Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) in Calculate() function in Hpackage::Crc32Algorithm 117 int32_t Sha256Algorithm::Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) in Calculate() function in Hpackage::Sha256Algorithm 159 int32_t Sha384Algorithm::Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) in Calculate() function in Hpackage::Sha384Algorithm
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/ |
H A D | fill_gradient.h | 37 …virtual int16_t Calculate(int16_t x, int16_t y, int16_t startRadius, int16_t endRadius, int16_t s… 86 int32_t index = gradientFunction_->Calculate(x >> downscaleShift, y >> downscaleShift, in Generate() 141 int16_t Calculate(int16_t x, int16_t y, int16_t startRadius, int16_t endRadius, int16_t size) in Calculate() function 219 int16_t Calculate(int16_t x, int16_t, int16_t, int16_t distance, int16_t size) in Calculate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_divider_arithmetic.h | 59 return Calculate(value, true); in Add() 64 return Calculate(value, false); in Minus() 115 …RefPtr<CustomAnimatableArithmetic> Calculate(const RefPtr<CustomAnimatableArithmetic>& value, bool… in Calculate() function
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-bytecode-fundamentals.md | 372 …rameter: acc: operand<br>R: 8-bit reserved number used in Ark runtime| Calculate **-acc** and sto… 373 …rameter: acc: operand<br>R: 8-bit reserved number used in Ark runtime| Calculate **~acc** and sto… 374 …rameter: acc: operand<br>R: 8-bit reserved number used in Ark runtime| Calculate **acc + 1** and … 376 | 0x23 | NONE | istrue | Default input parameter: acc: object| Calculate **acc == true** and s… 377 | 0x24 | NONE | isfalse | Default input parameter: acc: object| Calculate **acc == false** and… 420 …+AA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc == 0** and… 421 …AAA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc == 0** and… 422 …+AA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc != 0** and… 495 …AAA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc == 0** and… 496 …AAA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc != 0** and… [all …]
|
/ohos5.0/base/update/updater/test/unittest/package/ |
H A D | pkg_algo_unittest.cpp | 57 ret = algo->Calculate(crcResult, crcBuffer, sizeof(buff)); in TestCrcDigest() 77 ret = algo->Calculate(dig, buffer, sizeof(buff)); in TestHash256Digest() 96 ret = algo->Calculate(dig, buffer384, sizeof(buff)); in TestHash384Digest()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | curve_animation.h | 100 void Calculate(float time, const RefPtr<Curve>& curve) in Calculate() function 119 Calculate(normalized, reverse ? reverseCurve_ : curve_); in OnNormalizedTimestampChanged()
|
H A D | keyframe_animation.h | 140 void Calculate(float keyTime) in Calculate() function 187 Calculate(normalized); in OnNormalizedTimestampChanged()
|
H A D | property_animation.cpp | 61 Calculate(normalized); in OnNormalizedTimestampChanged() 81 void PropertyAnimation::Calculate(float keyTime) in Calculate() function in OHOS::Ace::PropertyAnimation
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-memory-info.md | 56 3. Calculate the memory usage and fragmentation rate. 78 /* Calculate the fragmentation rate of the memory pool. */ 80 /* Calculate the memory usage of the memory pool. */
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-dst-transition.md | 15 1. Calculate the number of hours in a day. 18 …Calculate the number of hours between the same clock time before and after the DST transition. The…
|
/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/ |
H A D | user_entity.h | 32 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | idle_entity.h | 28 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | alarm_entity.h | 29 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | audio_entity.h | 30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | flashlight_entity.h | 30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | gnss_entity.h | 30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | wakelock_entity.h | 30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | camera_entity.h | 30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | cpu_entity.h | 31 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | screen_entity.h | 29 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
H A D | phone_entity.h | 30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
|
/ohos5.0/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_core.cpp | 153 uidEntity_->Calculate(); in ComputePower() 154 bluetoothEntity_->Calculate(); in ComputePower() 155 idleEntity_->Calculate(); in ComputePower() 156 phoneEntity_->Calculate(); in ComputePower() 157 screenEntity_->Calculate(); in ComputePower() 158 wifiEntity_->Calculate(); in ComputePower() 159 userEntity_->Calculate(); in ComputePower()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | condition_arbitrator.h | 73 bool Calculate(LinkQueue *expressionQueue) const;
|